comparison main/PreferencesDialog.h @ 1275:5a1a3538ff4e piper

Add out-of-process execution to prefs dialog Also, scale the window shape preview labels 'cos they look funny
author Chris Cannam
date Fri, 21 Oct 2016 14:40:48 +0100
parents df73c834764c
children a264b51728cf
comparison
equal deleted inserted replaced
1274:aa53e986585e 1275:5a1a3538ff4e
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;