VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtWindowPolygon.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtWindowPolygon.h,v $ $Revision: 1.0 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtWindowPolygon_H_
14 #define DtWindowPolygon_H_
15 
16 #include <vrvCore/DtWindowObject.h>
17 
18 #include <vector>
19 
20 namespace makVrv
21 {
22  class DtDe;
23  class DtWindowPolygonInstance;
24 
29  {
30  public:
31 
34 
36  virtual ~DtWindowPolygon();
37 
39  virtual void setVertex(int i, double x, double y);
40 
42  virtual void setNumVertices(int numVertices);
43 
45  virtual void setScale(double scale);
46 
48  virtual void setRotation(double rotation);
49 
51  virtual void setVisible(bool isVisible);
52 
54  virtual void setStipplePattern(unsigned int stipplePattern);
55 
57  virtual void setColor(float r,float g,float b,float a);
58 
61  virtual void setInstance(DtWindowPolygonInstance* instance);
62 
64  virtual void setFill(bool fill);
65 
67  virtual DtWindowPolygonInstance* instance();
68 
69  protected:
71  };
72 }
73 
74 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)