src/mainwindow.h

changeset 40
30cb5e836736
parent 39
caac957e9834
child 41
0abada2a9802
equal deleted inserted replaced
39:caac957e9834 40:30cb5e836736
58 ldraw::ColorTable colorTable; 58 ldraw::ColorTable colorTable;
59 gl::RenderPreferences renderPreferences; 59 gl::RenderPreferences renderPreferences;
60 void updateTitle(); 60 void updateTitle();
61 void updateRenderPreferences(); 61 void updateRenderPreferences();
62 void saveSettings(); 62 void saveSettings();
63 void restoreStartupSettings();
63 void restoreSettings(); 64 void restoreSettings();
64 void changeLanguage(QString localeCode); 65 void changeLanguage(QString localeCode);
65 void addRecentlyOpenedFile(const QString& path); 66 void addRecentlyOpenedFile(const QString& path);
66 void openModelForEditing(const QString& modelName); 67 void openModelForEditing(const QString& modelName);
67 static QString pathToTranslation(const QString& localeCode); 68 static QString pathToTranslation(const QString& localeCode);

mercurial