comparison main/PreferencesDialog.h @ 459:f8f74f1b5b4f toggle

Start in minimal mode option added in the Preferences/Appearance menu
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Mon, 04 Jul 2011 16:08:20 +0100
parents a3b2cba73143
children 33d0632255b5
comparison
equal deleted inserted replaced
458:a94be56cf98f 459:f8f74f1b5b4f
48 void backgroundModeChanged(int mode); 48 void backgroundModeChanged(int mode);
49 void timeToTextModeChanged(int mode); 49 void timeToTextModeChanged(int mode);
50 void viewFontSizeChanged(int sz); 50 void viewFontSizeChanged(int sz);
51 void showSplashChanged(int state); 51 void showSplashChanged(int state);
52 52
53 void startInMiniModeChanged(int state);
54
53 void tempDirButtonClicked(); 55 void tempDirButtonClicked();
54 56
55 void okClicked(); 57 void okClicked();
56 void applyClicked(); 58 void applyClicked();
57 void cancelClicked(); 59 void cancelClicked();
74 int m_backgroundMode; 76 int m_backgroundMode;
75 int m_timeToTextMode; 77 int m_timeToTextMode;
76 int m_viewFontSize; 78 int m_viewFontSize;
77 bool m_showSplash; 79 bool m_showSplash;
78 80
81 bool m_startInMiniMode;
82
79 bool m_changesOnRestart; 83 bool m_changesOnRestart;
80 }; 84 };
81 85
82 #endif 86 #endif