20#ifndef SAYONARA_PLAYER_EQUALIZER_H
21#define SAYONARA_PLAYER_EQUALIZER_H
23#include "Utils/Pimpl.h"
37 void sigValueChanged(
int band,
int value);
56 QStringList names()
const;
57 QStringList defaultNames()
const;
59 void changeValue(
int index,
int band,
int value);
60 void resetPreset(
int presetIndex);
61 RenameError renamePreset(
int index,
const QString& newName);
62 bool deletePreset(
int presetIndex);
63 RenameError saveCurrentEqualizerAs(
const QString& name);
65 int currentIndex()
const;
66 void setCurrentIndex(
int index);
70 void setGaussEnabled(
bool enabled);
71 bool isGaussEnabled()
const;
73 void startValueChange();
74 void endValueChange();
The EQ_Setting class. Container for Equalizer configurations.
Definition: EqualizerSetting.h:35
Definition: Equalizer.h:32
Definition: SoundModifier.h:24