VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfVrlinkAggregateTrackHistoryVisualizer.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 
19 
20 namespace makVrv
21 {
22  namespace DT_PROTOCOL_NAMESPACE
23  {
24  class DtVrlinkAggregateStateListener;
25  }
26 }
27 
28 namespace makVrf
29 {
30  namespace VRF_PROTOCOL_NAMESPACE
31  {
36  {
37  public:
40  int modelSet);
41 
44 
46  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
47 
49  static const DtStateVisualizer::TypeInfo& theTypeInfo();
50 
51  protected:
52 
54  virtual void setEntityType( const std::string& type );
55 
57  virtual void setForceId( int );
58 
61  virtual void on_trackColorTypeChanged(
63 
65  virtual void on_clearTrackHistories();
66 
67  protected:
68 
71  };
72 
74 
80  {
81  public:
82 
85  makVrv::DtStateListener& listener, int modelSet );
86 
89 
91  virtual void setLifeFormState( unsigned int state );
92 
94  virtual void setDamageState( unsigned int state );
95 
97  virtual void setPrimaryWeaponState( unsigned int state );
98 
100  virtual void setState( int stateNumber, int stateValue );
101 
103  virtual void setColorizedModelColorType(
105 
107  virtual void setForceId( int forceId );
108 
110  virtual const makVrv::DtStateVisualizer::TypeInfo& typeInfo() const;
111 
113  static const makVrv::DtStateVisualizer::TypeInfo& theTypeInfo();
114 
115  protected:
116 
118  virtual bool handleCustomAppearance( unsigned int attr, unsigned int value );
119 
121  virtual void setEntityType( const std::string& t );
122 
125  virtual void updateForceColor();
126 
128  virtual void setModelDefinitionForAgents();
129 
131  virtual void createModelAgents();
132 
134  virtual void setAppearance(
135  const DtAppearAttribute attr, const DtAppearAttrVal val);
136 
137  protected:
138 
144 
145  };
146 
147 
150  }
151 }
152 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)