| 48 |
48 |
| 49 void addHistoryStep(); |
49 void addHistoryStep(); |
| 50 void addToHistory (AbstractHistoryEntry* entry); |
50 void addToHistory (AbstractHistoryEntry* entry); |
| 51 void addToSelection (LDObject* obj); |
51 void addToSelection (LDObject* obj); |
| 52 void clearHistory(); |
52 void clearHistory(); |
| 53 void clearSelection(); |
|
| 54 void close(); |
53 void close(); |
| 55 QString defaultName() const; |
54 QString defaultName() const; |
| 56 QString fullPath(); |
55 QString fullPath(); |
| 57 QString getDisplayName(); |
56 QString getDisplayName(); |
| 58 const QSet<LDObject*>& getSelection() const; |
|
| 59 bool hasUnsavedChanges() const; |
57 bool hasUnsavedChanges() const; |
| 60 EditHistory* history() const; |
58 EditHistory* history() const; |
| 61 void initializeCachedData(); |
59 void initializeCachedData(); |
| 62 void inlineContents(Model& model, bool deep, bool renderinline); |
60 void inlineContents(Model& model, bool deep, bool renderinline); |
| 63 QList<LDPolygon> inlinePolygons(); |
61 QList<LDPolygon> inlinePolygons(); |