![]() |
VR-Forces 4.0.4 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 makVrf::DtAutoHideDockViewItem::~DtAutoHideDockViewItem | ( | ) | [virtual] |
DTOR.
| virtual QAction* makVrf::DtAutoHideDockViewItem::createAction | ( | makVrv::DtDe & | de, |
| QWidget * | parent | ||
| ) | [virtual] |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
| virtual void makVrf::DtAutoHideDockViewItem::on_triggered | ( | ) | [protected, virtual] |
This gets called when the item is selected from the menu.
Reimplemented from makVrv::DtMenuItem.
QAction* makVrf::DtAutoHideDockViewItem::myAction [protected] |
makVrv::DtDe& makVrf::DtAutoHideDockViewItem::myDe [protected] |