Inheritance diagram for score::IntSlider:
score::ComboSlider score::ValueSlider

Public Member Functions

 IntSlider (Qt::Orientation ort, QWidget *widg)
 
 IntSlider (QWidget *widg)
 
void setValue (int val)
 
void setMinimum (int min)
 
void setMaximum (int max)
 
void setRange (int min, double max)
 
void setOrientation (Qt::Orientation ort)
 
int value () const
 
int minimum () const
 
int maximum () const
 
void valueChanged (int arg_1)
 
void sliderMoved (int arg_1)
 
void sliderReleased ()
 
void mousePressEvent (QMouseEvent *event) override
 
void mouseMoveEvent (QMouseEvent *event) override
 
void mouseReleaseEvent (QMouseEvent *event) override
 
virtual void createPopup (QPoint pos)
 

Protected Member Functions

void paintEvent (QPaintEvent *) override
 
void paint (QPainter &p)
 
void paintWithText (const QString &s)
 

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