22 class DtChannelConfiguration;
23 class DtWindowConfiguration;
24 class DtChannelCompassAgent;
26 class DtObserverObject;
54 virtual void channelNameChanged(
const std::string& displayName,
55 const std::string& windowName,
const std::string& channelName );
59 virtual void channelConfigurationChanged(
68 DtChannelCompassAgent* compassAgent();
84 virtual void slot_observerModeChanged(
DtObserver* observer,
int newMode );
89 virtual void slot_observerModeSettingChanged(
int mode,
int setting );
93 virtual void slot_observerProjectionChanged(
DtObserverObject* observerObject,
bool is2D);
99 virtual void connectToObserver(
DtObserver* observer );
103 virtual void connectToObserver(
const std::string& observerName );
108 virtual void disconnectFromObserver();
112 virtual void updateCompassState();
118 const std::string& displayName,
const std::string& windowName,
153 const std::string& displayName,
const std::string& windowName,
157 static std::string keyword();
183 const std::string& displayName,
const std::string& windowName,
187 static std::string keyword();
The base class for all channel keyword objects.
Definition: DtChannelKeywordObject.h:25
DtObserver * myObserver
Definition: DtChannelKeywordCompass.h:125
virtual void windowConfigurationChanged(const DtWindowConfiguration &config)
Implementing objects use this method to respond to changes in window configuration other than name...
Definition: DtChannelKeywordCompass.h:64
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:28
The base class for all channel keyword objects.
Definition: DtChannelKeywordCompass.h:31
std::string myChannelName
Definition: DtChannelKeywordCompass.h:129
std::string myKeyword
Definition: DtChannelKeywordCompass.h:160
std::string myObserverName
Definition: DtChannelKeywordCompass.h:124
std::string myKeyword
Definition: DtChannelKeywordCompass.h:126
bool myIs2D
Definition: DtChannelKeywordCompass.h:131
std::string myKeyword
Definition: DtChannelKeywordCompass.h:190
Contains makVrv::DtChannelKeywordObject class.
std::string myWindowName
Definition: DtChannelKeywordCompass.h:128
The polymorphic creator for the DtChannelKeywordObject.
Definition: DtChannelKeywordObject.h:68
A facade for a DtObserverObject.
Definition: DtObserver.h:37
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
This abstract base class defines the interface for OS-specific keyboard and mouse event listeners...
Definition: DtObserverObject.h:29
The polymorphic creator for the DtChannelKeywordSmallCompass.
Definition: DtChannelKeywordCompass.h:166
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
DtChannelCompassAgent * myCompassAgent
Definition: DtChannelKeywordCompass.h:123
Base class to provide boost signal/slot management.
Configuration for a single channel Serialized and sent to remote displays as necessary to configure r...
Definition: DtChannelConfiguration.h:26
const char int mode
Definition: ioapi.h:38
std::string myDisplayName
Definition: DtChannelKeywordCompass.h:127
The polymorphic creator for the DtChannelKeywordLargeCompass.
Definition: DtChannelKeywordCompass.h:136
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtSignalConnectionManager myConnections
Definition: DtChannelKeywordCompass.h:130
Contains DLL export macros.