VR-Forces 4.1 Class Documentation
DtAggregateMilStdIconVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
17 
18 namespace makVrv
19 {
26  {
27  public:
28 
31  DtStateListener& listener, int modelSet);
32 
35 
37  void setEchelonEnabled(bool enabled);
39  bool echelonEnabled() const;
40 
42  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
43 
48  virtual unsigned short echelonCharacterForUnitSymbolFont(int force) const;
49 
51  virtual DtUnicode generateSymbolString(float fillColor[4],
52  float outlineColor[4], unsigned int fillGlyph,
53  unsigned int outlineGlyph, unsigned int echelonGlyph,
54  bool damaged ) const;
55 
57  virtual DtUnicode generateSymbolString(float fillColor[4],
58  float outlineColor[4], unsigned int fillGlyph,
59  unsigned int outlineGlyph, bool damaged ) const;
60 
62  virtual unsigned short echelonGlyph() const;
63 
65  virtual void setShowMainIcon(bool);
66 
68  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
69 
71  static const DtStateVisualizer::TypeInfo& theTypeInfo();
72 
73  protected:
74 
78  };
79 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)