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 | Static Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtElementAttributesMonitor Class Reference

The DtElementAttributesMonitor connects to signals from the the DtDe's elementData to track the attributes of elements as they are added and removed. More...

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

Public Member Functions

 DtElementAttributesMonitor (DtDe &de)
 CTOR. More...
 
virtual ~DtElementAttributesMonitor ()
 Virtual DTOR. More...
 
virtual void processElementInitialized (makVrv::DtElementID entity)
 Print the attribute information for an initialized element entry. More...
 
virtual void processElementRemoved (makVrv::DtElementID entity)
 Print the element id and name (if it exists) for an element. More...
 
virtual void dumpElements ()
 Dump all the named Elements to the console. More...
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

Static Public Member Functions

static std::string elementTypeToString (DtElementEntry::ElementType elementType)
 Get a readable form of an elementType enumeration value. More...
 
static std::string elementSubTypeToString (DtElementAttributes::ElementSubtypes subType)
 GEt a readable form of an ElementSubtypes enumeration value. More...
 

Protected Member Functions

virtual void slot_elementsInitialized (const DtElementData::ElementIdList &elements)
 Slot connected to DtElementData's signal_signal_elementsInitialized signal. More...
 
virtual void slot_elementsRemoved (const DtElementData::ElementIdList &elements)
 Slot connected to DtElementData's signal_elementsToBeRemoved signal. More...
 

Protected Attributes

DtDemyDe
 
DtSignalConnectionManager mySignalConnections
 

Detailed Description

The DtElementAttributesMonitor connects to signals from the the DtDe's elementData to track the attributes of elements as they are added and removed.

Constructor & Destructor Documentation

makVrv::DtElementAttributesMonitor::DtElementAttributesMonitor ( DtDe de)

CTOR.

virtual makVrv::DtElementAttributesMonitor::~DtElementAttributesMonitor ( )
virtual

Virtual DTOR.

Member Function Documentation

virtual void makVrv::DtElementAttributesMonitor::processElementInitialized ( makVrv::DtElementID  entity)
virtual

Print the attribute information for an initialized element entry.

This method is called by

See Also
slot_elementsInitialized for each element in the list of elements that signal_elementsInitialized provides.
virtual void makVrv::DtElementAttributesMonitor::processElementRemoved ( makVrv::DtElementID  entity)
virtual

Print the element id and name (if it exists) for an element.

This method is called by

See Also
slot_elementsRemoved for each element in the list of elements that signal_elementsToBeRemoved provides.
virtual void makVrv::DtElementAttributesMonitor::dumpElements ( )
virtual

Dump all the named Elements to the console.

This method dumps all of the entries in the element ID to Display Name map held by the attribute manager. It shows how to use the iterator methods provided by that manager.

static std::string makVrv::DtElementAttributesMonitor::elementTypeToString ( DtElementEntry::ElementType  elementType)
static

Get a readable form of an elementType enumeration value.

static std::string makVrv::DtElementAttributesMonitor::elementSubTypeToString ( DtElementAttributes::ElementSubtypes  subType)
static

GEt a readable form of an ElementSubtypes enumeration value.

virtual void makVrv::DtElementAttributesMonitor::slot_elementsInitialized ( const DtElementData::ElementIdList elements)
protectedvirtual

Slot connected to DtElementData's signal_signal_elementsInitialized signal.

virtual void makVrv::DtElementAttributesMonitor::slot_elementsRemoved ( const DtElementData::ElementIdList elements)
protectedvirtual

Slot connected to DtElementData's signal_elementsToBeRemoved signal.

Member Data Documentation

DtDe& makVrv::DtElementAttributesMonitor::myDe
protected
DtSignalConnectionManager makVrv::DtElementAttributesMonitor::mySignalConnections
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)