VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)