Open 3D Engine AzQtComponents API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzQtComponents::CustomSlider Class Reference

Extends the slider component to add extra styling and behavior options. More...

#include <Slider.h>

Inherits QSlider.

Signals

void moveSlider (bool moving)
 

Public Member Functions

 CustomSlider (Qt::Orientation orientation, QWidget *parent)
 
void initStyleOption (QStyleOptionSlider &option)
 Initialize option with the values from this Slider.
 

Protected Member Functions

void mousePressEvent (QMouseEvent *ev) override
 
void mouseReleaseEvent (QMouseEvent *ev) override
 
void wheelEvent (QWheelEvent *ev) override
 

Detailed Description

Extends the slider component to add extra styling and behavior options.

Member Function Documentation

◆ moveSlider

void AzQtComponents::CustomSlider::moveSlider ( bool  moving)
signal

Triggered when the slider starts or stops being moved by the user.

Parameters
movingTrue 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: