99 bool ringToolHiRes() const; |
99 bool ringToolHiRes() const; |
100 int ringToolSegments() const; |
100 int ringToolSegments() const; |
101 bool save (LDDocument* doc, bool saveAs); |
101 bool save (LDDocument* doc, bool saveAs); |
102 void saveShortcuts(); |
102 void saveShortcuts(); |
103 void scrollToSelection(); |
103 void scrollToSelection(); |
104 const LDObjectList& selectedObjects(); |
104 const QSet<LDObject*>& selectedObjects(); |
105 void setQuickColors (const QVector<ColorToolbarItem> &colors); |
105 void setQuickColors (const QVector<ColorToolbarItem> &colors); |
106 void spawnContextMenu (const QPoint& position); |
106 void spawnContextMenu (const QPoint& position); |
107 int suggestInsertPoint(); |
107 int suggestInsertPoint(); |
108 void syncSettings(); |
108 void syncSettings(); |
109 Q_SLOT void updateActions(); |
109 Q_SLOT void updateActions(); |