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 |
185 |
186 void drawBlip (QPainter& paint, QPoint pos) const; |
186 void drawBlip (QPainter& paint, QPoint pos) const; |
187 double circleDrawDist() const; |
187 double circleDrawDist(int pos) const; |
188 |
188 |
189 private slots: |
189 private slots: |
190 void slot_toolTipTimer(); |
190 void slot_toolTipTimer(); |
191 }; |
191 }; |
192 |
192 |