![]() |
VR-Forces 4.10 Class Documentation
|
The base class for all channel keyword objects.DtChannelKeyword3dViewCompassCreator. More...

Public Member Functions | |
| virtual | ~DtChannelKeyword3dViewCompass () |
| DTOR. More... | |
| DtChannelKeyword3dViewCompass ()=delete | |
| Default Constructor not implemented. More... | |
| DtChannelKeyword3dViewCompass (const DtChannelKeyword3dViewCompass &other)=delete | |
| Copy Constructor not implemented - Copy not allowed. More... | |
| DtChannelKeyword3dViewCompass & | operator= (const DtChannelKeyword3dViewCompass &other)=delete |
| Assignment Operator not implemented - Assignment not allowed. 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... | |
| DtChannel3dViewCompassAgent * | 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 | slot_observerProjectionChanged (DtObserverObject *observerObject, bool is2D) |
| virtual void | connectToObserver (DtObserver *observer) |
| virtual void | connectToObserver (const std::string &observerName) |
| virtual void | disconnectFromObserver () |
| virtual void | updateCompassState () |
| DtChannelKeyword3dViewCompass (DtDe &de, const std::string &keyword, const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &channelConfig, bool is2D) | |
| 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 | |
| DtChannel3dViewCompassAgent * | myCompassAgent |
| std::string | myObserverName |
| DtObserver * | myObserver |
| std::string | myKeyword |
| std::string | myDisplayName |
| std::string | myWindowName |
| std::string | myChannelName |
| DtSignalConnectionManager | myConnections |
| bool | myIs2D |
Protected Attributes inherited from makVrv::DtChannelKeywordObject | |
| DtDe & | myDe |
Friends | |
| class | DtChannelKeyword3dViewCompassCreator |
| Only the creator can construct this object. More... | |
The base class for all channel keyword objects.DtChannelKeyword3dViewCompassCreator.
|
virtual |
DTOR.
|
delete |
Default Constructor not implemented.
|
delete |
Copy Constructor not implemented - Copy not allowed.
|
protected |
CTOR.
|
delete |
Assignment Operator not implemented - Assignment not allowed.
|
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 |
Implementing objects use this method to respond to changes in channel configuration other than name, which is handled above.
Implements makVrv::DtChannelKeywordObject.
|
inlinevirtual |
Implementing objects use this method to respond to changes in window configuration other than name, which is handled above.
Implements makVrv::DtChannelKeywordObject.
| DtChannel3dViewCompassAgent* makVrv::DtChannelKeyword3dViewCompass::compassAgent | ( | ) |
Agent used to manage the compass.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
friend |
Only the creator can construct this object.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |