src/gldraw.h

changeset 499
ebd30d9eb667
parent 498
791c831c8020
child 501
8f314f3f5054
equal deleted inserted replaced
498:791c831c8020 499:ebd30d9eb667
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

mercurial