22 class DtChannelConfiguration;
23 class DtWindowProctor;
24 class DtWindowConfiguration;
71 const std::string& displayName()
const;
74 const std::string& windowName()
const;
77 const unsigned int channelCount()
const;
std::map< std::string, DtChannelProxyWP > ChannelProxies
Definition: DtWindowProxy.h:97
This is used to distribute information about a window from the master to slave engines.
Definition: DtWindowProctor.h:28
DtWindowProctor * myProctorCache
Definition: DtWindowProxy.h:95
This owns a list of channel configurations.
Definition: DtWindowConfiguration.h:31
std::string myDisplayEngineName
Definition: DtWindowProxy.h:93
Contains makVrv::DtChannelProxy class.
DtWindowConfiguration * myConfiguration
Definition: DtWindowProxy.h:94
Display proxy uses for communicating display settings to slave displays.
Definition: DtDisplayProxy.h:25
The Proxy base class.
Definition: DtProxy.h:41
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtBoost::shared_ptr< DtWindowProxy > DtWindowProxySP
Definition: DtWindowProxy.h:102
ChannelProxies myChannelProxies
Definition: DtWindowProxy.h:98
DtBoost::shared_ptr< DtChannelProxy > DtChannelProxySP
Definition: DtChannelProxy.h:82
Configuration for a single channel Serialized and sent to remote displays as necessary to configure r...
Definition: DtChannelConfiguration.h:26
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtDe * myDe
Members.
Definition: DtWindowProxy.h:92
DtBoost::weak_ptr< DtWindowProxy > DtWindowProxyWP
Definition: DtWindowProxy.h:103
Acts a proxy for each remote window on the master display engine.
Definition: DtWindowProxy.h:28