Inherits from QskBoundedValueInput
| Name | |
|---|---|
| void | pressedChanged(bool ) |
| void | orientationChanged(Qt::Orientation ) |
| void | trackingChanged(bool ) |
| Name | |
|---|---|
| QskSlider(QQuickItem * parent =nullptr) | |
| QskSlider(Qt::Orientation orientation, QQuickItem * parent =nullptr) | |
| ~QskSlider() override | |
| bool | isPressed() const |
| void | setOrientation(Qt::Orientation orientation) |
| Qt::Orientation | orientation() const |
| void | setTracking(bool on) |
| bool | isTracking() const |
| qreal | handlePosition() const |
| QskAspect::Placement | effectivePlacement() const override |
| Name | |
|---|---|
| void | mousePressEvent(QMouseEvent * e) override |
| void | mouseMoveEvent(QMouseEvent * e) override |
| void | mouseReleaseEvent(QMouseEvent * e) override |
| QSizeF | handleSize() const |
| QRectF | handleRect() const |
| void | aboutToShow() override |
| Name | |
|---|---|
| bool | isPressed |
| Qt::Orientation | orientation |
| bool | tracking |
| qreal | handlePosition |
| Name | |
|---|---|
| const QskAspect::Subcontrol | Panel |
| const QskAspect::Subcontrol | Groove |
| const QskAspect::Subcontrol | Fill |
| const QskAspect::Subcontrol | Scale |
| const QskAspect::Subcontrol | Handle |
| const QskAspect::State | Pressed |
| const QskAspect::State | Minimum |
| const QskAspect::State | Maximum |
void pressedChanged(
bool
)
void orientationChanged(
Qt::Orientation
)
void trackingChanged(
bool
)
explicit QskSlider(
QQuickItem * parent =nullptr
)
explicit QskSlider(
Qt::Orientation orientation,
QQuickItem * parent =nullptr
)
~QskSlider() override
bool isPressed() const
void setOrientation(
Qt::Orientation orientation
)
Qt::Orientation orientation() const
void setTracking(
bool on
)
bool isTracking() const
qreal handlePosition() const
QskAspect::Placement effectivePlacement() const override
void mousePressEvent(
QMouseEvent * e
) override
void mouseMoveEvent(
QMouseEvent * e
) override
void mouseReleaseEvent(
QMouseEvent * e
) override
QSizeF handleSize() const
QRectF handleRect() const
void aboutToShow() override
bool isPressed;
Qt::Orientation orientation;
bool tracking;
qreal handlePosition;
static const QskAspect::Subcontrol Panel;
static const QskAspect::Subcontrol Groove;
static const QskAspect::Subcontrol Fill;
static const QskAspect::Subcontrol Scale;
static const QskAspect::Subcontrol Handle;
static const QskAspect::State Pressed;
static const QskAspect::State Minimum;
static const QskAspect::State Maximum;
Updated on 28 July 2023 at 14:02:28 CEST