103 const LDObjectList& selectedObjects(); |
103 const LDObjectList& selectedObjects(); |
104 void setQuickColors (const QList<LDQuickColor>& colors); |
104 void setQuickColors (const QList<LDQuickColor>& colors); |
105 void spawnContextMenu (const QPoint pos); |
105 void spawnContextMenu (const QPoint pos); |
106 int suggestInsertPoint(); |
106 int suggestInsertPoint(); |
107 void syncSettings(); |
107 void syncSettings(); |
108 void updateActions(); |
108 Q_SLOT void updateActions(); |
109 void updateColorToolbar(); |
109 void updateColorToolbar(); |
110 void updateDocumentList(); |
110 void updateDocumentList(); |
111 void updateDocumentListItem (LDDocument* doc); |
111 void updateDocumentListItem (LDDocument* doc); |
112 void updateEditModeActions(); |
112 void updateEditModeActions(); |
113 void updateGridToolBar(); |
113 void updateGridToolBar(); |
117 |
117 |
118 public slots: |
118 public slots: |
119 void actionTriggered(); |
119 void actionTriggered(); |
120 void circleToolSegmentsChanged(); |
120 void circleToolSegmentsChanged(); |
121 void closeTab (int tabindex); |
121 void closeTab (int tabindex); |
|
122 void historyTraversed(); |
122 void ringToolHiResClicked (bool clicked); |
123 void ringToolHiResClicked (bool clicked); |
123 void tabSelected(); |
124 void tabSelected(); |
124 void updatePrimitives(); |
125 void updatePrimitives(); |
125 |
126 |
126 protected: |
127 protected: |