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

Public Member Functions | |
| DtSchemaEditorPage (DtDe &de, QWidget *parent, Qt::WindowFlags f=0) | |
| CTOR. | |
| virtual | ~DtSchemaEditorPage () |
| 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 class name of the class. | |
Protected Member Functions | |
| void | setupGui () |
| Sets up the GUI. | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
Protected Attributes | |
| DtDe & | myDe |
| DtInstanceEditorWidget * | myInstanceWidget |
| DtMapEditorWidget * | myMapWidget |
| DtSchemaEditorLogic * | myLogic |
| DtPersistenceToolbarWidget * | myToolbar |
| QSplitter * | mySplitter |
A dialog for editing schema.
| makVrv::DtSchemaEditorPage::DtSchemaEditorPage | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = 0 |
||
| ) |
CTOR.
| virtual makVrv::DtSchemaEditorPage::~DtSchemaEditorPage | ( | ) | [virtual] |
DTOR.
| virtual QIcon makVrv::DtSchemaEditorPage::icon | ( | ) | [virtual] |
Get the icon of the page.
Implements makVrv::DtPage.
| virtual QString makVrv::DtSchemaEditorPage::title | ( | ) | [virtual] |
Get the title of the page.
Implements makVrv::DtPage.
| virtual const std::string& makVrv::DtSchemaEditorPage::pageClassName | ( | ) | const [virtual] |
Get the class name of the page.
Implements makVrv::DtPage.
| static const std::string& makVrv::DtSchemaEditorPage::thePageClassName | ( | ) | [static] |
Get the class name of the class.
| void makVrv::DtSchemaEditorPage::setupGui | ( | ) | [protected] |
Sets up the GUI.
| virtual void makVrv::DtSchemaEditorPage::activate | ( | ) | [protected, virtual] |
Called when the page is displayed.
Implements makVrv::DtPage.
| virtual void makVrv::DtSchemaEditorPage::deactivate | ( | ) | [protected, virtual] |
Called when the page is hidden.
Implements makVrv::DtPage.
DtDe& makVrv::DtSchemaEditorPage::myDe [protected] |
Reimplemented from makVrv::DtPage.
DtMapEditorWidget* makVrv::DtSchemaEditorPage::myMapWidget [protected] |
DtSchemaEditorLogic* makVrv::DtSchemaEditorPage::myLogic [protected] |
QSplitter* makVrv::DtSchemaEditorPage::mySplitter [protected] |