Inherits from QskAbstractButton
| Name | |
|---|---|
| void | orientationChanged(Qt::Orientation ) |
| void | invertedChanged(bool ) |
| Name | |
|---|---|
| QskSwitchButton(Qt::Orientation orientation, QQuickItem * parent =nullptr) | |
| QskSwitchButton(QQuickItem * parent =nullptr) | |
| ~QskSwitchButton() override | |
| bool | isCheckable() const override |
| Qt::Orientation | orientation() const |
| void | setOrientation(Qt::Orientation orientation) |
| bool | isInverted() const |
| void | setInverted(bool on) |
| QskAspect::Placement | effectivePlacement() const override |
| Name | |
|---|---|
| Qt::Orientation | orientation |
| bool | inverted |
| Name | |
|---|---|
| const QskAspect::Subcontrol | Groove |
| const QskAspect::Subcontrol | Handle |
| const QskAspect::Subcontrol | Ripple |
void orientationChanged(
Qt::Orientation
)
void invertedChanged(
bool
)
QskSwitchButton(
Qt::Orientation orientation,
QQuickItem * parent =nullptr
)
QskSwitchButton(
QQuickItem * parent =nullptr
)
~QskSwitchButton() override
bool isCheckable() const override
Qt::Orientation orientation() const
void setOrientation(
Qt::Orientation orientation
)
bool isInverted() const
void setInverted(
bool on
)
QskAspect::Placement effectivePlacement() const override
Qt::Orientation orientation;
bool inverted;
static const QskAspect::Subcontrol Groove;
static const QskAspect::Subcontrol Handle;
static const QskAspect::Subcontrol Ripple;
Updated on 28 July 2023 at 14:02:27 CEST