src/glrenderer.h

changeset 1244
68e126e8c629
parent 1178
3a88e7a60b63
child 1246
0054d13ed614
equal deleted inserted replaced
1243:0fb1d3d17b60 1244:68e126e8c629
70 void resetAngles(); 70 void resetAngles();
71 QImage screenCapture(); 71 QImage screenCapture();
72 void setBackground(); 72 void setBackground();
73 void setCamera(Camera cam); 73 void setCamera(Camera cam);
74 QPen textPen() const; 74 QPen textPen() const;
75 void setSelection(const QItemSelection& selection);
75 76
76 static const QPen thinBorderPen; 77 static const QPen thinBorderPen;
77 static const GLRotationMatrix topCameraMatrix; 78 static const GLRotationMatrix topCameraMatrix;
78 static const GLRotationMatrix frontCameraMatrix; 79 static const GLRotationMatrix frontCameraMatrix;
79 static const GLRotationMatrix leftCameraMatrix; 80 static const GLRotationMatrix leftCameraMatrix;
138 GLuint m_axeslist; 139 GLuint m_axeslist;
139 int m_totalMouseMove; 140 int m_totalMouseMove;
140 QColor m_backgroundColor; 141 QColor m_backgroundColor;
141 GLuint m_axesVbo; 142 GLuint m_axesVbo;
142 GLuint m_axesColorVbo; 143 GLuint m_axesColorVbo;
144 QItemSelection m_selectedItems;
143 145
144 void calcCameraIcons(); 146 void calcCameraIcons();
145 void drawGLScene(); 147 void drawGLScene();
146 void drawVbos(VboClass surface, VboSubclass colors); 148 void drawVbos(VboClass surface, VboSubclass colors);
147 void freeAxes(); 149 void freeAxes();

mercurial