165 QColor m_bgcolor; |
165 QColor m_bgcolor; |
166 double m_depthValues[6]; |
166 double m_depthValues[6]; |
167 LDGLOverlay m_overlays[6]; |
167 LDGLOverlay m_overlays[6]; |
168 QList<vertex> m_knownVerts; |
168 QList<vertex> m_knownVerts; |
169 bool m_panning; |
169 bool m_panning; |
170 bool m_firstResize; |
|
171 |
170 |
172 void addDrawnVertex (vertex m_hoverpos); |
171 void addDrawnVertex (vertex m_hoverpos); |
173 void calcCameraIcons(); // Compute geometry for camera icons |
172 void calcCameraIcons(); // Compute geometry for camera icons |
174 void clampAngle (double& angle) const; // Clamps an angle to [0, 360] |
173 void clampAngle (double& angle) const; // Clamps an angle to [0, 360] |
175 void compileList (LDObject* obj, const ListType list); // Compile one of the lists of an object |
174 void compileList (LDObject* obj, const ListType list); // Compile one of the lists of an object |