src/glrenderer.h

changeset 1244
68e126e8c629
parent 1178
3a88e7a60b63
child 1246
0054d13ed614
--- a/src/glrenderer.h	Tue Feb 13 15:43:55 2018 +0200
+++ b/src/glrenderer.h	Wed Feb 14 15:17:30 2018 +0200
@@ -72,6 +72,7 @@
 	void setBackground();
 	void setCamera(Camera cam);
 	QPen textPen() const;
+	void setSelection(const QItemSelection& selection);
 
 	static const QPen thinBorderPen;
 	static const GLRotationMatrix topCameraMatrix;
@@ -140,6 +141,7 @@
 	QColor m_backgroundColor;
 	GLuint m_axesVbo;
 	GLuint m_axesColorVbo;
+	QItemSelection m_selectedItems;
 
 	void calcCameraIcons();
 	void drawGLScene();

mercurial