Preferences Dialog.
More...
#include <PreferencesDialog.h>
|
| static QString | m_sColorRed = "#ca0003" |
| |
| static QString | sPrintIndention = " " |
| | String used to format the debugging string output of some core classes.
|
| |
Preferences Dialog.
Definition at line 96 of file PreferencesDialog.h.
◆ PreferencesDialog()
◆ ~PreferencesDialog()
◆ audioDeviceTxtChanged
| void audioDeviceTxtChanged |
( |
const QString & | | ) |
|
|
privateslot |
◆ bsliderChanged
| void bsliderChanged |
( |
int | nValue | ) |
|
|
privateslot |
◆ bufferSizeSpinBoxValueChanged
| void bufferSizeSpinBoxValueChanged |
( |
int | i | ) |
|
|
privateslot |
◆ colorButtonChanged
| void colorButtonChanged |
( |
| ) |
|
|
privateslot |
◆ colorTreeSelectionChanged
| void colorTreeSelectionChanged |
( |
| ) |
|
|
privateslot |
◆ driverComboBoxActivated
| void driverComboBoxActivated |
( |
int | index | ) |
|
|
privateslot |
◆ exportTheme
◆ getColorById()
◆ gsliderChanged
| void gsliderChanged |
( |
int | nValue | ) |
|
|
privateslot |
◆ hsliderChanged
| void hsliderChanged |
( |
int | nValue | ) |
|
|
privateslot |
◆ importTheme
◆ latencyTargetSpinBoxValueChanged
| void latencyTargetSpinBoxValueChanged |
( |
int | i | ) |
|
|
privateslot |
◆ midiOutportComboBoxActivated
| void midiOutportComboBoxActivated |
( |
int | index | ) |
|
|
privateslot |
◆ midiPortComboBoxActivated
| void midiPortComboBoxActivated |
( |
int | index | ) |
|
|
privateslot |
◆ mixerFalloffComboBoxCurrentIndexChanged
| void mixerFalloffComboBoxCurrentIndexChanged |
( |
int | nIndex | ) |
|
|
privateslot |
◆ on_cancelBtn_clicked
| void on_cancelBtn_clicked |
( |
| ) |
|
|
privateslot |
◆ on_okBtn_clicked
| void on_okBtn_clicked |
( |
| ) |
|
|
privateslot |
◆ on_restartDriverBtn_clicked
| void on_restartDriverBtn_clicked |
( |
| ) |
|
|
privateslot |
◆ on_useLashCheckbox_clicked
| void on_useLashCheckbox_clicked |
( |
| ) |
|
|
privateslot |
◆ onApplicationFontChanged
| void onApplicationFontChanged |
( |
const QFont & | font | ) |
|
|
privateslot |
◆ onColoringMethodChanged
| void onColoringMethodChanged |
( |
int | nIndex | ) |
|
|
privateslot |
◆ onColorNumberChanged
| void onColorNumberChanged |
( |
int | nIndex | ) |
|
|
privateslot |
◆ onColorSelectionClicked
| void onColorSelectionClicked |
( |
| ) |
|
|
privateslot |
◆ onFontSizeChanged
| void onFontSizeChanged |
( |
int | nIndex | ) |
|
|
privateslot |
◆ onIconColorChanged
| void onIconColorChanged |
( |
int | nIndex | ) |
|
|
privateslot |
◆ onLevel2FontChanged
| void onLevel2FontChanged |
( |
const QFont & | font | ) |
|
|
privateslot |
◆ onLevel3FontChanged
| void onLevel3FontChanged |
( |
const QFont & | font | ) |
|
|
privateslot |
◆ onMidiDriverComboBoxIndexChanged
| void onMidiDriverComboBoxIndexChanged |
( |
int | index | ) |
|
|
privateslot |
◆ onRejected
◆ onUILayoutChanged
| void onUILayoutChanged |
( |
int | nIndex | ) |
|
|
privateslot |
◆ portaudioHostAPIComboBoxActivated
| void portaudioHostAPIComboBoxActivated |
( |
int | index | ) |
|
|
privateslot |
◆ resetTheme
◆ rsliderChanged
| void rsliderChanged |
( |
int | nValue | ) |
|
|
privateslot |
◆ sampleRateComboBoxEditTextChanged
| void sampleRateComboBoxEditTextChanged |
( |
const QString & | text | ) |
|
|
privateslot |
◆ setColorById()
| void setColorById |
( |
int | nId, |
|
|
const QColor & | color, |
|
|
std::shared_ptr< H2Core::ColorTheme > | uiStyle ) |
|
private |
◆ setColorTreeItemDirty()
◆ setDriverInfoAlsa()
| void setDriverInfoAlsa |
( |
| ) |
|
|
private |
◆ setDriverInfoCoreAudio()
| void setDriverInfoCoreAudio |
( |
| ) |
|
|
private |
◆ setDriverInfoJack()
| void setDriverInfoJack |
( |
| ) |
|
|
private |
◆ setDriverInfoOss()
| void setDriverInfoOss |
( |
| ) |
|
|
private |
◆ setDriverInfoPortAudio()
| void setDriverInfoPortAudio |
( |
| ) |
|
|
private |
◆ setDriverInfoPulseAudio()
| void setDriverInfoPulseAudio |
( |
| ) |
|
|
private |
◆ ssliderChanged
| void ssliderChanged |
( |
int | nValue | ) |
|
|
privateslot |
◆ styleComboBoxActivated
| void styleComboBoxActivated |
( |
int | index | ) |
|
|
privateslot |
◆ toggleOscCheckBox
| void toggleOscCheckBox |
( |
bool | toggled | ) |
|
|
privateslot |
◆ toggleTrackOutsCheckBox
| void toggleTrackOutsCheckBox |
( |
bool | toggled | ) |
|
|
privateslot |
◆ triggerColorSliderTimer()
| void triggerColorSliderTimer |
( |
| ) |
|
|
private |
Introduce a temporal smoothing.
Otherwise, moving the slider would draw to heavy on the GUI thread with every change triggering a recoloring of the whole GUI.
Definition at line 2170 of file PreferencesDialog.cpp.
◆ uiScalingPolicyComboBoxCurrentIndexChanged
| void uiScalingPolicyComboBoxCurrentIndexChanged |
( |
int | nIndex | ) |
|
|
privateslot |
◆ updateAppearanceTab()
| void updateAppearanceTab |
( |
const std::shared_ptr< H2Core::Theme > | pTheme | ) |
|
|
private |
◆ updateColors
◆ updateColorTree()
◆ updateDriverInfo()
| void updateDriverInfo |
( |
| ) |
|
|
private |
◆ updateDriverInfoLabel()
| void updateDriverInfoLabel |
( |
| ) |
|
|
private |
◆ updateDriverPreferences()
| void updateDriverPreferences |
( |
| ) |
|
|
private |
◆ vsliderChanged
| void vsliderChanged |
( |
int | nValue | ) |
|
|
privateslot |
◆ m_bMidiTableChanged
◆ m_bNeedDriverRestart
| bool m_bNeedDriverRestart |
|
private |
◆ m_changes
◆ m_colorSelectionButtons
◆ m_nCurrentId
◆ m_pColorSliderTimer
| QTimer* m_pColorSliderTimer |
|
private |
◆ m_pCurrentColor
◆ m_pCurrentTheme
◆ m_pPreviousTheme
◆ m_sColorRed
| QString m_sColorRed = "#ca0003" |
|
static |
◆ m_sInitialLanguage
| QString m_sInitialLanguage |
|
private |