![]() |
Sayonara Player
|
The EqSlider class. More...
#include <EqualizerSlider.h>
Signals | |
void | sigValueChanged (int idx, int val) |
void | sigSliderGotFocus () |
void | sigSliderLostFocus () |
void | sigSliderHovered (int) |
Public Member Functions | |
EqualizerSlider (QWidget *parent) | |
void | setLabel (int idx, QLabel *label) |
sets everything the slider has to be aware about More... | |
QLabel * | label () const |
get the value label More... | |
int | index () const |
get the index of the slider More... | |
double | equalizerValue () const |
get the gstreamer compatible value More... | |
void | setEqualizerValue (double value) |
QSize | minimumSizeHint () const override |
void | setSilent (bool b) |
The EqSlider class.
double Gui::EqualizerSlider::equalizerValue | ( | ) | const |
get the gstreamer compatible value
int Gui::EqualizerSlider::index | ( | ) | const |
get the index of the slider
QLabel* Gui::EqualizerSlider::label | ( | ) | const |
get the value label
void Gui::EqualizerSlider::setLabel | ( | int | idx, |
QLabel * | label | ||
) |
sets everything the slider has to be aware about
idx | the index of the slider |
label | the value label of the slider |