![]() |
VR-Forces 4.0.4 Class Documentation
|
Property for intervisibility settings. More...

Public Member Functions | |
| DtIntervisibilityPropertiesDialog (DtDe &de, DtElementID id, QWidget *parent) | |
| CTOR. | |
| virtual | ~DtIntervisibilityPropertiesDialog () |
| DTOR. | |
| virtual void | activate () |
| Creates logic and sets signals. Must be called after construction. | |
| virtual void | deactivate () |
| Called as part of destruction, or, call to "deactivate" the widget (delete the logic) | |
Public Attributes | |
| QHBoxLayout * | myButtonLayout |
| QPushButton * | myCloseButton |
| QPushButton * | myRevertToGlobalSettings |
Protected Slots | |
| virtual void | onRestoreSettingsFromManager () |
Protected Member Functions | |
| void | setupGui () |
| Create the widgets and layout. | |
| virtual void | cancel () |
| Cancels page. Default is to close. | |
Protected Attributes | |
| DtIntervisibilityPropertiesLogic * | myLogic |
| DtDe & | myDe |
| DtUniqueID | myUniqueId |
Property for intervisibility settings.
| makVrv::DtIntervisibilityPropertiesDialog::DtIntervisibilityPropertiesDialog | ( | DtDe & | de, |
| DtElementID | id, | ||
| QWidget * | parent | ||
| ) |
CTOR.
| virtual makVrv::DtIntervisibilityPropertiesDialog::~DtIntervisibilityPropertiesDialog | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtIntervisibilityPropertiesDialog::activate | ( | ) | [virtual] |
Creates logic and sets signals. Must be called after construction.
| virtual void makVrv::DtIntervisibilityPropertiesDialog::deactivate | ( | ) | [virtual] |
Called as part of destruction, or, call to "deactivate" the widget (delete the logic)
| void makVrv::DtIntervisibilityPropertiesDialog::setupGui | ( | ) | [protected] |
Create the widgets and layout.
Reimplemented from makVrv::DtIntervisibilitySettingsWidget.
| virtual void makVrv::DtIntervisibilityPropertiesDialog::cancel | ( | ) | [protected, virtual] |
Cancels page. Default is to close.
Reimplemented from makVrv::DtIntervisibilitySettingsWidget.
| virtual void makVrv::DtIntervisibilityPropertiesDialog::onRestoreSettingsFromManager | ( | ) | [protected, virtual, slot] |
DtDe& makVrv::DtIntervisibilityPropertiesDialog::myDe [protected] |
Reimplemented from makVrv::DtIntervisibilitySettingsWidget.