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

Inherits AzQtComponents::StyledDoubleSpinBox.

Public Slots

void setValue (int val)
 

Signals

void valueChanged (int val)
 

Public Member Functions

 StyledSpinBox (QWidget *parent=nullptr)
 
int maximum () const
 
int minimum () const
 
void setMaximum (int max)
 
void setMinimum (int min)
 
void setRange (int min, int max)
 
void setSingleStep (int val)
 
int singleStep () const
 
int value () const
 
- Public Member Functions inherited from AzQtComponents::StyledDoubleSpinBox
 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
 

Additional Inherited Members

- Protected Member Functions inherited from AzQtComponents::StyledDoubleSpinBox
void showEvent (QShowEvent *ev) override
 
void resizeEvent (QResizeEvent *ev) override
 
void focusInEvent (QFocusEvent *event) override
 
double GetSliderMinimum ()
 
double GetSliderRange ()
 
- Protected Attributes inherited from AzQtComponents::StyledDoubleSpinBox
bool m_restrictToInt
 
double m_customSliderMinValue
 
double m_customSliderMaxValue
 
bool m_hasCustomSliderRange
 

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