![]() |
VR-Forces 4.0.4 Class Documentation
|
A menu item to expand to the level of the currently selected items. More...

Public Member Functions | |
| DtExpandAggregateMenuItem (makVrv::DtDe &de) | |
| virtual | ~DtExpandAggregateMenuItem () |
| virtual QAction * | createAction (makVrv::DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
Protected Member Functions | |
| virtual void | on_aboutToShow () |
| Validate if can expand given selection. | |
| virtual void | on_triggered () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| QAction * | myAction |
A menu item to expand to the level of the currently selected items.
| virtual makVrv::DtExpandAggregateMenuItem::~DtExpandAggregateMenuItem | ( | ) | [virtual] |
| virtual QAction* makVrv::DtExpandAggregateMenuItem::createAction | ( | makVrv::DtDe & | , |
| QWidget * | parent | ||
| ) | [virtual] |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
| virtual void makVrv::DtExpandAggregateMenuItem::on_aboutToShow | ( | ) | [protected, virtual] |
Validate if can expand given selection.
Reimplemented from makVrv::DtMenuItem.
| virtual void makVrv::DtExpandAggregateMenuItem::on_triggered | ( | ) | [protected, virtual] |
Reimplemented from makVrv::DtMenuItem.
makVrv::DtDe& makVrv::DtExpandAggregateMenuItem::myDe [protected] |
QAction* makVrv::DtExpandAggregateMenuItem::myAction [protected] |