![]() |
VR-Forces 4.6.1 Class Documentation
|
base class that all attach items derive from An Item builder for the attach follow item. More...

Public Member Functions | |
| DtAttachItem (const std::string &menuItemIdName, DtDe &de) | |
| CTOR. | |
| virtual | ~DtAttachItem () |
| Virtual DTOR. | |
| virtual QAction * | createAction (DtDe &, QWidget *parent)=0 |
| 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 | setAttachMode (DtObserverObject::AttachType attachType) |
| virtual void | attachSelected () |
Protected Attributes | |
| DtDe & | myDe |
| QAction * | myQAction |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_triggered () |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
base class that all attach items derive from An Item builder for the attach follow item.
The menu id string is "DtAttachFollowItem"
| makVrv::DtAttachItem::DtAttachItem | ( | const std::string & | menuItemIdName, |
| DtDe & | de | ||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
Implemented in makVrv::DtAttachMimicLocationTrackItem, makVrv::DtAttachMimicTrackItem, makVrv::DtAttachTetherLocationTrackItem, makVrv::DtAttachTetherTrackItem, makVrv::DtAttachTrackItem, makVrv::DtAttachTetherItem, makVrv::DtAttachMimicItem, makVrv::DtAttachSpaceFollowItem, and makVrv::DtAttachFollowItem.
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |