![]() |
VR-Forces 4.7 Class Documentation
|
Item for a scripted task. Will be the general holding place for all scripted tasks. More...

Public Member Functions | |
| DtScriptedTaskMenuItem (makVrv::DtDe &de, const std::string &scriptedTaskId, const std::string &menuId, const makVrv::DtUnicode &menuName, const makVrv::DtUnicode &extMenuName, const makVrv::DtUnicode &toolTip, bool showInMenu, bool addToolbarItem=true) | |
| virtual | ~DtScriptedTaskMenuItem () |
| virtual QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
| virtual void | setMenuName (const makVrv::DtUnicode &) |
| void | setUseSharedAction (bool) |
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. | |
| virtual | ~DtVrfTaskSetMenuItem () |
| Destructor. | |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| CTOR. | |
| virtual | ~DtMenuItem () |
| DTOR. | |
| 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. | |
Protected Attributes | |
| std::string | myScriptedTaskId |
| makVrv::DtUnicode | myMenuName |
| makVrv::DtUnicode | myExtendedMenuName |
| makVrv::DtUnicode | myToolTip |
| bool | myShowInMenu |
| bool | myUseSharedAction |
| QAction * | mySharedAction |
Protected Attributes inherited from makVrf::DtVrfTaskSetMenuItem | |
| makVrv::DtDe & | myDe |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
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. | |
| virtual void | on_triggered () |
| The action performed when the menu item is selected. | |
| virtual DtVrfTaskSetAction * | createAction (QWidget *parent) |
| Override to return custom subclass of DtVrfTaskSetAction. | |
Item for a scripted task. Will be the general holding place for all scripted tasks.
| makVrf::DtScriptedTaskMenuItem::DtScriptedTaskMenuItem | ( | makVrv::DtDe & | de, |
| const std::string & | scriptedTaskId, | ||
| const std::string & | menuId, | ||
| const makVrv::DtUnicode & | menuName, | ||
| const makVrv::DtUnicode & | extMenuName, | ||
| const makVrv::DtUnicode & | toolTip, | ||
| bool | showInMenu, | ||
| bool | addToolbarItem = true |
||
| ) |
|
virtual |
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
virtual |
| void makVrf::DtScriptedTaskMenuItem::setUseSharedAction | ( | bool | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |