#include <edglobal.h>
Public Member Functions | |
| SelectionHolder () | |
| int | getPlayer () |
| void | setPlayer (int player) |
| void | setWeather (int weather) |
| int | getWeather () |
| const MapComponent * | getSelection () |
| void | setSelection (const MapComponent &component) |
| void | pickup (tfield *fld) |
| void | clear () |
Public Attributes | |
| SigC::Signal1< void, int > | playerChanged |
| int | brushSize |
| SigC::Signal1< void, const MapComponent * > | selectionChanged |
|
|
Definition at line 154 of file edglobal.h. |
|
|
Definition at line 195 of file edglobal.cpp. References selectionChanged. Referenced by Maped_MainScreenWidget::clearSelection(), and execaction_pg(). |
|
|
Definition at line 156 of file edglobal.h. Referenced by BuildingItem::display(), VehicleItem::display(), MineItem::place(), BuildingItem::place(), and VehicleItem::place(). |
|
|
Definition at line 209 of file edglobal.cpp. Referenced by placeCurrentItem(), and removeCurrentItem(). |
|
|
Definition at line 161 of file edglobal.h. Referenced by execaction(), and TerrainItem::place(). |
|
|
Definition at line 214 of file edglobal.cpp. References tfield::building, ContainerBase::getOwner(), tfield::objects, setSelection(), TerrainType::Weather::terraintype, tfield::typ, Building::typ, Vehicle::typ, and tfield::vehicle. Referenced by execaction(). |
|
|
Definition at line 187 of file edglobal.cpp. References playerChanged, and selectionChanged. Referenced by PlayerColorPanel::eventKeyDown(), and Maped_MainScreenWidget::Maped_MainScreenWidget(). |
|
|
Definition at line 180 of file edglobal.cpp. References MapComponent::clone(), and selectionChanged. Referenced by MapItemTypeWidgetFactory< MapItemTypeWidget< Vehicletype > >::itemSelected(), and pickup(). |
|
|
Definition at line 201 of file edglobal.cpp. References selectionChanged. Referenced by Maped_MainScreenWidget::Maped_MainScreenWidget(). |
|
|
Definition at line 161 of file edglobal.h. Referenced by Maped_MainScreenWidget::brushChanged(), and placeCurrentItem(). |
|
|
Definition at line 158 of file edglobal.h. Referenced by MapComponent::MapComponent(), and setPlayer(). |
|
|
Definition at line 168 of file edglobal.h. Referenced by clear(), setPlayer(), setSelection(), and setWeather(). |
1.4.2