dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
TextBubbleSlider Class Reference

#include <textbubbleslider.h>

Inheritance diagram for TextBubbleSlider:

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)
 

Detailed Description

Definition at line 32 of file textbubbleslider.h.


The documentation for this class was generated from the following files: