68 Canvas* renderer(); |
68 Canvas* renderer(); |
69 void refresh(); |
69 void refresh(); |
70 void replaceSelection(const QItemSelection& selection); |
70 void replaceSelection(const QItemSelection& selection); |
71 CircularSection circleToolSection() const; |
71 CircularSection circleToolSection() const; |
72 bool save (LDDocument* doc, bool saveAs); |
72 bool save (LDDocument* doc, bool saveAs); |
73 void saveShortcuts(); |
|
74 void select(const QModelIndex& objectIndex); |
73 void select(const QModelIndex& objectIndex); |
75 QModelIndexList selectedIndexes() const; |
74 QModelIndexList selectedIndexes() const; |
76 QSet<LDObject*> selectedObjects() const; |
75 QSet<LDObject*> selectedObjects() const; |
77 void spawnContextMenu (const QPoint& position); |
76 void spawnContextMenu (const QPoint& position); |
78 int suggestInsertPoint(); |
77 int suggestInsertPoint(); |