VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateImageSymbolVisualizer.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2022 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
14 
15 namespace makVrv
16 {
17  class DtAggregateStateListener;
18  namespace EntityStateListener
19  {
20  enum class DamageState;
21  }
22 
29  {
30  public:
31 
34  DtStateListener& listener, int modelSet );
35 
38  DtSceneObjectAgent* sceneObject, int modelSet );
39 
42 
45 
48 
51 
53  virtual void initialize() override;
54 
56  virtual void createModelAgents() override;
57 
59  virtual void setRotateToHeading( bool );
60 
62  virtual void rotateSymbolToHeading( const DtTaitBryan& );
63 
65  virtual void damageSet(EntityStateListener::DamageState state);
66 
68  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
69 
70  public:
71 
73  static const DtStateVisualizer::TypeInfo& theTypeInfo();
74 
75  protected:
76 
79  virtual void updatePickability();
80 
82  DtAggregateStateListener& aggregateStateListener();
83  const DtAggregateStateListener& aggregateStateListener() const;
84 
85  protected:
88  };
89 
93 
94 }
DtAggregateStateListener * myAggregateStateListener
Definition: DtAggregateImageSymbolVisualizer.h:87
Contains the DtImageSymbolVisualizer class declaration.
DamageState
Definition: DtEntityStateListener.h:59
The DtAggregateStateListener extends DtEntityStateListener. It provides a interface to all the visual...
Definition: DtAggregateStateListener.h:33
Definition: DtStateVisualizer.h:305
A visualizer for displaying a Image (Bitmap) Symbology Icon. The visualizer stores a map by integer o...
Definition: DtImageSymbolVisualizer.h:30
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:38
Contains makVrv:DtEntityStateListener class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
A visualizer for displaying a Image (Bitmap) Symbology Icon. The visualizer stores a map by integer o...
Definition: DtAggregateImageSymbolVisualizer.h:28
bool myRotateToHeading
Definition: DtAggregateImageSymbolVisualizer.h:86
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:25
Struct to hold metadata about each functional visualizer type This allows users of the factory to get...
Definition: DtStateVisualizer.h:56

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)