VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtRemoteGraphicVisualizerAttributes.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: DtRemoteGraphicVisualizerAttributes.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:
26 
29 
31  virtual void setFlashing(bool flashing) = 0;
32 
34  virtual void setActive(bool active);
35 
37  virtual void setLayerName(const std::string& layerName);
38 
39  protected:
40  virtual void setVisible(bool yesNo) = 0;
41 
42  bool myActive;
43  bool myFlashing;
44  std::vector<std::string> myLayers;
45  std::string myLayerName;
46  bool myEnabled;
47  };
48 }
49 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)