![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickstyleoption.h>
Public Member Functions | |
| QStyleOptionTab () | |
| Constructs a QStyleOptionTab object, initializing the members variables to their default values. | |
| QStyleOptionTab (const QStyleOptionTab &other) | |
| QStyleOptionTab & | operator= (const QStyleOptionTab &)=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 | |
| QString | text |
| QIcon | icon |
| int | row |
| TabPosition | position |
| Shape | shape = RoundedNorth |
| SelectedPosition | selectedPosition |
| CornerWidgets | cornerWidgets |
| QSize | iconSize |
| bool | documentMode |
| QSize | leftButtonSize |
| QSize | rightButtonSize |
| TabFeatures | features |
| 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 | |
| QStyleOptionTab (int version) | |
Definition at line 130 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| NoCornerWidgets | |
| LeftCornerWidget | |
| RightCornerWidget | |
Definition at line 138 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| NotAdjacent | |
| NextIsSelected | |
| PreviousIsSelected | |
Definition at line 137 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| RoundedNorth | |
| RoundedSouth | |
| RoundedWest | |
| RoundedEast | |
| TriangularNorth | |
| TriangularSouth | |
| TriangularWest | |
| TriangularEast | |
Definition at line 141 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| Type | |
Definition at line 133 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| Version | |
Definition at line 134 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| None | |
| HasFrame | |
Definition at line 140 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| Beginning | |
| Middle | |
| End | |
| OnlyOneTab | |
Definition at line 136 of file qquickstyleoption.h.
| QQC2::QStyleOptionTab::QStyleOptionTab | ( | ) |
Constructs a QStyleOptionTab object, initializing the members variables to their default values.
Definition at line 178 of file qquickstyleoption.cpp.
|
inline |
Definition at line 161 of file qquickstyleoption.h.
References QQC2::QStyleOption::QStyleOption(), operator=(), Type, and Version.
|
protected |
Definition at line 188 of file qquickstyleoption.cpp.
Referenced by QQC2::QStyleOptionTabV4::QStyleOptionTabV4().
|
default |
| CornerWidgets QQC2::QStyleOptionTab::cornerWidgets |
Definition at line 153 of file qquickstyleoption.h.
| bool QQC2::QStyleOptionTab::documentMode |
Definition at line 155 of file qquickstyleoption.h.
| TabFeatures QQC2::QStyleOptionTab::features |
Definition at line 158 of file qquickstyleoption.h.
Referenced by testing.tools.test_runner._PerProcessConfig::InitializeFeatures().
| QIcon QQC2::QStyleOptionTab::icon |
Definition at line 148 of file qquickstyleoption.h.
| QSize QQC2::QStyleOptionTab::iconSize |
Definition at line 154 of file qquickstyleoption.h.
| QSize QQC2::QStyleOptionTab::leftButtonSize |
Definition at line 156 of file qquickstyleoption.h.
| TabPosition QQC2::QStyleOptionTab::position |
Definition at line 150 of file qquickstyleoption.h.
| QSize QQC2::QStyleOptionTab::rightButtonSize |
Definition at line 157 of file qquickstyleoption.h.
| int QQC2::QStyleOptionTab::row |
Definition at line 149 of file qquickstyleoption.h.
| SelectedPosition QQC2::QStyleOptionTab::selectedPosition |
Definition at line 152 of file qquickstyleoption.h.
| Shape QQC2::QStyleOptionTab::shape = RoundedNorth |
Definition at line 151 of file qquickstyleoption.h.
| QString QQC2::QStyleOptionTab::text |
Definition at line 147 of file qquickstyleoption.h.