src/lddocument.h

changeset 1244
68e126e8c629
parent 1159
6ad8cdcd88d9
child 1247
7e1ce2fc066b
equal deleted inserted replaced
1243:0fb1d3d17b60 1244:68e126e8c629
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;

mercurial