VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DEllipseStateVisualizer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtWindowEllipseAgent.hpp>
15 
16 namespace makVrv
17 {
18  class DtWindowEllipseAgent;
19 
24  {
25  public:
28  DtStateListener& listener, int modelSet);
29 
31  virtual ~Dt2DEllipseStateVisualizer();
32 
34  virtual void setColor(float r,float g,float b,float a);
35 
37  virtual void setFlashing(bool flashing);
38 
41  virtual void setDimensions(double xLength, double yLength);
42 
45  virtual void setCenter(double x, double y);
46 
49  virtual void setRotation(double rotation);
50 
52  virtual void setScale(double scale);
53 
56  virtual void setFillPattern(unsigned int pattern);
57 
59  virtual void setFill(bool fill);
60 
62  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
63 
65  static const DtStateVisualizer::TypeInfo& theTypeInfo();
66 
67  protected:
71  virtual void setVisible(bool yesNo);
72 
74  virtual void createModelAgents();
75 
82  virtual void destroyModelAgents();
83 
85  virtual void setModelDefinitionForAgents();
86 
87  protected:
88 
90  DtWindowEllipseAgent* myEllipseAgent;
91 
95  };
96 
101 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)