VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtObjectInfoItem Class Reference

An Item builder for the transparency toggle item. More...

Inheritance diagram for makVrv::DtObjectInfoItem:
Inheritance graph
[legend]

Public Member Functions

 DtObjectInfoItem (DtDe &)
 CTOR. More...
 
virtual ~DtObjectInfoItem ()
 DTOR. More...
 
virtual QActioncreateAction (DtDe &, QWidget *parent)
 Build a menu item (via an action). More...
 
- Public Member Functions inherited from makVrv::DtMenuItem
 DtMenuItem (const std::string &menuItemIdName)
 CTOR. More...
 
virtual ~DtMenuItem ()
 DTOR. More...
 
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. More...
 

Protected Member Functions

virtual void on_triggered ()
 
virtual void on_aboutToShow ()
 
virtual
DtPinnableProjectedWidgetModel
findPinnableModel (const DtElementData::SceneObjectIdList &sceneIds)
 Utility function that attempts to find and return a DtPinnableProjectedWidgetModel from a list of scene objects. More...
 

Protected Attributes

DtDemyDe
 
QActionmyQAction
 
- Protected Attributes inherited from makVrv::DtMenuItem
std::string myMenuIdName
 

Additional Inherited Members

- Protected Slots inherited from makVrv::DtMenuItem
virtual void on_checkStateChanged (bool)
 

Detailed Description

An Item builder for the transparency toggle item.

The menu id string is "DtTransparencyToggleItem"

Constructor & Destructor Documentation

makVrv::DtObjectInfoItem::DtObjectInfoItem ( DtDe )

CTOR.

virtual makVrv::DtObjectInfoItem::~DtObjectInfoItem ( )
virtual

DTOR.

Member Function Documentation

virtual QAction* makVrv::DtObjectInfoItem::createAction ( DtDe ,
QWidget *  parent 
)
virtual

Build a menu item (via an action).

Implements makVrv::DtMenuItem.

virtual void makVrv::DtObjectInfoItem::on_triggered ( )
protectedvirtual

Reimplemented from makVrv::DtMenuItem.

virtual void makVrv::DtObjectInfoItem::on_aboutToShow ( )
protectedvirtual

Reimplemented from makVrv::DtMenuItem.

virtual DtPinnableProjectedWidgetModel* makVrv::DtObjectInfoItem::findPinnableModel ( const DtElementData::SceneObjectIdList sceneIds)
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.

Member Data Documentation

DtDe& makVrv::DtObjectInfoItem::myDe
protected
QAction* makVrv::DtObjectInfoItem::myQAction
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)