src/gldraw.h

changeset 501
8f314f3f5054
parent 499
ebd30d9eb667
child 504
6a1fa662bfc1
--- a/src/gldraw.h	Wed Oct 16 15:32:38 2013 +0300
+++ b/src/gldraw.h	Wed Oct 16 16:04:56 2013 +0300
@@ -182,6 +182,7 @@
 		void           setObjectColor (LDObject* obj, const ListType list);    // Set the color to an object list
 		QColor         getTextPen() const;                                     // Determine which color to draw text with
 		void           getRelativeAxes (Axis& relX, Axis& relY) const;
+		matrix         getCircleDrawMatrix (double scale);
 
 		void           drawBlip (QPainter& paint, QPoint pos) const;
 		double         circleDrawDist(int pos) const;

mercurial