|
Sayonara Player
|
The EqSlider class. More...
#include <EqualizerSlider.h>
Signals | |
| void | sigValueChanged (int idx, int val) |
| void | sigSliderGotFocus () |
| void | sigSliderLostFocus () |
| void | sigSliderHovered (int percent, const QPoint &globalPos) |
Public Member Functions | |
| EqualizerSlider (QWidget *parent) | |
| void | setLabel (int idx, QLabel *label) |
| sets everything the slider has to be aware about | |
| QLabel * | label () const |
| get the value label | |
| int | index () const |
| get the index of the slider | |
| double | equalizerValue () const |
| get the gstreamer compatible value | |
| 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 |