src/mainwindow.h

changeset 1073
a0a0d581309b
parent 1072
9ce9496427f2
child 1090
ed73c4f48ca4
equal deleted inserted replaced
1072:9ce9496427f2 1073:a0a0d581309b
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();

mercurial