![]() |
VR-Forces 4.0.4 Class Documentation
|
This class defines the dialog that allows the creation/update of prop objects. More...

Public Member Functions | |
| DtPropDefinitionDialog (makVrv::DtDe &de, QWidget *parent, const std::string title="", DtDialogInteractionMode mode=DtCreationMode) | |
| virtual | ~DtPropDefinitionDialog () |
| virtual void | init () |
Protected Member Functions | |
| virtual void | populate (const makVrv::DtUniqueID &id) |
| virtual DtPointObjectDefinitionDialogLogic * | createLogic () |
| Creates a new logic for this dialog. Override to return a subclass of the base logic. | |
This class defines the dialog that allows the creation/update of prop objects.
| makVrf::DtPropDefinitionDialog::DtPropDefinitionDialog | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const std::string | title = "", |
||
| DtDialogInteractionMode | mode = DtCreationMode |
||
| ) |
| virtual makVrf::DtPropDefinitionDialog::~DtPropDefinitionDialog | ( | ) | [virtual] |
| virtual void makVrf::DtPropDefinitionDialog::init | ( | ) | [virtual] |
Reimplemented from makVrf::DtVertexObjectDefinitionDialog.
| virtual void makVrf::DtPropDefinitionDialog::populate | ( | const makVrv::DtUniqueID & | id | ) | [protected, virtual] |
Reimplemented from makVrf::DtPointObjectDefinitionDialog.
| virtual DtPointObjectDefinitionDialogLogic* makVrf::DtPropDefinitionDialog::createLogic | ( | ) | [protected, virtual] |
Creates a new logic for this dialog. Override to return a subclass of the base logic.
Reimplemented from makVrf::DtPointObjectDefinitionDialog.