gldraw.h

changeset 108
351aef26f444
parent 107
195aa036da7f
child 131
3ccb10f6ed0b
--- a/gldraw.h	Mon Apr 15 02:56:42 2013 +0300
+++ b/gldraw.h	Mon Apr 15 04:00:10 2013 +0300
@@ -41,10 +41,14 @@
 	void setBackground ();
 	void pick (uint uMouseX, uint uMouseY, bool bAdd);
 	QColor getMainColor ();
+	void recompileObject (LDObject* obj);
+	void refresh ();
+	void updateSelFlash();
 	
 	double fRotX, fRotY, fRotZ;
 	QPoint lastPos;
 	double fZoom;
+	bool bPicking;
 
 protected:
 	void initializeGL ();
@@ -65,7 +69,6 @@
 	void compileVertex (vertex& vrt);
 	void clampAngle (double& fAngle);
 	void setObjectColor (LDObject* obj);
-	void recompileObject (LDObject* obj);
 	
 	QTimer* qPulseTimer;
 	

mercurial