comparison main/PreferencesDialog.h @ 1305:cf639a91f945 3.0-integration

Merge from branch piper
author Chris Cannam
date Fri, 28 Oct 2016 15:20:58 +0100
parents 5a1a3538ff4e
children a264b51728cf
comparison
equal deleted inserted replaced
1270:dbc14db16442 1305:cf639a91f945
55 void propertyLayoutChanged(int layout); 55 void propertyLayoutChanged(int layout);
56 void tuningFrequencyChanged(double freq); 56 void tuningFrequencyChanged(double freq);
57 void audioDeviceChanged(int device); 57 void audioDeviceChanged(int device);
58 void resampleQualityChanged(int quality); 58 void resampleQualityChanged(int quality);
59 void resampleOnLoadChanged(int state); 59 void resampleOnLoadChanged(int state);
60 void vampProcessSeparationChanged(int state);
60 void tempDirRootChanged(QString root); 61 void tempDirRootChanged(QString root);
61 void backgroundModeChanged(int mode); 62 void backgroundModeChanged(int mode);
62 void timeToTextModeChanged(int mode); 63 void timeToTextModeChanged(int mode);
63 void showHMSChanged(int state); 64 void showHMSChanged(int state);
64 void octaveSystemChanged(int system); 65 void octaveSystemChanged(int system);
99 int m_propertyLayout; 100 int m_propertyLayout;
100 double m_tuningFrequency; 101 double m_tuningFrequency;
101 int m_audioDevice; 102 int m_audioDevice;
102 int m_resampleQuality; 103 int m_resampleQuality;
103 bool m_resampleOnLoad; 104 bool m_resampleOnLoad;
105 bool m_runPluginsInProcess;
104 bool m_networkPermission; 106 bool m_networkPermission;
105 bool m_retina; 107 bool m_retina;
106 QString m_tempDirRoot; 108 QString m_tempDirRoot;
107 int m_backgroundMode; 109 int m_backgroundMode;
108 int m_timeToTextMode; 110 int m_timeToTextMode;