![]() |
VR-Forces 4.1 Class Documentation
|
The sub-menu for setting the current observer's observer mode's model set. More...

Public Member Functions | |
| DtSetModelSetMenu (DtDe &de) | |
| virtual | ~DtSetModelSetMenu () |
| virtual QMenu * | createMenu (DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
| virtual void | setCurrentModelSet (int modelSet) |
| Called by the parent of this menu ( which is normally a DtObserverModelSetItem) when the item is about to be shown. | |
Public Member Functions inherited from makVrv::DtMenu | |
| DtMenu (DtDe &de, const std::string &menuIdName) | |
| CTOR. | |
| virtual | ~DtMenu () |
| DTOR. | |
| virtual const std::string & | menuIdName () const |
| Get the menu id name, the menu id name is not the same thing as the visible menu text. | |
Protected Types | |
| typedef std::map< int, DtObserverModelSetItem * > | ItemMap |
Protected Member Functions | |
| virtual void | setIconFromModelSet (QAction *action, int modelSet) |
| virtual void | slot_activate (DtDe *de) |
| virtual void | slot_deactivate (DtDe *de) |
Protected Attributes | |
| QMenu * | myMenu |
| ItemMap | myMenuItems |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
The sub-menu for setting the current observer's observer mode's model set.
|
protected |
| makVrv::DtSetModelSetMenu::DtSetModelSetMenu | ( | DtDe & | de | ) |
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenu.
|
virtual |
Called by the parent of this menu ( which is normally a DtObserverModelSetItem) when the item is about to be shown.
|
protectedvirtual |
|
protectedvirtual |
|
inlineprotectedvirtual |
|
protected |
|
protected |