VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Friends
makVrv::DtChannelKeywordObject Class Reference

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

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

Public Member Functions

virtual ~DtChannelKeywordObject ()
 DTOR.

Protected Member Functions

virtual void channelNameChanged (const std::string &displayName, const std::string &windowName, const std::string &channelName)=0
 Implementing objects use this method to respond to changes in the fully qualified name of their channel [display name / window name / channel name ].
virtual void channelConfigurationChanged (const DtChannelConfiguration &config)=0
 Implementing objects use this method to respond to changes in channel configuration other than name, which is handled above.
virtual void windowConfigurationChanged (const DtWindowConfiguration &config)=0
 Implementing objects use this method to respond to changes in window configuration other than name, which is handled above.
 DtChannelKeywordObject (DtDe &de, const std::string &keyword, const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &channelConfig)
 CTOR.

Protected Attributes

DtDemyDe

Friends

class DtChannelKeywordObjectCreator
 Only the creator can construct this object.
class DtChannelKeywordObjectManager

Detailed Description

The base class for all channel keyword objects.

Constructor & Destructor Documentation

virtual makVrv::DtChannelKeywordObject::~DtChannelKeywordObject ( )
virtual

DTOR.

makVrv::DtChannelKeywordObject::DtChannelKeywordObject ( 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::DtChannelKeywordObject::channelNameChanged ( const std::string &  displayName,
const std::string &  windowName,
const std::string &  channelName 
)
protectedpure virtual

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

Implemented in makVrv::DtChannelKeywordGridLines, and makVrv::DtChannelKeywordCompass.

virtual void makVrv::DtChannelKeywordObject::channelConfigurationChanged ( const DtChannelConfiguration config)
protectedpure virtual

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

Implemented in makVrv::DtChannelKeywordGridLines, and makVrv::DtChannelKeywordCompass.

virtual void makVrv::DtChannelKeywordObject::windowConfigurationChanged ( const DtWindowConfiguration config)
protectedpure virtual

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

Implemented in makVrv::DtChannelKeywordGridLines, and makVrv::DtChannelKeywordCompass.

Friends And Related Function Documentation

friend class DtChannelKeywordObjectCreator
friend

Only the creator can construct this object.

friend class DtChannelKeywordObjectManager
friend

Member Data Documentation

DtDe& makVrv::DtChannelKeywordObject::myDe
protected

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

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)