![]() |
VR-Forces 5.0.2 Developer's Guide
|
An Item builder for the transparency toggle item. The menu id string is "DtTransparencyToggleItem".

Public Member Functions | |
| DtObjectInfoItem (DtDe &) | |
| virtual | ~DtObjectInfoItem () |
| virtual QAction * | createAction (DtDe &, QWidget *parent) |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| virtual | ~DtMenuItem () |
| virtual const std::string & | menuItemIdName () const |
Protected Member Functions | |
| virtual void | on_triggered () |
| virtual void | on_aboutToShow () |
| virtual DtPinnableProjectedWidgetModel * | findPinnableModel (const DtElementData::SceneObjectIdList &sceneIds) |
Protected Attributes | |
| DtDe & | myDe |
| QAction * | myQAction |
| bool | myPinSelectedLabels |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
| makVrv::DtObjectInfoItem::DtObjectInfoItem | ( | DtDe & | ) |
CTOR.
|
virtual |
DTOR.
Build a menu item (via an action).
Implements makVrv::DtMenuItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.
|
protectedvirtual |
Reimplemented from makVrv::DtMenuItem.
|
protectedvirtual |
Utility function that attempts to find and return a DtPinnableProjectedWidgetModel from a list of scene objects. This function iterates through the models maintained by each scene object and will return NULL if a DtPinnableProjectedWidgetModel cannot be found. The DtPinnableProjectedWidgetModel can be found in scene objects with an indicator visualizer or a symbol decoration visualizer. This function is utilized when creating the context menu to determine if all, some, or none of the selected entities are pinned.
|
protected |
|
protected |
|
protected |