![]() |
VR-Forces 4.10 Class Documentation
|
A builder for the saved layouts that exist in the settings directory. More...

Public Member Functions | |
| DtSelectLayoutMenu (makVrv::DtDe &) | |
| CTOR. More... | |
| virtual | ~DtSelectLayoutMenu () |
| DTOR. More... | |
| virtual QMenu * | createMenu (makVrv::DtDe &, QWidget *parent) |
| Build a menu. More... | |
Public Member Functions inherited from makVrv::DtMenu | |
| DtMenu (DtDe &de, const std::string &menuIdName) | |
| CTOR. More... | |
| virtual | ~DtMenu () |
| DTOR. More... | |
| 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. More... | |
Protected Slots | |
| virtual void | changeUILayout () |
Protected Member Functions | |
| virtual void | setupMenuFromLayouts () |
| virtual void | slot_onLayoutAdded (const DtString &) |
| virtual void | slot_onLayoutSelected (const DtString &, const DtString &) |
| virtual void | slot_onLayoutDeleted (const DtString &) |
| virtual void | slot_onLayoutRenamed (const DtString &oldName, const DtString &newName) |
| virtual void | setSelected (const DtString &, bool) |
Protected Attributes | |
| QMenu * | myMenu |
| QActionGroup * | myActionGroup |
| std::map< DtString, QAction * > | myActions |
| std::string | myMenuPath |
| makVrv::DtSignalConnectionManager | myConnections |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
A builder for the saved layouts that exist in the settings directory.
Once a menu item from this is selected the interface will change to match
| makVrf::DtSelectLayoutMenu::DtSelectLayoutMenu | ( | makVrv::DtDe & | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Build a menu.
Implements makVrv::DtMenu.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtualslot |
|
protected |
|
protected |
|
protected |
|
protected |