src/gui.h

changeset 542
46a33bdc0b36
parent 540
0334789cb4d7
child 553
2418d5955421
equal deleted inserted replaced
541:0e38beeb050a 542:46a33bdc0b36
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

mercurial