![]() |
VR-Forces 4.2 Class Documentation
|
This class will encapsulate a toolbar item for a task/set menu item. More...

Public Member Functions | |
| DtVrfTaskSetToolbarItem (const std::string &toolbarId, const std::string &taskSetItemId, makVrv::DtDe &de) | |
| virtual | ~DtVrfTaskSetToolbarItem () |
| virtual QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
Protected Slots | |
| virtual void | actionChanged () |
| Called when any aspect of the action has changed, change items of the toolbar action. | |
| virtual void | toolbarActionDestroyed () |
| Called when toolbar action is destroyed. | |
Protected Member Functions | |
| virtual void | setupToolbarItem () |
| Sets up this menu item and makes connections for it. | |
| virtual void | on_triggered () |
| When triggered, if toolbar item does not exist, see if it exists now and hook up. | |
Protected Attributes | |
| std::string | myTaskSetItemId |
| makVrv::DtDe & | myDe |
| QAction * | myToolbarAction |
| QAction * | myAction |
This class will encapsulate a toolbar item for a task/set menu item.
Since those menu items now hide as part of the context sensitivity, the toolbar items will disable when the menu items they are watching (by the menu item id) are hidden/shown
| makVrf::DtVrfTaskSetToolbarItem::DtVrfTaskSetToolbarItem | ( | const std::string & | toolbarId, |
| const std::string & | taskSetItemId, | ||
| makVrv::DtDe & | de | ||
| ) |
|
virtual |
|
virtual |
Build a menu item (via an action).
|
protectedvirtual |
Sets up this menu item and makes connections for it.
|
protectedvirtual |
When triggered, if toolbar item does not exist, see if it exists now and hook up.
|
protectedvirtualslot |
Called when any aspect of the action has changed, change items of the toolbar action.
|
protectedvirtualslot |
Called when toolbar action is destroyed.
|
protected |
|
protected |
|
protected |
|
protected |