score::QGraphicsIntSlider Class Referencefinal
Inheritance diagram for score::QGraphicsIntSlider:
Public Member Functions | |
QGraphicsIntSlider (QGraphicsItem *parent) | |
double | from01 (double v) const noexcept |
double | unmap (double v) const noexcept |
double | map (double v) const noexcept |
void | setValue (int v) |
void | setExecutionValue (int v) |
void | resetExecution () |
void | setRange (int min, int max, int init) |
int | value () const |
void | sliderMoved () |
void | sliderReleased () |
Public Member Functions inherited from score::QGraphicsSliderBase< QGraphicsIntSlider > | |
QGraphicsSliderBase (QGraphicsItem *parent) | |
bool | isInHandle (QPointF p) |
double | getHandleX () const |
double | getExecHandleX () const |
QRectF | sliderRect () const |
QRectF | handleRect () const |
QRectF | execHandleRect () const |
void | setRect (const QRectF &r) |
QRectF | boundingRect () const override |
Public Attributes | |
int | min {} |
int | max {} |
int | init {} |
bool | moving = false |
Public Attributes inherited from score::QGraphicsSliderBase< QGraphicsIntSlider > | |
QRectF | m_rect |
RightClickImpl * | impl |
Friends | |
struct | DefaultControlImpl |
struct | DefaultGraphicsSliderImpl |
struct | QGraphicsSliderBase< QGraphicsIntSlider > |
The documentation for this class was generated from the following files:
- QGraphicsIntSlider.hpp
- QGraphicsIntSlider.cpp