score::ComboSlider Struct Reference
Inheritance diagram for score::ComboSlider:

Public Member Functions | |
template<std::size_t N> | |
ComboSlider (const std::array< const char *, N > &arr, QWidget *parent) | |
ComboSlider (const QStringList &arr, QWidget *parent) | |
![]() | |
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, int max, int init) | |
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) | |
Public Attributes | |
QStringList array | |
Protected Member Functions | |
void paintEvent (QPaintEvent *event) override | |
![]() | |
void paintEvent (QPaintEvent *) override | |
void paint (QPainter &p) | |
void paintWithText (const QString &s) | |
The documentation for this struct was generated from the following files:
- lib/score/widgets/ControlWidgets.hpp
- lib/score/widgets/ControlWidgets.cpp