97 void updateRecentFilesMenu(); |
97 void updateRecentFilesMenu(); |
98 void updateSelection(); |
98 void updateSelection(); |
99 void updateGridToolBar(); |
99 void updateGridToolBar(); |
100 void updateEditModeActions(); |
100 void updateEditModeActions(); |
101 void updateFileList(); |
101 void updateFileList(); |
102 void updateFileListItem (LDOpenFile* f); |
102 void updateFileListItem (LDFile* f); |
103 bool isSelected (LDObject* obj); |
103 bool isSelected (LDObject* obj); |
104 short getSelectedColor(); |
104 short getSelectedColor(); |
105 LDObject::Type uniformSelectedType(); |
105 LDObject::Type uniformSelectedType(); |
106 void scrollToSelection(); |
106 void scrollToSelection(); |
107 void spawnContextMenu (const QPoint pos); |
107 void spawnContextMenu (const QPoint pos); |
108 void deleteObjVector (List< LDObject* > objs); |
108 void deleteObjVector (List< LDObject* > objs); |
109 int deleteSelection(); |
109 int deleteSelection(); |
110 void deleteByColor (const short int colnum); |
110 void deleteByColor (const short int colnum); |
111 void save (LDOpenFile* f, bool saveAs); |
111 void save (LDFile* f, bool saveAs); |
112 GLRenderer* R() { return m_renderer; } |
112 GLRenderer* R() { return m_renderer; } |
113 List<LDObject*>& sel() { return m_sel; } |
113 List<LDObject*>& sel() { return m_sel; } |
114 void setQuickColors (List<LDQuickColor>& colors) { m_quickColors = colors; } |
114 void setQuickColors (List<LDQuickColor>& colors) { m_quickColors = colors; } |
115 void setStatusBarText (str text); |
115 void setStatusBarText (str text); |
116 void addMessage (str msg); |
116 void addMessage (str msg); |