VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVrlinkRemoteGraphicStateVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrlinkRemoteGraphicStateVisualizer.h,v $ $Revision: 1.43 $ $SceneObject: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
16 
23 
24 #include <string>
25 
26 namespace makVrv
27 {
28  namespace DT_PROTOCOL_NAMESPACE
29  {
30  class DtRemoteGraphicsProcessor;
31 
32  template <typename BaseClass>
34  {
35  public:
36 
37  DtVrlinkRemoteGraphicStateVisualizer(DtBaseConnection& simulation, DtStateListener& listener, int modelSet);
38 
40 
41 // virtual void setFlashing(bool flashing);
42  virtual void layersChanged();
43  virtual void enabledChanged(bool enabled);
44  virtual void setLayerName(const std::string& layerName);
45  protected:
49  };
50  }
51 }
52 
53 #include <vrvVrl/DtVrlinkRemoteGraphicStateVisualizer.inl>
54 
55 namespace makVrv
56 {
57  namespace DT_PROTOCOL_NAMESPACE
58  {
61 
64 
67 
70 
73 
76  }
77 }
78 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)