VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEntityIndicatorVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
14 
15 namespace makVrv
16 {
17  class DtEntityStateListener;
18  class DtEntityIndicatorWidget;
19 
28  {
29  public:
32  DtStateListener& listener, int modelSet);
33 
35  virtual ~DtEntityIndicatorVisualizer();
36 
37  virtual void setWidgetEventsEnabled(bool b);
38  virtual void setIndicatorPinned(bool b);
39  virtual void setColor(float r,float g,float b,float a);
40 
42  DtEntityIndicatorWidget* indicator() const;
43 
45  DtEntityStateListener& entityStateListener();
46 
48  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
49 
51  static const DtStateVisualizer::TypeInfo& theTypeInfo();
52 
56  virtual void setHoverSignalsActive( bool active );
57 
60  virtual void setShowInfoPopupOnSelect(bool show);
61 
62  protected:
63  virtual void createIndicator();
64  virtual void destroyIndicator();
65  virtual DtUnicode generateInfoString() const;
66 
67  protected:
68 
70 
73  };
74 
75 
80 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)