60 EditHistory* history() const; |
60 EditHistory* history() const; |
61 void initializeCachedData(); |
61 void initializeCachedData(); |
62 void inlineContents(Model& model, bool deep, bool renderinline); |
62 void inlineContents(Model& model, bool deep, bool renderinline); |
63 QList<LDPolygon> inlinePolygons(); |
63 QList<LDPolygon> inlinePolygons(); |
64 const QSet<Vertex>& inlineVertices(); |
64 const QSet<Vertex>& inlineVertices(); |
65 void insertObject (int pos, LDObject* obj); |
65 void insertObject (int pos, LDObject* obj) __attribute__((deprecated)); |
66 bool isFrozen() const; |
66 bool isFrozen() const; |
67 bool isSafeToClose(); |
67 bool isSafeToClose(); |
68 QString name() const; |
68 QString name() const; |
69 void objectRemoved(LDObject* object, int index); |
69 void objectRemoved(LDObject* object, int index); |
70 const QList<LDPolygon>& polygonData() const; |
70 const QList<LDPolygon>& polygonData() const; |