VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTacticalGraphicImageSymbolVisualizer.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2014 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace makVrv
15 {
16  class DtEnvironmentalIconCenteringUpdaterAgent;
17  class DtTacticalGraphicStateListener;
18 
25  {
26  public:
27 
30  DtStateListener& listener, int modelSet );
31 
34 
36  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
37 
39  static const DtStateVisualizer::TypeInfo& theTypeInfo();
40 
43  virtual void createModelAgents();
44 
48  virtual void setCenterIcon(bool);
49 
51  virtual void setVisualizerDefinition( const DtVisualizerDefinition& visDef );
52 
54  virtual void destroyModelAgents();
55 
56  protected:
58 
59  DtSceneObjectAgent* myCenterAgent;
60  DtEnvironmentalIconCenteringUpdaterAgent* myEnvironmentalIconCenteringUpdaterAgent;
61 
63  };
64 
69 
70 }

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)