comparison main/PreferencesDialog.h @ 1097:df73c834764c 3.0-integration

Make colour 3d plot layer colour a preference as well
author Chris Cannam
date Thu, 21 Jan 2016 09:28:57 +0000
parents 11ef2f95ea15
children 5e6e1e074080 5a1a3538ff4e
comparison
equal deleted inserted replaced
1096:11ef2f95ea15 1097:df73c834764c
49 void windowTypeChanged(WindowType type); 49 void windowTypeChanged(WindowType type);
50 void spectrogramSmoothingChanged(int state); 50 void spectrogramSmoothingChanged(int state);
51 void spectrogramXSmoothingChanged(int state); 51 void spectrogramXSmoothingChanged(int state);
52 void spectrogramGColourChanged(int state); 52 void spectrogramGColourChanged(int state);
53 void spectrogramMColourChanged(int state); 53 void spectrogramMColourChanged(int state);
54 void colour3DColourChanged(int state);
54 void propertyLayoutChanged(int layout); 55 void propertyLayoutChanged(int layout);
55 void tuningFrequencyChanged(double freq); 56 void tuningFrequencyChanged(double freq);
56 void audioDeviceChanged(int device); 57 void audioDeviceChanged(int device);
57 void resampleQualityChanged(int quality); 58 void resampleQualityChanged(int quality);
58 void resampleOnLoadChanged(int state); 59 void resampleOnLoadChanged(int state);
92 WindowType m_windowType; 93 WindowType m_windowType;
93 int m_spectrogramSmoothing; 94 int m_spectrogramSmoothing;
94 int m_spectrogramXSmoothing; 95 int m_spectrogramXSmoothing;
95 int m_spectrogramGColour; 96 int m_spectrogramGColour;
96 int m_spectrogramMColour; 97 int m_spectrogramMColour;
98 int m_colour3DColour;
97 int m_propertyLayout; 99 int m_propertyLayout;
98 double m_tuningFrequency; 100 double m_tuningFrequency;
99 int m_audioDevice; 101 int m_audioDevice;
100 int m_resampleQuality; 102 int m_resampleQuality;
101 bool m_resampleOnLoad; 103 bool m_resampleOnLoad;