![]() |
VR-Forces 4.2 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). | |
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 |
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).
|
protectedvirtual |
This gets called when the item is selected from the menu.
|
protected |
|
protected |
|
protected |