VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
intervisibilitySensorFanVisualizer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
8 
9 #pragma once
10 
11 #include <vrfGuiCore/vrfGuiCore.h>
14 
16 
17 namespace makVrf
18 {
19  class DtIntervisibilitySensorFanStateListener;
20 
25  {
26  public:
29  int modelSet);
30 
33 
34  static const makVrv::DtVisualizerSchema& theDtIntervisibilitySensorFanSchema();
35 
36  virtual void createModelAgents();
37 
38  virtual makVrv::DtAttachableFanUpdaterAgent* createUpdaterAgent() = 0;
39 
41  virtual void setVisibleColor(float r, float g, float b, float a);
42  virtual void setBlockedColor(float r, float g, float b, float a);
43 
44  virtual void setSelected(bool);
45 
47  virtual void setSelectable(bool);
48  bool selectable() const
49  {
50  return mySelectable;
51  }
52 
53  virtual void slot_process(const DtIfRadarCoverageInformationResponse*);
54 
55  protected:
58  };
59 }
60 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)