![]() |
VR-Forces Development_Version Class Documentation
|
A menu that validates itself on selection. More...

Public Member Functions | |
| DtSelectionEnabledMenu (const QString &title, QWidget *parent, makVrv::DtDe &) | |
| CTOR. | |
| virtual | ~DtSelectionEnabledMenu () |
| DTOR. | |
| virtual void | slot_validateMenuItems () |
| virtual void | setBlockSelectionChange (bool b) |
| bool | blockSelectionChange () const |
Public Member Functions inherited from makVrf::DtAssembledMenu | |
| DtAssembledMenu (const QString &title, QWidget *parent, makVrv::DtDe &) | |
| CTOR. | |
| virtual | ~DtAssembledMenu () |
| DTOR. | |
| const DtConfigurableMenuAssembler & | assembler () const |
Protected Member Functions | |
| virtual void | slot_terrainPatchToBeDeleted () |
| virtual void | slot_selectionChanged () |
| virtual void | validateMenuItems (int terrainPatchOffset)=0 |
| virtual bool | terrainLoaded (int terrainCountOffset) const |
Protected Attributes | |
| bool | myBlockSelectionChange |
Protected Attributes inherited from makVrf::DtAssembledMenu | |
| makVrv::DtDe & | myDe |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| DtConfigurableMenuAssembler | myAssembler |
Additional Inherited Members | |
Public Attributes inherited from makVrf::DtAssembledMenu | |
| boost::signal< void(DtAssembledMenu *)> | signal_preAssembleMenu |
| boost::signal< void(DtAssembledMenu *)> | signal_postAssembleMenu |
A menu that validates itself on selection.
| makVrf::DtSelectionEnabledMenu::DtSelectionEnabledMenu | ( | const QString & | title, |
| QWidget * | parent, | ||
| makVrv::DtDe & | |||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
|
inlinevirtual |
|
inline |
|
protectedvirtual |
|
protectedvirtual |
|
protectedpure virtual |
Implemented in makVrf::DtVrfTaskSetMenu, and makVrf::DtVrfEntityMenu.
|
protectedvirtual |
|
protected |