Inherits AzQtComponents::StyledDoubleSpinBox.
|
void | valueChanged (int val) |
|
|
| 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 |
|
| 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 |
|
|
void | showEvent (QShowEvent *ev) override |
|
void | resizeEvent (QResizeEvent *ev) override |
|
void | focusInEvent (QFocusEvent *event) override |
|
double | GetSliderMinimum () |
|
double | GetSliderRange () |
|
bool | m_restrictToInt |
|
double | m_customSliderMinValue |
|
double | m_customSliderMaxValue |
|
bool | m_hasCustomSliderRange |
|
The documentation for this class was generated from the following file:
- Code/Framework/AzQtComponents/AzQtComponents/Components/StyledSpinBox.h