![]() |
VR-Forces 4.0.4 Class Documentation
|
A dialog for editing model definitions. More...

Public Member Functions | |
| DtModelDefinitionEditorPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtModelDefinitionEditorPage () |
| 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. | |
| virtual void | editContents () |
| Enable page to be editable as per rules from DtInstanceEditableDialogPage class description. | |
| virtual void | commitChanges () |
| Move changes from local to system data. | |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
| Get the class name of the class. | |
Protected Member Functions | |
| void | setupGui () |
| virtual void | activate () |
| Called by the Pager when this page becomes active. | |
| virtual void | deactivate () |
| Called by the Pager when this page becomes active. | |
Protected Attributes | |
| DtDe & | myDe |
| DtPersistenceToolbarWidget * | myToolbar |
| DtInstanceEditorWidget * | myInstanceWidget |
| DtModelDefinitionEditorWidget * | myMapWidget |
| QSplitter * | mySplitter |
| DtModelDefinitionEditorLogic * | myLogic |
| QLabel * | myLabel |
A dialog for editing model definitions.
| makVrv::DtModelDefinitionEditorPage::DtModelDefinitionEditorPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
| virtual makVrv::DtModelDefinitionEditorPage::~DtModelDefinitionEditorPage | ( | ) | [virtual] |
DTOR.
| virtual QIcon makVrv::DtModelDefinitionEditorPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtModelDefinitionEditorPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtModelDefinitionEditorPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtModelDefinitionEditorPage::thePageClassName | ( | ) | [static] |
Get the class name of the class.
| virtual void makVrv::DtModelDefinitionEditorPage::editContents | ( | ) | [virtual] |
Enable page to be editable as per rules from DtInstanceEditableDialogPage class description.
Implements makVrv::DtInstanceEditablePage.
| virtual void makVrv::DtModelDefinitionEditorPage::commitChanges | ( | ) | [virtual] |
Move changes from local to system data.
Implements makVrv::DtInstanceEditablePage.
| void makVrv::DtModelDefinitionEditorPage::setupGui | ( | ) | [protected] |
| virtual void makVrv::DtModelDefinitionEditorPage::activate | ( | ) | [protected, virtual] |
Called by the Pager when this page becomes active.
Implements makVrv::DtPage.
| virtual void makVrv::DtModelDefinitionEditorPage::deactivate | ( | ) | [protected, virtual] |
Called by the Pager when this page becomes active.
Implements makVrv::DtPage.
DtDe& makVrv::DtModelDefinitionEditorPage::myDe [protected] |
Reimplemented from makVrv::DtPage.
QSplitter* makVrv::DtModelDefinitionEditorPage::mySplitter [protected] |
QLabel* makVrv::DtModelDefinitionEditorPage::myLabel [protected] |