![]() |
VR-Forces 4.0.4 Class Documentation
|
Handles display options dialog. More...

Public Member Functions | |
| DtDisplayOptionsHandler () | |
| Default Constructor. | |
| virtual | ~DtDisplayOptionsHandler () |
| Destructor. | |
| virtual QWidget * | createDialog (QWidget *parent) |
| Creates dialog if not already created. Creates from factory. | |
Static Public Member Functions | |
| static DtEventHandler * | create (DtEventController *owner, void *usr) |
| Static creator. | |
Protected Member Functions | |
| virtual void | initDialog (const DtTMFactory *f) |
| Initialize the newly created dialog. | |
| virtual void | initConnections () |
| Initializes any connections for this dialog. | |
Handles display options dialog.
Default Constructor.
| virtual DtDisplayOptionsHandler::~DtDisplayOptionsHandler | ( | ) | [virtual] |
Destructor.
| static DtEventHandler* DtDisplayOptionsHandler::create | ( | DtEventController * | owner, |
| void * | usr | ||
| ) | [static] |
Static creator.
| virtual QWidget* DtDisplayOptionsHandler::createDialog | ( | QWidget * | parent | ) | [virtual] |
Creates dialog if not already created. Creates from factory.
Reimplemented from DtEventHandler.
| virtual void DtDisplayOptionsHandler::initDialog | ( | const DtTMFactory * | f | ) | [protected, virtual] |
Initialize the newly created dialog.
| virtual void DtDisplayOptionsHandler::initConnections | ( | ) | [protected, virtual] |
Initializes any connections for this dialog.