aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/rectanglenode.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2014-08-07 19:54:53 +0200
committerLars Knoll <lars.knoll@digia.com>2014-08-08 15:57:21 +0300
commit44799792c2b85ee039f18c1f7d1304f4926c1fa3 (patch)
treeb6989cc1c9b8f20132e545ea620745bbe798bf67 /softwarecontext/rectanglenode.h
parent9c09e0e86bc5056c2bc34b711024bac8e09dbf74 (diff)
Fully implement RectangleNode
Change-Id: If03d1fbcac76035628254033121a822ce481fa38 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'softwarecontext/rectanglenode.h')
-rw-r--r--softwarecontext/rectanglenode.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/softwarecontext/rectanglenode.h b/softwarecontext/rectanglenode.h
index 1b5f1af0a0..2f1051df52 100644
--- a/softwarecontext/rectanglenode.h
+++ b/softwarecontext/rectanglenode.h
@@ -25,9 +25,14 @@ public:
virtual void paint(QPainter *);
private:
+ QRectF m_rect;
+ QColor m_color;
+ QColor m_penColor;
+ double m_penWidth;
+ QGradientStops m_stops;
+ double m_radius;
QPen m_pen;
QBrush m_brush;
- QRectF m_rect;
};
#endif // RECTANGLENODE_H