![]() |
VR-Forces 4.1.1 Class Documentation
|
This widget will work with a supplied editor definition page (model definition, schema, etc) and allow for editing of a single instance of that page through a dialog. More...

Public Member Functions | |
| DtElementDefinitionPageInstanceEditor (DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=Qt::Tool) | |
| CTOR. | |
| virtual | ~DtElementDefinitionPageInstanceEditor () |
| DTOR. | |
| virtual bool | edit (const std::string &page) |
| Edits the page indicated. If no page is present, returns false. | |
Protected Attributes | |
| DtDe & | myDe |
This widget will work with a supplied editor definition page (model definition, schema, etc) and allow for editing of a single instance of that page through a dialog.
It will keep a local copy of the data in question, then, if the user accepts changes, will merge those changes into the system versions of that data. This class can only be used for items that would be registered with the DtElementDefinitionsDialogCreator class. //!
| makVrv::DtElementDefinitionPageInstanceEditor::DtElementDefinitionPageInstanceEditor | ( | DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = Qt::Tool |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Edits the page indicated. If no page is present, returns false.
|
protected |