![]() |
VR-Forces 4.6 Class Documentation
|
An Item builder for the attach mimic item. More...

Public Member Functions | |
| DtAttachMimicItem (DtDe &) | |
| CTOR. | |
| virtual | ~DtAttachMimicItem () |
| DTOR. | |
| virtual QAction * | createAction (DtDe &, QWidget *parent) |
| Build a menu item (via an action). | |
Public Member Functions inherited from makVrv::DtAttachItem | |
| DtAttachItem (const std::string &menuItemIdName, DtDe &de) | |
| CTOR. | |
| virtual | ~DtAttachItem () |
| Virtual DTOR. | |
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 () |
| virtual void | on_aboutToShow () |
Protected Member Functions inherited from makVrv::DtAttachItem | |
| virtual void | setAttachMode (DtObserverObject::AttachType attachType) |
| virtual void | attachSelected () |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
Protected Attributes inherited from makVrv::DtAttachItem | |
| DtDe & | myDe |
| QAction * | myQAction |
An Item builder for the attach mimic item.
The menu id string is "DtAttachMimicItem"
| makVrv::DtAttachMimicItem::DtAttachMimicItem | ( | DtDe & | ) |
CTOR.
|
virtual |
DTOR.
Build a menu item (via an action).
Implements makVrv::DtAttachItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.