src/gldraw.h

changeset 447
b2bd8fb41781
parent 440
ce2009d50c61
child 455
c5d14d112034
equal deleted inserted replaced
446:608948d27e57 447:b2bd8fb41781
152 QPoint coordconv3_2 (const vertex& pos3d) const; // Convert a 3D point to a 2D point 152 QPoint coordconv3_2 (const vertex& pos3d) const; // Convert a 3D point to a 2D point
153 LDOverlayObject* findOverlayObject (Camera cam); 153 LDOverlayObject* findOverlayObject (Camera cam);
154 void updateRectVerts(); 154 void updateRectVerts();
155 void pick (uint mouseX, uint mouseY); // Perform object selection 155 void pick (uint mouseX, uint mouseY); // Perform object selection
156 void setObjectColor (LDObject* obj, const ListType list); // Set the color to an object list 156 void setObjectColor (LDObject* obj, const ListType list); // Set the color to an object list
157 QColor getTextPen() const; // Determine which color to draw text with
157 158
158 private slots: 159 private slots:
159 void slot_toolTipTimer(); 160 void slot_toolTipTimer();
160 }; 161 };
161 162

mercurial