![]() |
VR-Forces 4.0.4 Class Documentation
|
The entity definition editor makVrv::DtPage. More...

Public Member Functions | |
| DtEntityDefinitionEditorPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtEntityDefinitionEditorPage () |
| DTOR. | |
| 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. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Get the static version of the class. | |
Protected Member Functions | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
Protected Attributes | |
| DtPersistenceToolbarWidget * | myPersistenceWidget |
| DtElementEditorWidget * | myWidget |
The entity definition editor makVrv::DtPage.
| makVrv::DtEntityDefinitionEditorPage::DtEntityDefinitionEditorPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
| virtual makVrv::DtEntityDefinitionEditorPage::~DtEntityDefinitionEditorPage | ( | ) | [virtual] |
DTOR.
| virtual QIcon makVrv::DtEntityDefinitionEditorPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtEntityDefinitionEditorPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtEntityDefinitionEditorPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtEntityDefinitionEditorPage::thePageClassName | ( | ) | [static] |
Get the static version of the class.
| virtual void makVrv::DtEntityDefinitionEditorPage::activate | ( | ) | [protected, virtual] |
Called when the page is displayed.
Implements makVrv::DtPage.
| virtual void makVrv::DtEntityDefinitionEditorPage::deactivate | ( | ) | [protected, virtual] |
Called when the page is hidden.
Implements makVrv::DtPage.