VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrf2DEnvironmentalAreaVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrfGuiCore/vrfGuiCore.h>
15 
16 namespace makVrv
17 {
18  class DtWidgetAgent;
19  class DtProjectedWidgetModelAgent;
20 }
21 
22 namespace makVrf
23 {
24  class DtWeatherUpdaterAgent;
25 
29  {
30  public:
33  makVrv::DtBaseConnection& simulation, makVrv::DtStateListener& listener, int modelSet);
34 
37 
38  virtual void destroyModelAgents();
39 
40  virtual void setWeatherInformation(const makArchives::DtEnvironmentRecord&);
41 
44  virtual void addPoint(int index, const DtVector&);
45  virtual void modifyPoint(int index, const DtVector&);
46  virtual void setPoints(const makVrv::DtEnvironmentalStateListener::ControlPointsList& v);
47  virtual void removePoint(int index);
49 
50  virtual void setSelected( bool selected );
51  virtual void setColor(float r, float g, float b, float a);
52 
53  protected:
55  virtual void updateGeometricCenter();
56 
57  virtual void createWeatherIcon();
58 
59  virtual void setScale(double d);
60 
61  protected:
62  DtWeatherUpdaterAgent* myWeatherUpdaterAgent;
63  makVrv::DtProjectedWidgetModelAgent* myProjectedWeatherWidgetModelAgent;
64  makVrv::DtWidgetAgent* myIcon;
65 
66  double mySizeX;
67  double mySizeY;
68  double myScale;
69  };
70 
73 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)