![]() |
VR-Forces Development_Version Class Documentation
|
Page for render settings, to coordinate logic and widget instantiation. More...

Public Member Functions | |
| DtRenderSettingsPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtRenderSettingsPage () |
| DTOR. | |
| virtual int | addComponenetVisualizationEntry (QString entry) |
| Add a new mode to the list of component visualization modes. | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. | |
| virtual | ~DtPage () |
| DTOR for page. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Get the class name of the page. | |
Protected Member Functions | |
| void | setupGui () |
| Create the widgets and layout. | |
| virtual void | activate () |
| Enable the contents in this page. | |
| virtual void | deactivate () |
| Disable the contents in this page. | |
Protected Attributes | |
| DtRenderSettingsLogic * | myLogic |
| DtRenderSettingsWidget * | myWidget |
| DtPersistenceToolbarWidget * | myToolbar |
| QLayout * | myMainLayout |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
Page for render settings, to coordinate logic and widget instantiation.
| makVrv::DtRenderSettingsPage::DtRenderSettingsPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Add a new mode to the list of component visualization modes.
| [in] | string | to use for this mode in the combo box |
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
static |
Get the class name of the page.
|
protected |
Create the widgets and layout.
|
protectedvirtual |
Enable the contents in this page.
Implements makVrv::DtPage.
|
protectedvirtual |
Disable the contents in this page.
Implements makVrv::DtPage.
|
protected |
|
protected |
|
protected |
|
protected |