VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtVrlinkEntityIndicatorVisualizer.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 
13 
16 
17 namespace makVrv
18 {
19 
20  namespace DT_PROTOCOL_NAMESPACE
21  {
22 
24 
31  {
32  public:
33 
36  DtStateListener& listener, int modelSet );
37 
40 
42  virtual DtUnicode generateInfoString() const;
43 
44  protected:
45 
47  virtual void setEntityType( const std::string& type );
48 
50  virtual void createModelAgents();
51 
53  virtual void setForceId( int f );
54 
57  virtual void on_indicatorColorTypeChanged(
59 
62  virtual void slot_displayUnitsChanged();
63 
66  virtual void slot_forceAdded(int);
67 
68  protected:
69 
73  std::string myModelName;
74  std::map<int, std::string> myModelAltitudeUnitStr;
76 
77  };
78 
79 
83  }
84 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)