comparison main/PreferencesDialog.h @ 702:c7945dad2f49

Make octave numbering configurable, and change default to C4 = middle C
author Chris Cannam
date Thu, 27 Mar 2014 13:32:56 +0000
parents 7f7fba33b7de
children fbd2534d17f8
comparison
equal deleted inserted replaced
700:4ee8f295997b 702:c7945dad2f49
55 void resampleQualityChanged(int quality); 55 void resampleQualityChanged(int quality);
56 void resampleOnLoadChanged(int state); 56 void resampleOnLoadChanged(int state);
57 void tempDirRootChanged(QString root); 57 void tempDirRootChanged(QString root);
58 void backgroundModeChanged(int mode); 58 void backgroundModeChanged(int mode);
59 void timeToTextModeChanged(int mode); 59 void timeToTextModeChanged(int mode);
60 void octaveSystemChanged(int system);
60 void viewFontSizeChanged(int sz); 61 void viewFontSizeChanged(int sz);
61 void showSplashChanged(int state); 62 void showSplashChanged(int state);
62 void defaultTemplateChanged(int); 63 void defaultTemplateChanged(int);
63 void localeChanged(int); 64 void localeChanged(int);
64 void networkPermissionChanged(int state); 65 void networkPermissionChanged(int state);
94 bool m_resampleOnLoad; 95 bool m_resampleOnLoad;
95 bool m_networkPermission; 96 bool m_networkPermission;
96 QString m_tempDirRoot; 97 QString m_tempDirRoot;
97 int m_backgroundMode; 98 int m_backgroundMode;
98 int m_timeToTextMode; 99 int m_timeToTextMode;
100 int m_octaveSystem;
99 int m_viewFontSize; 101 int m_viewFontSize;
100 bool m_showSplash; 102 bool m_showSplash;
101 103
102 bool m_changesOnRestart; 104 bool m_changesOnRestart;
103 }; 105 };