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

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