VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRemoteGraphicStateVisualizer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtRemoteGraphicStateVisualizer.h,v $ $Revision: 1.1 $ $State: Exp $
7 *********************************************************************/
11 
12 #pragma once
13 
14 #include <vrvCore/vrvCore.h>
16 
17 namespace makVrv
18 {
22  {
23  public:
25 
27 
29  virtual void setFlashing(bool flashing) = 0;
30 
32  virtual void setActive(bool active);
33 
35  virtual void setLayerName(const std::string& layerName);
36 
37  protected:
38  virtual void setVisible(bool yesNo) = 0;
39 
40  bool myActive;
41  bool myFlashing;
42  std::vector<std::string> myLayers;
43  std::string myLayerName;
44  bool myEnabled;
45  };
46 }
47 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)