src/gldraw.h

changeset 193
ce8e25ccbaf6
parent 191
9bb6a17305ad
child 194
cfe9ae5f1124
--- a/src/gldraw.h	Sun May 12 20:21:44 2013 +0300
+++ b/src/gldraw.h	Mon May 13 00:04:54 2013 +0300
@@ -57,13 +57,15 @@
 	void	endPlaneDraw		(bool accept);
 	QColor	getMainColor		();
 	void	hardRefresh		();
-	bool	picking				() { return m_picking; }
+	bool	picking				() const { return m_picking; }
 	void	refresh			();
 	void	resetAngles		();
 	uchar*	screencap			(ushort& w, ushort& h);
 	void	setBackground		();
 	void	setCamera			(const GLRenderer::Camera cam);
 	void	setZoom				(const double zoom) { m_zoom = zoom; }
+	void	setWireframe		(const bool set);
+	bool	wireframe			() const;
 	double	zoom				() const { return m_zoom; }
 
 protected:

mercurial