![]() |
Sayonara Player
|
The EqSlider class. More...
#include <EqualizerSlider.h>
Signals | |
void | sig_value_changed (int idx, int val) |
void | sig_slider_got_focus () |
void | sig_slider_lost_focus () |
void | sig_slider_hovered (int) |
Public Member Functions | |
EqualizerSlider (QWidget *parent) | |
void | set_label (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 | eq_value () const |
get the gstreamer compatible value More... | |
QSize | minimumSizeHint () const override |
The EqSlider class.
double Gui::EqualizerSlider::eq_value | ( | ) | 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::set_label | ( | 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 |