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

Public Slots | |
| virtual void | initConnections (DtTMArea *) |
Public Member Functions | |
| DtTerrainFeaturesHandler () | |
| Default Constructor. | |
| virtual | ~DtTerrainFeaturesHandler () |
| 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 (DtBaseWindow *parent) |
| 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. | |
Default Constructor.
| virtual DtTerrainFeaturesHandler::~DtTerrainFeaturesHandler | ( | ) | [virtual] |
Destructor.
| static DtEventHandler* DtTerrainFeaturesHandler::create | ( | DtEventController * | owner, |
| void * | usr | ||
| ) | [static] |
Static creator.
| virtual QWidget* DtTerrainFeaturesHandler::createDialog | ( | QWidget * | w | ) | [virtual] |
Creates the dialog associated with this handler (if there is one)
Reimplemented from DtEventHandler.
| virtual void DtTerrainFeaturesHandler::initConnections | ( | DtTMArea * | ) | [virtual, slot] |
| virtual void DtTerrainFeaturesHandler::initDialog | ( | DtBaseWindow * | parent | ) | [protected, virtual] |
| virtual void DtTerrainFeaturesHandler::initAppConnections | ( | ) | [protected, virtual] |
Initializes connections that will be used for the application object.
| virtual void DtTerrainFeaturesHandler::setBaseWindow | ( | DtBaseWindow * | w | ) | [protected, virtual] |
This call will set up connections so we will be notified when areas are created.
Reimplemented from DtEventHandler.