dRonin
adbada4
dRonin GCS
|
The Config GCS plugin. More...
Classes | |
class | TextBubbleSlider |
Functions | |
unsigned int | numIntegerDigits (int number) |
numIntegerDigits Counts the number of digits in an integer More... | |
TextBubbleSlider::TextBubbleSlider (QWidget *parent=nullptr) | |
TextBubbleSlider::TextBubbleSlider Constructs a regular text-bubble slider. More... | |
TextBubbleSlider::TextBubbleSlider (QSlider *, QWidget *parent=nullptr) | |
TextBubbleSlider::TextBubbleSlider Constructs a text-bubble slider that copys all relevant data from the previous slider. More... | |
void | TextBubbleSlider::construct () |
TextBubbleSlider::construct This function needs to be called from all constructors. It provides a single point where settings can be changed. More... | |
TextBubbleSlider::~TextBubbleSlider () | |
void | TextBubbleSlider::setMinimum (int) |
TextBubbleSlider::setMinimum Reimplements setMinimum. Ensures that the slider handle is the correct size for the text field. More... | |
void | TextBubbleSlider::setMaximum (int) |
TextBubbleSlider::setMaximum Reimplements setMaximum. Ensures that the slider handle is the correct size for the text field. More... | |
void | TextBubbleSlider::setHidden (bool) |
Hide the slider by not painting it. More... | |
void | TextBubbleSlider::paintEvent (QPaintEvent *event) |
TextBubbleSlider::paintEvent Reimplements QSlider::paintEvent. More... | |
qreal | TextBubbleSlider::sliderPosFromValue (const int val) |
Public Slots | |
void | TextBubbleSlider::setIndicatorValue (int us) |
The Config GCS plugin.
void TextBubbleSlider::construct | ( | ) |
TextBubbleSlider::construct This function needs to be called from all constructors. It provides a single point where settings can be changed.
Definition at line 74 of file textbubbleslider.cpp.
unsigned int numIntegerDigits | ( | int | number | ) |
numIntegerDigits Counts the number of digits in an integer
number | Input integer |
Definition at line 90 of file textbubbleslider.cpp.
|
protected |
TextBubbleSlider::paintEvent Reimplements QSlider::paintEvent.
bob |
Definition at line 175 of file textbubbleslider.cpp.
void TextBubbleSlider::setHidden | ( | bool | h | ) |
Hide the slider by not painting it.
hidden |
Definition at line 166 of file textbubbleslider.cpp.
void TextBubbleSlider::setMaximum | ( | int | max | ) |
TextBubbleSlider::setMaximum Reimplements setMaximum. Ensures that the slider handle is the correct size for the text field.
max | maximum |
Definition at line 153 of file textbubbleslider.cpp.
void TextBubbleSlider::setMinimum | ( | int | max | ) |
TextBubbleSlider::setMinimum Reimplements setMinimum. Ensures that the slider handle is the correct size for the text field.
max | maximum |
Definition at line 139 of file textbubbleslider.cpp.
|
protected |
Definition at line 237 of file textbubbleslider.cpp.
|
explicit |
TextBubbleSlider::TextBubbleSlider Constructs a regular text-bubble slider.
parent |
Definition at line 38 of file textbubbleslider.cpp.
|
explicit |
TextBubbleSlider::TextBubbleSlider Constructs a text-bubble slider that copys all relevant data from the previous slider.
copySlider | |
parent |
Definition at line 52 of file textbubbleslider.cpp.
TextBubbleSlider::~TextBubbleSlider | ( | ) |
Definition at line 81 of file textbubbleslider.cpp.
|
slot |
Definition at line 229 of file textbubbleslider.cpp.