Extends the slider component to add extra styling and behavior options.
More...
#include <Slider.h>
Inherits QSlider.
|
| CustomSlider (Qt::Orientation orientation, QWidget *parent) |
|
void | initStyleOption (QStyleOptionSlider &option) |
| Initialize option with the values from this Slider.
|
|
|
void | mousePressEvent (QMouseEvent *ev) override |
|
void | mouseReleaseEvent (QMouseEvent *ev) override |
|
void | wheelEvent (QWheelEvent *ev) override |
|
Extends the slider component to add extra styling and behavior options.
◆ moveSlider
void AzQtComponents::CustomSlider::moveSlider |
( |
bool |
moving | ) |
|
|
signal |
Triggered when the slider starts or stops being moved by the user.
- Parameters
-
moving | True if the user just started holding the slider handle, false if it was released. |
The documentation for this class was generated from the following file:
- Code/Framework/AzQtComponents/AzQtComponents/Components/Widgets/Slider.h