![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Slots | |
| virtual void | initConnections (DtTMArea *area) |
| virtual void | initNewMapArea (DtTMMapArea *area) |
| Initializes the terrain dialog to hook to a new active map area. | |
| virtual void | dlgDestroyed () |
Public Member Functions | |
| DtTerrainViewOptionsHandler () | |
| Default Constructor. | |
| virtual | ~DtTerrainViewOptionsHandler () |
| Destructor. | |
| virtual QWidget * | createDialog (QWidget *parent) |
| Creates the dialog associated with this handler (if there is one) | |
Static Public Member Functions | |
| static DtEventHandler * | create (DtEventController *owner, void *usr) |
| Static creator. | |
Protected Member Functions | |
| virtual void | initDialog () |
| Initialize with new areaMap() | |
| virtual void | initAppConnections () |
| Initializes connections that will be used for the application object. | |
| virtual void | setBaseWindow (DtBaseWindow *w) |
| This call will set up connections so we will be notified when areas are created. | |
| virtual void | showDialog (bool b) |
| When the dialog is shown, update settings with the current map areas settings. | |
Protected Attributes | |
| DtTMMapArea * | myCurrentMapArea |
Default Constructor.
| virtual DtTerrainViewOptionsHandler::~DtTerrainViewOptionsHandler | ( | ) | [virtual] |
Destructor.
| virtual QWidget* DtTerrainViewOptionsHandler::createDialog | ( | QWidget * | w | ) | [virtual] |
Creates the dialog associated with this handler (if there is one)
Reimplemented from DtEventHandler.
| virtual void DtTerrainViewOptionsHandler::initConnections | ( | DtTMArea * | area | ) | [virtual, slot] |
| virtual void DtTerrainViewOptionsHandler::initNewMapArea | ( | DtTMMapArea * | area | ) | [virtual, slot] |
Initializes the terrain dialog to hook to a new active map area.
| virtual void DtTerrainViewOptionsHandler::dlgDestroyed | ( | ) | [virtual, slot] |
| static DtEventHandler* DtTerrainViewOptionsHandler::create | ( | DtEventController * | owner, |
| void * | usr | ||
| ) | [static] |
Static creator.
| virtual void DtTerrainViewOptionsHandler::initDialog | ( | ) | [protected, virtual] |
Initialize with new areaMap()
| virtual void DtTerrainViewOptionsHandler::initAppConnections | ( | ) | [protected, virtual] |
Initializes connections that will be used for the application object.
| virtual void DtTerrainViewOptionsHandler::setBaseWindow | ( | DtBaseWindow * | w | ) | [protected, virtual] |
This call will set up connections so we will be notified when areas are created.
Reimplemented from DtEventHandler.
| virtual void DtTerrainViewOptionsHandler::showDialog | ( | bool | b | ) | [protected, virtual] |
When the dialog is shown, update settings with the current map areas settings.
Reimplemented from DtEventHandler.
DtTMMapArea* DtTerrainViewOptionsHandler::myCurrentMapArea [protected] |