![]() |
Qt 6.x
The Qt SDK
|
#include <qquickstyleoption.h>
Inheritance diagram for QQC2::QStyleOptionTabWidgetFrame:
Collaboration diagram for QQC2::QStyleOptionTabWidgetFrame:Public Types | |
| enum | StyleOptionType { Type = SO_TabWidgetFrame } |
| enum | StyleOptionVersion { Version = 2 } |
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 | |
| QStyleOptionTabWidgetFrame () | |
| Constructs a QStyleOptionTabWidgetFrame, initializing the members variables to their default values. | |
| QStyleOptionTabWidgetFrame (const QStyleOptionTabWidgetFrame &other) | |
| QStyleOptionTabWidgetFrame & | operator= (const QStyleOptionTabWidgetFrame &)=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 | |
| int | lineWidth |
| int | midLineWidth |
| QStyleOptionTab::Shape | shape |
| QSize | tabBarSize |
| QSize | rightCornerWidgetSize |
| QSize | leftCornerWidgetSize |
| QRect | tabBarRect |
| QRect | selectedTabRect |
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 | |
| QStyleOptionTabWidgetFrame (int version) | |
Definition at line 163 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| Type | |
Definition at line 166 of file qquickstyleoption.h.
| Enumerator | |
|---|---|
| Version | |
Definition at line 167 of file qquickstyleoption.h.
| QQC2::QStyleOptionTabWidgetFrame::QStyleOptionTabWidgetFrame | ( | ) |
Constructs a QStyleOptionTabWidgetFrame, initializing the members variables to their default values.
Definition at line 414 of file qquickstyleoption.cpp.
|
inline |
Definition at line 179 of file qquickstyleoption.h.
References other().
Here is the call graph for this function:
|
protected |
Definition at line 419 of file qquickstyleoption.cpp.
|
default |
| QSize QQC2::QStyleOptionTabWidgetFrame::leftCornerWidgetSize |
Definition at line 174 of file qquickstyleoption.h.
| int QQC2::QStyleOptionTabWidgetFrame::lineWidth |
Definition at line 169 of file qquickstyleoption.h.
| int QQC2::QStyleOptionTabWidgetFrame::midLineWidth |
Definition at line 170 of file qquickstyleoption.h.
| QSize QQC2::QStyleOptionTabWidgetFrame::rightCornerWidgetSize |
Definition at line 173 of file qquickstyleoption.h.
| QRect QQC2::QStyleOptionTabWidgetFrame::selectedTabRect |
Definition at line 176 of file qquickstyleoption.h.
| QStyleOptionTab::Shape QQC2::QStyleOptionTabWidgetFrame::shape |
Definition at line 171 of file qquickstyleoption.h.
Referenced by QQC2::QWindowsXPStyle::subElementRect().
| QRect QQC2::QStyleOptionTabWidgetFrame::tabBarRect |
Definition at line 175 of file qquickstyleoption.h.
| QSize QQC2::QStyleOptionTabWidgetFrame::tabBarSize |
Definition at line 172 of file qquickstyleoption.h.