![]() |
Qt 6.x
The Qt SDK
|
#include <qquickstyleoption.h>
Inheritance diagram for QQC2::QStyleOptionSpinBox:
Collaboration diagram for QQC2::QStyleOptionSpinBox:Public Types | |
| enum | StyleOptionType { Type = SO_SpinBox } |
| enum | StyleOptionVersion { Version = 1 } |
| enum | StepEnabledFlag { StepNone = 0x00 , StepUpEnabled = 0x01 , StepDownEnabled = 0x02 , StepEnabled = 0xFF } |
| enum | ButtonSymbols { UpDownArrows , PlusMinus , NoButtons } |
Public Types inherited from QQC2::QStyleOptionComplex | |
| enum | StyleOptionType { Type = SO_Complex } |
| enum | StyleOptionVersion { Version = 1 } |
Public Types inherited from QQC2::QStyleOption | |
| enum | OptionType { SO_Default , SO_FocusRect , SO_Button , SO_Tab , SO_MenuItem , SO_Frame , SO_ProgressBar , SO_ToolBox , SO_Header , SO_DockWidget , SO_ViewItem , SO_TabWidgetFrame , SO_TabBarBase , SO_RubberBand , SO_ToolBar , SO_GraphicsItem , SO_Complex = 0xf0000 , SO_Slider , SO_SpinBox , SO_ToolButton , SO_ComboBox , SO_TitleBar , SO_GroupBox , SO_SizeGrip , SO_CustomBase = 0xf00 , SO_ComplexCustomBase = 0xf000000 } |
| enum | StyleOptionType { Type = SO_Default } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions | |
| QStyleOptionSpinBox () | |
| Constructs a QStyleOptionSpinBox, initializing the members variables to their default values. | |
| QStyleOptionSpinBox (const QStyleOptionSpinBox &other) | |
| QStyleOptionSpinBox & | operator= (const QStyleOptionSpinBox &)=default |
Public Member Functions inherited from QQC2::QStyleOptionComplex | |
| QStyleOptionComplex (int version=QStyleOptionComplex::Version, int type=SO_Complex) | |
| Constructs a QStyleOptionComplex of the specified type and version, initializing the member variables to their default values. | |
| QStyleOptionComplex (const QStyleOptionComplex &other) | |
| QStyleOptionComplex & | operator= (const QStyleOptionComplex &)=default |
Public Member Functions inherited from QQC2::QStyleOption | |
| QStyleOption (int version=QStyleOption::Version, int type=SO_Default) | |
| QStyleOption (const QStyleOption &other) | |
| Constructs a copy of other. | |
| ~QStyleOption () | |
| Destroys this style option object. | |
| QStyleOption & | operator= (const QStyleOption &other) |
| Assign other to this QStyleOption. | |
Public Attributes | |
| ButtonSymbols | buttonSymbols |
| StepEnabledFlag | stepEnabled |
| bool | frame |
Public Attributes inherited from QQC2::QStyleOptionComplex | |
| QStyle::SubControls | subControls |
| QStyle::SubControls | activeSubControls |
Public Attributes inherited from QQC2::QStyleOption | |
| int | version |
| int | type |
| QStyle::State | state |
| Qt::LayoutDirection | direction |
| QRect | rect |
| QFontMetrics | fontMetrics |
| QPalette | palette |
| QObject * | styleObject |
| QQuickItem * | control |
| QWindow * | window |
Protected Member Functions | |
| QStyleOptionSpinBox (int version) | |
Definition at line 527 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| UpDownArrows | |
| PlusMinus | |
| NoButtons | |
Definition at line 533 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| StepNone | |
| StepUpEnabled | |
| StepDownEnabled | |
| StepEnabled | |
Definition at line 532 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| Type | |
Definition at line 530 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| Version | |
Definition at line 531 of file qquickstyleoption.h.
| QQC2::QStyleOptionSpinBox::QStyleOptionSpinBox | ( | ) |
Constructs a QStyleOptionSpinBox, initializing the members variables to their default values.
Definition at line 280 of file qquickstyleoption.cpp.
|
inline |
Definition at line 540 of file qquickstyleoption.h.
References other().
Here is the call graph for this function:
|
protected |
Definition at line 289 of file qquickstyleoption.cpp.
|
default |
| ButtonSymbols QQC2::QStyleOptionSpinBox::buttonSymbols |
Definition at line 535 of file qquickstyleoption.h.
| bool QQC2::QStyleOptionSpinBox::frame |
Definition at line 537 of file qquickstyleoption.h.
| StepEnabledFlag QQC2::QStyleOptionSpinBox::stepEnabled |
Definition at line 536 of file qquickstyleoption.h.