VR-Forces 4.1.1 Class Documentation
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)