VR-Forces 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) 2023 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  DtSceneObjectAgent* sceneObject, DtModelSetId modelSet );
34 
37 
39  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
40 
42  static const DtStateVisualizer::TypeInfo& theTypeInfo();
43 
45  DtAggregateStateListener& aggregateStateListener();
46 
47  const DtAggregateStateListener& aggregateStateListener() const;
48 
49  protected:
51 
52  };
53 
58 }
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:274
Contains makVrv:DtEntityIndicatorVisualizer.h class to show indicator and info widget for entities...
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
DtStateVisualizerCreatorTemplate< DtAggregateIndicatorVisualizer > DtAggregateIndicatorVisualizerCreator
Creator that will be registered with the state visualizer factory to create this class.
Definition: DtAggregateIndicatorVisualizer.h:57
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv:DtEntityIndicatorVisualizer.h class to show an entity indicator (force coloured circl...
Definition: DtEntityIndicatorVisualizer.h:22
DtModelSetId
Definition: DtModelSetEnums.h:19
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:26
Struct to hold metadata about each functional visualizer type This allows users of the factory to get...
Definition: DtStateVisualizer.h:54
DtAggregateStateListener * myAggregateListener
Definition: DtAggregateIndicatorVisualizer.h:50

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)