Mercurial > hg > sonic-visualiser
comparison main/PreferencesDialog.h @ 466:33d0632255b5 integration_library
Merge with the Kiosk branch
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Jul 2011 21:04:31 +0100 |
parents | 6d827453657f f8f74f1b5b4f |
children |
comparison
equal
deleted
inserted
replaced
465:b3b9cc8f5466 | 466:33d0632255b5 |
---|---|
59 void timeToTextModeChanged(int mode); | 59 void timeToTextModeChanged(int mode); |
60 void viewFontSizeChanged(int sz); | 60 void viewFontSizeChanged(int sz); |
61 void showSplashChanged(int state); | 61 void showSplashChanged(int state); |
62 void defaultTemplateChanged(int); | 62 void defaultTemplateChanged(int); |
63 | 63 |
64 void startInMiniModeChanged(int state); | |
65 | |
64 void tempDirButtonClicked(); | 66 void tempDirButtonClicked(); |
65 | 67 |
66 void okClicked(); | 68 void okClicked(); |
67 void applyClicked(); | 69 void applyClicked(); |
68 void cancelClicked(); | 70 void cancelClicked(); |
91 int m_backgroundMode; | 93 int m_backgroundMode; |
92 int m_timeToTextMode; | 94 int m_timeToTextMode; |
93 int m_viewFontSize; | 95 int m_viewFontSize; |
94 bool m_showSplash; | 96 bool m_showSplash; |
95 | 97 |
98 bool m_startInMiniMode; | |
99 | |
96 bool m_changesOnRestart; | 100 bool m_changesOnRestart; |
97 }; | 101 }; |
98 | 102 |
99 #endif | 103 #endif |