VR-Forces 4.0.4 Class Documentation
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]

List of all members.

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

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 
) [protected, pure 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) [protected, pure 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) [protected, pure 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


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)