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: |