VR-Forces 4.8 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 | Friends
makVrv::DtChannelKeywordCompass Class Reference

The base class for all channel keyword objects. More...

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

Public Member Functions

virtual ~DtChannelKeywordCompass ()
 DTOR. More...
 
virtual void channelNameChanged (const std::string &displayName, const std::string &windowName, const std::string &channelName)
 Implementing objects use this method to respond to changes in the fully qualified name of their channel [display name / window name / channel name ]. More...
 
virtual void channelConfigurationChanged (const DtChannelConfiguration &config)
 Implementing objects use this method to respond to changes in channel configuration other than name, which is handled above. More...
 
virtual void windowConfigurationChanged (const DtWindowConfiguration &config)
 Implementing objects use this method to respond to changes in window configuration other than name, which is handled above. More...
 
DtChannelCompassAgent * compassAgent ()
 Agent used to manage the compass. More...
 
- Public Member Functions inherited from makVrv::DtChannelKeywordObject
virtual ~DtChannelKeywordObject ()
 DTOR. More...
 

Protected Member Functions

virtual void slot_observerCreated (DtInputDriver *, DtObserver *observer)
 
virtual void slot_observerToBeDestroyed (DtInputDriver *, DtObserver *observer)
 
virtual void slot_observerModeChanged (DtObserver *observer, int newMode)
 
virtual void slot_observerModeSettingChanged (int mode, int setting)
 
virtual void connectToObserver (DtObserver *observer)
 
virtual void connectToObserver (const std::string &observerName)
 
virtual void disconnectFromObserver ()
 
virtual void updateCompassState ()
 
 DtChannelKeywordCompass (DtDe &de, const std::string &keyword, const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &channelConfig)
 CTOR. More...
 
- Protected Member Functions inherited from makVrv::DtChannelKeywordObject
 DtChannelKeywordObject (DtDe &de, const std::string &keyword, const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &channelConfig)
 CTOR. More...
 

Protected Attributes

DtChannelCompassAgent * myCompassAgent
 
std::string myObserverName
 
DtObservermyObserver
 
std::string myKeyword
 
std::string myDisplayName
 
std::string myWindowName
 
std::string myChannelName
 
DtSignalConnectionManager myConnections
 
- Protected Attributes inherited from makVrv::DtChannelKeywordObject
DtDemyDe
 

Friends

class DtChannelKeywordLargeCompassCreator
 Only the creator can construct this object. More...
 
class DtChannelKeywordSmallCompassCreator
 

Detailed Description

The base class for all channel keyword objects.

Constructor & Destructor Documentation

virtual makVrv::DtChannelKeywordCompass::~DtChannelKeywordCompass ( )
virtual

DTOR.

makVrv::DtChannelKeywordCompass::DtChannelKeywordCompass ( DtDe de,
const std::string &  keyword,
const std::string &  displayName,
const std::string &  windowName,
const DtChannelConfiguration channelConfig 
)
protected

CTOR.

Member Function Documentation

virtual void makVrv::DtChannelKeywordCompass::channelNameChanged ( const std::string &  displayName,
const std::string &  windowName,
const std::string &  channelName 
)
virtual

Implementing objects use this method to respond to changes in the fully qualified name of their channel [display name / window name / channel name ].

Implements makVrv::DtChannelKeywordObject.

virtual void makVrv::DtChannelKeywordCompass::channelConfigurationChanged ( const DtChannelConfiguration config)
virtual

Implementing objects use this method to respond to changes in channel configuration other than name, which is handled above.

Implements makVrv::DtChannelKeywordObject.

virtual void makVrv::DtChannelKeywordCompass::windowConfigurationChanged ( const DtWindowConfiguration config)
inlinevirtual

Implementing objects use this method to respond to changes in window configuration other than name, which is handled above.

Implements makVrv::DtChannelKeywordObject.

DtChannelCompassAgent* makVrv::DtChannelKeywordCompass::compassAgent ( )

Agent used to manage the compass.

virtual void makVrv::DtChannelKeywordCompass::slot_observerCreated ( DtInputDriver ,
DtObserver observer 
)
protectedvirtual
virtual void makVrv::DtChannelKeywordCompass::slot_observerToBeDestroyed ( DtInputDriver ,
DtObserver observer 
)
protectedvirtual
virtual void makVrv::DtChannelKeywordCompass::slot_observerModeChanged ( DtObserver observer,
int  newMode 
)
protectedvirtual
virtual void makVrv::DtChannelKeywordCompass::slot_observerModeSettingChanged ( int  mode,
int  setting 
)
protectedvirtual
virtual void makVrv::DtChannelKeywordCompass::connectToObserver ( DtObserver observer)
protectedvirtual
virtual void makVrv::DtChannelKeywordCompass::connectToObserver ( const std::string &  observerName)
protectedvirtual
virtual void makVrv::DtChannelKeywordCompass::disconnectFromObserver ( )
protectedvirtual
virtual void makVrv::DtChannelKeywordCompass::updateCompassState ( )
protectedvirtual

Friends And Related Function Documentation

Only the creator can construct this object.

Member Data Documentation

DtChannelCompassAgent* makVrv::DtChannelKeywordCompass::myCompassAgent
protected
std::string makVrv::DtChannelKeywordCompass::myObserverName
protected
DtObserver* makVrv::DtChannelKeywordCompass::myObserver
protected
std::string makVrv::DtChannelKeywordCompass::myKeyword
protected
std::string makVrv::DtChannelKeywordCompass::myDisplayName
protected
std::string makVrv::DtChannelKeywordCompass::myWindowName
protected
std::string makVrv::DtChannelKeywordCompass::myChannelName
protected
DtSignalConnectionManager makVrv::DtChannelKeywordCompass::myConnections
protected

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)