140 int m_tabIndex; |
140 int m_tabIndex; |
141 int m_triangleCount; |
141 int m_triangleCount; |
142 QVector<LDPolygon> m_polygonData; |
142 QVector<LDPolygon> m_polygonData; |
143 QMap<LDObject*, QSet<Vertex>> m_objectVertices; |
143 QMap<LDObject*, QSet<Vertex>> m_objectVertices; |
144 QSet<Vertex> m_vertices; |
144 QSet<Vertex> m_vertices; |
145 DocumentManager* m_manager; |
|
146 |
145 |
147 private slots: |
146 private slots: |
148 void objectChanged(const LDObjectState &before, const LDObjectState &after); |
147 void objectChanged(const LDObjectState &before, const LDObjectState &after); |
149 void handleNewObject(const QModelIndex& index); |
148 void handleNewObject(const QModelIndex& index); |
150 void handleImminentObjectRemoval(const QModelIndex& index); |
149 void handleImminentObjectRemoval(const QModelIndex& index); |