![]() |
VR-Forces 4.8 Class Documentation
|
The creator class needed to be used to create a DtDriverWidget. More...

Public Member Functions | |
| DtDriverWidgetCreator (DtDe &de) | |
| CTOR takes a referent to the DtDe object. More... | |
| virtual | ~DtDriverWidgetCreator () |
| Virtual DTOR allows subclasses to clean up resources. More... | |
| virtual std::string | pageClassName () const |
| Get the name of the page class this creator is creating. More... | |
| virtual DtPage * | create (QWidget *parent=0, Qt::WindowFlags f=0) |
| Abstract create call which makes a page. More... | |
Public Member Functions inherited from makVrv::DtPageCreator | |
| DtPageCreator (DtDe &de) | |
| CTOR takes a reference to the DtDe object. More... | |
| virtual | ~DtPageCreator () |
| Virtual DTOR allows subclasses to clean up resources. More... | |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtPageCreator | |
| DtDe & | myDe |
The creator class needed to be used to create a DtDriverWidget.
| makVrv::DtDriverWidgetCreator::DtDriverWidgetCreator | ( | DtDe & | de | ) |
CTOR takes a referent to the DtDe object.
|
virtual |
Virtual DTOR allows subclasses to clean up resources.
|
virtual |
Get the name of the page class this creator is creating.
This page name should be unique. This is NOT the title of the page. When replacing a page, the pageClassName should remain the same.
Implements makVrv::DtPageCreator.
|
virtual |
Abstract create call which makes a page.
Implements makVrv::DtPageCreator.