VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtChannelProxy.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtChannelProxy.h,v $ $Revision: 1.15 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCore/vrvCore.h>
15 #include <vrvUtil/DtProxy.h>
16 #include <boost/shared_ptr.hpp>
17 #include <string>
18 
19 namespace makVrv
20 {
21  class DtChannelConfiguration;
22  class DtChannelProctor;
23  class DtDe;
24  class DtWindowConfiguration;
25 
29  {
30  friend class DtWindowProxy;
31  public:
32 
34  virtual ~DtChannelProxy();
35 
37  const DtChannelConfiguration& configuration() const;
38 
40 
42 
44 
46 
48 
50  const std::string& displayName() const;
51 
53  const std::string& windowName() const;
54 
56  const std::string& channelName() const;
57 
59 
60  protected:
61 
63  DtChannelProxy(DtDe& de, const std::string& displayName, const std::string& windowName,
64  DtChannelConfiguration& config);
65 
67  DtChannelProctor* proctor();
68 
70 
73  std::string myDisplayName;
74  std::string myViewName;
77 
79 
80  };
81 
82  typedef DtBoost::shared_ptr<DtChannelProxy> DtChannelProxySP;
83  typedef DtBoost::weak_ptr<DtChannelProxy> DtChannelProxyWP;
84 }
The proxy object that lets you remotely control a channel.
Definition: DtChannelProxy.h:28
DtDe & myDe
Members.
Definition: DtChannelProxy.h:72
DtChannelProctor * myProctorCache
Definition: DtChannelProxy.h:76
DtChannelConfiguration & myConfiguration
Definition: DtChannelProxy.h:75
std::string myDisplayName
Definition: DtChannelProxy.h:73
The Proxy base class.
Definition: DtProxy.h:41
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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
Proctor class for remotely controlling channels.
Definition: DtChannelProctor.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
std::string myViewName
Definition: DtChannelProxy.h:74
DtBoost::weak_ptr< DtChannelProxy > DtChannelProxyWP
Definition: DtChannelProxy.h:83
Acts a proxy for each remote window on the master display engine.
Definition: DtWindowProxy.h:28
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)