VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
2DIntervisibilitySensorFanVisualizer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrv
16 {
17  class DtOverlayPolygonModelAgent;
18  class DtSceneObjectAgent;
19  class DtProjectedWidgetModelAgent;
20  class DtAttributeGroupWidgetAgent;
21 }
22 
23 namespace makVrf
24 {
25  class DtAttachableUpdaterWithLevelOrientationAgent;
26 
32  {
33  public:
36  makVrv::DtStateListener& listener, int modelSet);
37 
40 
42  virtual const makVrv::DtStateVisualizer::TypeInfo& typeInfo() const;
43 
45  static const makVrv::DtStateVisualizer::TypeInfo& theTypeInfo();
46 
47  protected:
48 
50  virtual void createModelAgents();
51 
53  virtual void createCircle();
54 
55  virtual void selectCircle(bool);
56 
58  virtual void setCircleColor(float r, float g, float b, float a);
59 
60  virtual void destroyModelAgents();
61 
62  virtual makVrv::DtAttachableFanUpdaterAgent* createUpdaterAgent();
63 
64  virtual void slot_shadowTextChanged(bool);
65  virtual void slot_textColorChanged(float, float, float);
66  virtual void slot_backgroundColorChanged(float, float, float);
67  virtual void slot_backgroundOpacityChanged(float);
68  virtual void slot_showLabelChanged(bool);
69  virtual void setScale( float scale );
70  virtual void slot_process(const DtIfRadarCoverageInformationResponse*);
71 
72  protected:
73  makVrv::DtOverlayPolygonModelAgent* myCircle;
74  makVrv::DtSceneObjectAgent* myLabelSceneObjectAgent;
75  DtAttachableUpdaterWithLevelOrientationAgent* myLabelUpdaterAgent;
76  makVrv::DtProjectedWidgetModelAgent* myLabelProjectedWidgetModelAgent;
77  makVrv::DtAttributeGroupWidgetAgent* myLabel;
79 
82  float myTextColor[3];
83  float myBackgroundColor[4];
84  float myFontSize;
85  float myScale;
86  std::string myFontFile;
87  double myRadarRange;
89  };
90 
95 }

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)