VR-Forces 4.3.1 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 
15 
16 namespace makVrv
17 {
18 
19  namespace DT_PROTOCOL_NAMESPACE
20  {
21 
23 
30  {
31  public:
32 
35  DtStateListener& listener, int modelSet );
36 
39 
41  virtual DtUnicode generateInfoString() const;
42 
43  protected:
44 
46  virtual void setEntityType( const std::string& type );
47 
49  virtual void createModelAgents();
50 
52  void setForceId( int f );
53 
56  virtual void on_indicatorColorTypeChanged(
58 
61  virtual void slot_displayUnitsChanged();
62 
65  virtual void slot_forceAdded(int);
66 
67  protected:
68 
72  std::string myModelName;
73  std::map<int, std::string> myModelAltitudeUnitStr;
75 
76  };
77 
78 
82  }
83 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)