VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtWindowEllipse.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtWindowEllipse.h,v $ $Revision: 1.0 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtWindowEllipse_H_
14 #define DtWindowEllipse_H_
15 
16 #include <vrvCore/DtUniqueID.h>
17 #include <vrvCore/DtWindowObject.h>
18 
19 #include <vector>
20 
21 namespace makVrv
22 {
23  class DtDe;
24  class DtWindowEllipseInstance;
25 
30  {
31  public:
32 
35 
37  virtual ~DtWindowEllipse();
38 
43  virtual void setCenter(double x, double y);
44 
50  virtual void setDimensions(double xLength, double yLength);
51 
54  virtual void setNumVertices(int numVertices);
55 
57  virtual void setScale(double scale);
58 
60  virtual void setRotation(double rotation);
61 
63  virtual void setVisible(bool isVisible);
64 
66  virtual void setStipplePattern(unsigned int stipplePattern);
67 
69  virtual void setColor(float r,float g,float b,float a);
70 
72  virtual void setFill(bool fill);
73 
76  virtual void setInstance(DtWindowEllipseInstance* instance);
77 
79  virtual DtWindowEllipseInstance* instance();
80 
81  protected:
83  };
84 }
85 
86 #endif

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)