111 void spawnContextMenu (const QPoint pos); |
111 void spawnContextMenu (const QPoint pos); |
112 void deleteObjects (QList<LDObject*> objs); |
112 void deleteObjects (QList<LDObject*> objs); |
113 int deleteSelection(); |
113 int deleteSelection(); |
114 void deleteByColor (const int colnum); |
114 void deleteByColor (const int colnum); |
115 void save (LDFile* f, bool saveAs); |
115 void save (LDFile* f, bool saveAs); |
|
116 void updateActions(); |
116 |
117 |
117 inline GLRenderer* R() |
118 inline GLRenderer* R() |
118 { return m_renderer; |
119 { return m_renderer; |
119 } |
120 } |
120 |
121 |