comparison main/PreferencesDialog.h @ 686:7f7fba33b7de

Add network permission to prefs; make OSC support one of the things that depends on it
author Chris Cannam
date Thu, 12 Dec 2013 15:20:42 +0000
parents 86d1f640ae1e
children c7945dad2f49
comparison
equal deleted inserted replaced
683:e84a1c6fb35a 686:7f7fba33b7de
59 void timeToTextModeChanged(int mode); 59 void timeToTextModeChanged(int mode);
60 void viewFontSizeChanged(int sz); 60 void viewFontSizeChanged(int sz);
61 void showSplashChanged(int state); 61 void showSplashChanged(int state);
62 void defaultTemplateChanged(int); 62 void defaultTemplateChanged(int);
63 void localeChanged(int); 63 void localeChanged(int);
64 void networkPermissionChanged(int state);
64 65
65 void tempDirButtonClicked(); 66 void tempDirButtonClicked();
66 67
67 void okClicked(); 68 void okClicked();
68 void applyClicked(); 69 void applyClicked();
89 int m_propertyLayout; 90 int m_propertyLayout;
90 float m_tuningFrequency; 91 float m_tuningFrequency;
91 int m_audioDevice; 92 int m_audioDevice;
92 int m_resampleQuality; 93 int m_resampleQuality;
93 bool m_resampleOnLoad; 94 bool m_resampleOnLoad;
95 bool m_networkPermission;
94 QString m_tempDirRoot; 96 QString m_tempDirRoot;
95 int m_backgroundMode; 97 int m_backgroundMode;
96 int m_timeToTextMode; 98 int m_timeToTextMode;
97 int m_viewFontSize; 99 int m_viewFontSize;
98 bool m_showSplash; 100 bool m_showSplash;