VR-Forces 5.0.3 Developer's Guide
 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.

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

Public Member Functions

virtual ~DtChannelKeywordCompass ()
 
 DtChannelKeywordCompass ()=delete
 
 DtChannelKeywordCompass (const DtChannelKeywordCompass &other)=delete
 
DtChannelKeywordCompassoperator= (const DtChannelKeywordCompass &other)=delete
 
virtual void channelNameChanged (const std::string &displayName, const std::string &windowName, const std::string &channelName)
 
virtual void channelConfigurationChanged (const DtChannelConfiguration &config)
 
virtual void windowConfigurationChanged (const DtWindowConfiguration &config)
 
DtChannelCompassAgent * compassAgent ()
 
- Public Member Functions inherited from makVrv::DtChannelKeywordObject
virtual ~DtChannelKeywordObject ()
 

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 slot_observerProjectionChanged (DtObserverObject *observerObject, bool is2D)
 
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, bool is2D)
 
- 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)
 

Protected Attributes

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

Friends

class DtChannelKeywordLargeCompassCreator
 
class DtChannelKeywordSmallCompassCreator
 

Constructor & Destructor Documentation

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

DTOR.

makVrv::DtChannelKeywordCompass::DtChannelKeywordCompass ( )
delete

Default Constructor not implemented.

makVrv::DtChannelKeywordCompass::DtChannelKeywordCompass ( const DtChannelKeywordCompass other)
delete

Copy Constructor not implemented - Copy not allowed.

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

CTOR.

Member Function Documentation

DtChannelKeywordCompass& makVrv::DtChannelKeywordCompass::operator= ( const DtChannelKeywordCompass other)
delete

Assignment Operator not implemented - Assignment not allowed.

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::slot_observerProjectionChanged ( DtObserverObject observerObject,
bool  is2D 
)
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
bool makVrv::DtChannelKeywordCompass::myIs2D
protected

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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)