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::StyledDoubleSpinBox Class Reference

Inherits QDoubleSpinBox.

Inherited by AzQtComponents::StyledSpinBox.

Public Member Functions

 StyledDoubleSpinBox (QWidget *parent=nullptr)
 
void displaySlider ()
 
void hideSlider ()
 
void handleClickOnApp (const QPoint &pos)
 
bool isMouseOnSlider ()
 
void SetCustomSliderRange (double min, double max)
 
void SetDisplayDecimals (int precision)
 
QString textFromValue (double value) const override
 

Protected Member Functions

void showEvent (QShowEvent *ev) override
 
void resizeEvent (QResizeEvent *ev) override
 
void focusInEvent (QFocusEvent *event) override
 
double GetSliderMinimum ()
 
double GetSliderRange ()
 

Protected Attributes

bool m_restrictToInt
 
double m_customSliderMinValue
 
double m_customSliderMaxValue
 
bool m_hasCustomSliderRange
 

The documentation for this class was generated from the following file: