src/mainwindow.h

changeset 1090
ed73c4f48ca4
parent 1073
a0a0d581309b
child 1097
9a9e6ce0c5dc
equal deleted inserted replaced
1089:97a539057536 1090:ed73c4f48ca4
90 Grid* grid(); 90 Grid* grid();
91 class GuiUtilities* guiUtilities(); 91 class GuiUtilities* guiUtilities();
92 void loadShortcuts(); 92 void loadShortcuts();
93 MathFunctions* mathFunctions() const; 93 MathFunctions* mathFunctions() const;
94 LDDocument* newDocument (bool cache = false); 94 LDDocument* newDocument (bool cache = false);
95 void openDocumentForEditing(LDDocument* document);
95 PrimitiveManager* primitives(); 96 PrimitiveManager* primitives();
96 GLRenderer* renderer(); 97 GLRenderer* renderer();
97 void refresh(); 98 void refresh();
98 void refreshObjectList(); 99 void refreshObjectList();
99 bool ringToolHiRes() const; 100 bool ringToolHiRes() const;

mercurial