![]() |
VR-Forces 4.6 Class Documentation
|
A menu item to expand the currently selected aggregate all the way down to leaf nodes. More...

Public Member Functions | |
| DtExpandAllAggregateMenuItem (makVrv::DtDe &de) | |
| CTOR. | |
| virtual | ~DtExpandAllAggregateMenuItem () |
| DTOR. | |
| virtual QAction * | createAction (makVrv::DtDe &, 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_aboutToShow () |
| Validate if can expand given selection. | |
| virtual void | on_triggered () |
| Called when user clicks on menu item. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| QAction * | myAction |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
A menu item to expand the currently selected aggregate all the way down to leaf nodes.
| makVrv::DtExpandAllAggregateMenuItem::DtExpandAllAggregateMenuItem | ( | makVrv::DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
Validate if can expand given selection.
Reimplemented from makVrv::DtMenuItem.
|
protectedvirtual |
Called when user clicks on menu item.
Reimplemented from makVrv::DtMenuItem.
Reimplemented in makVrf::DtVrfExpandAllAggregateMenuItem.
|
protected |
|
protected |