![]() |
Sayonara Player
|
#include <EqSlider.h>
The EqSlider class.
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 | |
| EqSlider (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 |
| double EqSlider::eq_value | ( | ) | const |
get the gstreamer compatible value
| int EqSlider::index | ( | ) | const |
get the index of the slider
| QLabel* EqSlider::label | ( | ) | const |
get the value label
| void EqSlider::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 |
1.8.14