This is the complete list of members for SfxSettingsWidget, including all inherited members.
| _checkbox | SfxSettingsWidget | private |
| _comboBox | SfxSettingsWidget | private |
| _container | SfxSettingsWidget | private |
| _layout | SfxSettingsWidget | private |
| _presetBox | SfxSettingsWidget | private |
| _sliders | SfxSettingsWidget | private |
| _specialMap | SfxSettingsWidget | private |
| _type | SfxSettingsWidget | private |
| addComboBox(QString label, QStringList values, int enumValue=-1) | SfxSettingsWidget | |
| addSlider(QString label="", int min=0, int max=100, QString suffix="", int specialValue=-1, QString prefix="") | SfxSettingsWidget | |
| addSpacer() | SfxSettingsWidget | |
| checkBoxStateChanged(bool newState) | SfxSettingsWidget | signal |
| comboBoxValueChanged(int comboBoxIndex, int newIndex, int enumValue) | SfxSettingsWidget | signal |
| deactivateAll() | SfxSettingsWidget | |
| getSFXAsMap() const | SfxSettingsWidget | |
| getValueOfEnumParam(int enumValue) const | SfxSettingsWidget | |
| setCheckboxState(bool state) | SfxSettingsWidget | |
| setComboBoxIndex(int comboIndex, int newItemIndex) | SfxSettingsWidget | |
| setSliderValue(int sliderIndex, int newValue) | SfxSettingsWidget | |
| setValueOfEnumParam(int enumValue, int newValue) | SfxSettingsWidget | |
| SfxSettingsWidget(QWidget *parent=nullptr) | SfxSettingsWidget | explicit |
| SfxSettingsWidget(QString sfxName, LIDL::SFX_TYPE type=LIDL::SFX_TYPE::NONE, bool showCheckmarkAndPresets=true, QWidget *parent=nullptr) | SfxSettingsWidget | |
| sizeHint() const | SfxSettingsWidget | |
| sliderValueChanged(int sliderIndex, int newValue, int specialValue) | SfxSettingsWidget | signal |