![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| DtVrfSetAppearanceAction (makVrv::DtDe &de) | |
| virtual | ~DtVrfSetAppearanceAction () |
| virtual QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
| Build a menu item (via an action). More... | |
Public Member Functions inherited from makVrf::DtVrfTaskSetMenuItem | |
| DtVrfTaskSetMenuItem (const std::string &, makVrv::DtDe &, bool addToolbarItem=true) | |
| Constructor to specify the name of the menu item, but not the title. More... | |
| virtual | ~DtVrfTaskSetMenuItem () |
| Destructor. More... | |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| CTOR. More... | |
| virtual | ~DtMenuItem () |
| DTOR. More... | |
| virtual const std::string & | menuItemIdName () const |
| Get the menu id name, the menu id name is not the same thing as the visible menu text. More... | |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
Protected Member Functions inherited from makVrf::DtVrfTaskSetMenuItem | |
| virtual QAction * | registerMenuItem (const QString &title, QWidget *parent, int iAction, const QString &iconBaseName) |
| Registers the menu item with the necessary gui components. More... | |
| virtual void | on_triggered () |
| The action performed when the menu item is selected. More... | |
| virtual DtVrfTaskSetAction * | createAction (QWidget *parent) |
| Override to return custom subclass of DtVrfTaskSetAction. More... | |
Protected Attributes inherited from makVrf::DtVrfTaskSetMenuItem | |
| makVrv::DtDe & | myDe |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
| makVrf::DtVrfSetAppearanceAction::DtVrfSetAppearanceAction | ( | makVrv::DtDe & | de | ) |
|
virtual |
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.