--- 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();