dRonin
adbada4
dRonin GCS
|
#include <textbubbleslider.h>
Public Slots | |
void | setIndicatorValue (int us) |
Public Member Functions | |
TextBubbleSlider (QWidget *parent=nullptr) | |
TextBubbleSlider::TextBubbleSlider Constructs a regular text-bubble slider. More... | |
TextBubbleSlider (QSlider *, QWidget *parent=nullptr) | |
TextBubbleSlider::TextBubbleSlider Constructs a text-bubble slider that copys all relevant data from the previous slider. More... | |
void | construct () |
TextBubbleSlider::construct This function needs to be called from all constructors. It provides a single point where settings can be changed. More... | |
~TextBubbleSlider () | |
void | setMinimum (int) |
TextBubbleSlider::setMinimum Reimplements setMinimum. Ensures that the slider handle is the correct size for the text field. More... | |
void | setMaximum (int) |
TextBubbleSlider::setMaximum Reimplements setMaximum. Ensures that the slider handle is the correct size for the text field. More... | |
void | setHidden (bool) |
Hide the slider by not painting it. More... | |
Protected Member Functions | |
void | paintEvent (QPaintEvent *event) |
TextBubbleSlider::paintEvent Reimplements QSlider::paintEvent. More... | |
qreal | sliderPosFromValue (const int val) |
Definition at line 32 of file textbubbleslider.h.