VR-Forces 4.1.1 Class Documentation
DtVrlinkEntityMilStdIconVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 #pragma once
10 
11 #include <vrvVrl/vrvVrl.h>
13 
14 #ifndef DT_PROTOCOL_NAMESPACE
15 #error Namespace Protocol Macro DT_PROTOCOL_NAMESPACE not defined.
16 #endif
17 
18 namespace makVrv
19 {
20  namespace DT_PROTOCOL_NAMESPACE
21  {
23 
28  {
29  public:
30 
32  DtStateListener& listener, int modelSet);
33 
35 
36  void refreshForceColor();
37 
38  protected:
39 
40  void damageSet(unsigned int);
41  void forceSet(int);
42 
44  virtual void updateSymbol();
45  void setEntityType(const std::string& t);
46 
47  virtual void setState( int stateNumber, int stateValue );
48 
49  virtual void setModelDefinitionForAgents();
50  static DtUnicode mapModelDef(DtVrlinkEntityStateListener&);
51 
53  virtual void createModelAgents();
54 
56  virtual void setRotateToHeading(bool);
57 
58  protected:
60  virtual unsigned short fillCharacterForUnitSymbolFont(unsigned short outlineBase, int force) const;
61 
63  virtual void rotateSymbolToHeading(const DtTaitBryan&);
64 
65  protected:
67 
69 
72 
75  };
76 
77 
80 
81  }
82 }
83 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)