VR-Forces 4.1.1 Class Documentation
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 
71 
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 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)