![]() |
VR-Forces Development_Version Class Documentation
|
Represents a menu item associated with an autoHidePanelItem widget. More...

Public Member Functions | |
| DtAutoHideDockViewItem (makVrv::DtDe &de, const std::string &dockName, DtAutoHidePanelItem *item) | |
| CTOR. | |
| virtual | ~DtAutoHideDockViewItem () |
| DTOR. | |
| virtual QAction * | createAction (makVrv::DtDe &de, QWidget *parent) |
| Build a menu item (via an action). | |
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 Member Functions | |
| virtual void | on_triggered () |
| This gets called when the item is selected from the menu. | |
Protected Attributes | |
| DtAutoHidePanelItem * | myPanelItem |
| QAction * | myAction |
| 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 () |
Represents a menu item associated with an autoHidePanelItem widget.
| makVrf::DtAutoHideDockViewItem::DtAutoHideDockViewItem | ( | makVrv::DtDe & | de, |
| const std::string & | dockName, | ||
| DtAutoHidePanelItem * | item | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
This gets called when the item is selected from the menu.
Reimplemented from makVrv::DtMenuItem.
|
protected |
|
protected |
|
protected |