src/gldraw.h

changeset 501
8f314f3f5054
parent 499
ebd30d9eb667
child 504
6a1fa662bfc1
equal deleted inserted replaced
500:cad8cdc42a64 501:8f314f3f5054
180 void updateRectVerts(); 180 void updateRectVerts();
181 void pick (int mouseX, int mouseY); // Perform object selection 181 void pick (int mouseX, int mouseY); // Perform object selection
182 void setObjectColor (LDObject* obj, const ListType list); // Set the color to an object list 182 void setObjectColor (LDObject* obj, const ListType list); // Set the color to an object list
183 QColor getTextPen() const; // Determine which color to draw text with 183 QColor getTextPen() const; // Determine which color to draw text with
184 void getRelativeAxes (Axis& relX, Axis& relY) const; 184 void getRelativeAxes (Axis& relX, Axis& relY) const;
185 matrix getCircleDrawMatrix (double scale);
185 186
186 void drawBlip (QPainter& paint, QPoint pos) const; 187 void drawBlip (QPainter& paint, QPoint pos) const;
187 double circleDrawDist(int pos) const; 188 double circleDrawDist(int pos) const;
188 189
189 private slots: 190 private slots:

mercurial