VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAggregateIndicatorVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
13 
14 namespace makVrv
15 {
16  class DtAggregateStateListener;
17 
29  {
30  public:
33  DtStateListener& listener, int modelSet);
34 
37  DtSceneObjectAgent* sceneObject, int modelSet );
38 
41 
43  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
44 
46  static const DtStateVisualizer::TypeInfo& theTypeInfo();
47 
49  DtAggregateStateListener& aggregateStateListener();
50 
51  const DtAggregateStateListener& aggregateStateListener() const;
52 
53  protected:
56  virtual void createModelAgents() override;
57 
59 
60  };
61 
66 }
Contains makVrv:DtAggregateIndicatorVisualizer.h class to show indicator and info widget for aggregat...
Definition: DtAggregateIndicatorVisualizer.h:27
The DtAggregateStateListener extends DtEntityStateListener. It provides a interface to all the visual...
Definition: DtAggregateStateListener.h:33
Definition: DtStateVisualizer.h:305
Contains makVrv:DtEntityIndicatorVisualizer.h class to show indicator and info widget for entities...
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:39
DtStateVisualizerCreatorTemplate< DtAggregateIndicatorVisualizer > DtAggregateIndicatorVisualizerCreator
Creator that will be registered with the state visualizer factory to create this class.
Definition: DtAggregateIndicatorVisualizer.h:65
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv:DtEntityIndicatorVisualizer.h class to show indicator and info widget for entities...
Definition: DtEntityIndicatorVisualizer.h:28
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
DtAggregateStateListener * myAggregateListener
Definition: DtAggregateIndicatorVisualizer.h:58

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)