VR-Forces 4.1 Class Documentation
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>
14 #include <vrvCore/DtWindowEllipseAgent.hpp>
16 
17 namespace makVrv
18 {
19  class DtWindowEllipseAgent;
20 
25  {
26  public:
29  DtStateListener& listener, int modelSet);
30 
32  virtual ~Dt2DEllipseStateVisualizer();
33 
35  virtual void setColor(float r,float g,float b,float a);
36 
38  virtual void setFlashing(bool flashing);
39 
42  virtual void setDimensions(double xLength, double yLength);
43 
46  virtual void setCenter(double x, double y);
47 
50  virtual void setRotation(double rotation);
51 
53  virtual void setScale(double scale);
54 
57  virtual void setFillPattern(unsigned int pattern);
58 
60  virtual void setFill(bool fill);
61 
63  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
64 
66  static const DtStateVisualizer::TypeInfo& theTypeInfo();
67 
68  protected:
72  virtual void setVisible(bool yesNo);
73 
75  virtual void createModelAgents();
76 
83  virtual void destroyModelAgents();
84 
86  virtual void setModelDefinitionForAgents();
87 
88  protected:
89 
91  DtWindowEllipseAgent* myEllipseAgent;
92 
96  };
97 
102 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)