comparison main/PreferencesDialog.h @ 237:99fa3387dfef

* Update remaining editable layers to support proper realignment on copy/paste * Permit pasting when no suitable layer is current: create a new layer on paste * Add preference for showing the splash screen or not * Rename spectrogram smoothing prefs (partly following Craig's suggestions)
author Chris Cannam
date Wed, 06 Feb 2008 14:15:09 +0000
parents d7ded015af32
children 9d47adc3e32d
comparison
equal deleted inserted replaced
236:198915eac073 237:99fa3387dfef
43 void resampleQualityChanged(int quality); 43 void resampleQualityChanged(int quality);
44 void resampleOnLoadChanged(int state); 44 void resampleOnLoadChanged(int state);
45 void tempDirRootChanged(QString root); 45 void tempDirRootChanged(QString root);
46 void backgroundModeChanged(int mode); 46 void backgroundModeChanged(int mode);
47 void viewFontSizeChanged(int sz); 47 void viewFontSizeChanged(int sz);
48 void showSplashChanged(int state);
48 49
49 void tempDirButtonClicked(); 50 void tempDirButtonClicked();
50 51
51 void okClicked(); 52 void okClicked();
52 void applyClicked(); 53 void applyClicked();
65 int m_resampleQuality; 66 int m_resampleQuality;
66 bool m_resampleOnLoad; 67 bool m_resampleOnLoad;
67 QString m_tempDirRoot; 68 QString m_tempDirRoot;
68 int m_backgroundMode; 69 int m_backgroundMode;
69 int m_viewFontSize; 70 int m_viewFontSize;
71 bool m_showSplash;
70 72
71 bool m_changesOnRestart; 73 bool m_changesOnRestart;
72 }; 74 };
73 75
74 #endif 76 #endif