Inherits from QskBoundedControl
| Name | |
|---|---|
| void | setValue(qreal value) |
| void | setValueAsRatio(qreal ratio) |
| void | setOrigin(qreal origin) |
| Name | |
|---|---|
| void | orientationChanged(Qt::Orientation ) |
| void | extentChanged(qreal ) |
| void | indeterminateChanged(bool ) |
| void | valueChanged(qreal ) |
| void | originChanged(qreal ) |
| Name | |
|---|---|
| QskProgressBar(Qt::Orientation orientation, QQuickItem * parent =nullptr) | |
| QskProgressBar(Qt::Orientation orientation, qreal min, qreal max, QQuickItem * parent =nullptr) | |
| QskProgressBar(const QskIntervalF & boundaries, QQuickItem * parent =nullptr) | |
| QskProgressBar(qreal min, qreal max, QQuickItem * parent =nullptr) | |
| QskProgressBar(QQuickItem * parent =nullptr) | |
| ~QskProgressBar() override | |
| Qt::Orientation | orientation() const |
| void | setOrientation(Qt::Orientation orientation) |
| bool | isIndeterminate() const |
| void | setIndeterminate(bool on =true) |
| QskAspect::Placement | effectivePlacement() const override |
| void | setBarGradient(const QskGradient & gradient) |
| void | resetBarGradient() |
| QskGradient | barGradient() const |
| void | setExtent(qreal extent) |
| void | resetExtent() |
| qreal | extent() const |
| void | resetOrigin() |
| qreal | origin() const |
| qreal | value() const |
| qreal | valueAsRatio() const |
| Name | |
|---|---|
| void | componentComplete() override |
| void | itemChange(ItemChange , const ItemChangeData & ) override |
| Name | |
|---|---|
| Qt::Orientation | orientation |
| qreal | extent |
| bool | indeterminate |
| qreal | origin |
| qreal | value |
| qreal | valueAsRatio |
| Name | |
|---|---|
| const QskAspect::Subcontrol | Groove |
| const QskAspect::Subcontrol | Bar |
void setValue(
qreal value
)
void setValueAsRatio(
qreal ratio
)
void setOrigin(
qreal origin
)
void orientationChanged(
Qt::Orientation
)
void extentChanged(
qreal
)
void indeterminateChanged(
bool
)
void valueChanged(
qreal
)
void originChanged(
qreal
)
QskProgressBar(
Qt::Orientation orientation,
QQuickItem * parent =nullptr
)
QskProgressBar(
Qt::Orientation orientation,
qreal min,
qreal max,
QQuickItem * parent =nullptr
)
QskProgressBar(
const QskIntervalF & boundaries,
QQuickItem * parent =nullptr
)
QskProgressBar(
qreal min,
qreal max,
QQuickItem * parent =nullptr
)
QskProgressBar(
QQuickItem * parent =nullptr
)
~QskProgressBar() override
Qt::Orientation orientation() const
void setOrientation(
Qt::Orientation orientation
)
bool isIndeterminate() const
void setIndeterminate(
bool on =true
)
QskAspect::Placement effectivePlacement() const override
void setBarGradient(
const QskGradient & gradient
)
void resetBarGradient()
QskGradient barGradient() const
void setExtent(
qreal extent
)
void resetExtent()
qreal extent() const
void resetOrigin()
qreal origin() const
qreal value() const
qreal valueAsRatio() const
void componentComplete() override
void itemChange(
ItemChange ,
const ItemChangeData &
) override
Qt::Orientation orientation;
qreal extent;
bool indeterminate;
qreal origin;
qreal value;
qreal valueAsRatio;
static const QskAspect::Subcontrol Groove;
static const QskAspect::Subcontrol Bar;
Updated on 28 July 2023 at 14:02:28 CEST