VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfGuiAggregateMilStdIconVisualizer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
17 
18 #include <vlpi/entityType.h>
19 
20 namespace makVrf
21 {
23  {
24  public:
27  int modelSet);
28 
31 
33  virtual void setEntityType(const DtEntityType& t);
34 
36  virtual void setObjectType(const std::string&);
37 
38  protected:
40  virtual unsigned short echelonCharacterForUnitSymbolFont(int force) const;
41 
42  protected:
43  DtEntityType myEntityType;
44  };
45 
47  {
48  public:
51  int modelSet);
52 
55 
57  virtual void setEntityType(const DtEntityType& t);
58 
60  virtual void setObjectType(const std::string&);
61 
62  protected:
64  virtual unsigned short echelonCharacterForUnitSymbolFont(int force) const;
65  virtual void setModelDefinitionForAgents();
66 
67  protected:
68  DtEntityType myEntityType;
69  };
70 
73 }
74 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)