VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtAggregateMilStdIconVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
14 
15 namespace makVrv
16 {
23  {
24  public:
25 
28  DtStateListener& listener, int modelSet);
29 
32 
34  void setEchelonEnabled(bool enabled);
36  bool echelonEnabled() const;
37 
39  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
40 
45  virtual unsigned short echelonCharacterForUnitSymbolFont(int force) const;
46 
48  virtual DtUnicode generateSymbolString(float fillColor[4],
49  float outlineColor[4], unsigned int fillGlyph,
50  unsigned int outlineGlyph, unsigned int echelonGlyph,
51  bool damaged ) const;
52 
54  virtual DtUnicode generateSymbolString(float fillColor[4],
55  float outlineColor[4], unsigned int fillGlyph,
56  unsigned int outlineGlyph, bool damaged ) const;
57 
59  virtual unsigned short echelonGlyph() const;
60 
62  virtual void setShowMainIcon(bool);
63 
65  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
66 
68  static const DtStateVisualizer::TypeInfo& theTypeInfo();
69 
70  protected:
74  };
75 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)