#include <qstyleoption.h>
Definition at line 157 of file qstyleoption.h.
Public Types | |
enum | StyleOptionVersion { Version = 3 } |
Public Types inherited from QStyleOptionFrameV2 | |
enum | StyleOptionVersion { Version = 2 } |
enum | FrameFeature { None = 0x00, Flat = 0x01 } |
Public Types inherited from QStyleOptionFrame | |
enum | StyleOptionType { Type = SO_Frame } |
enum | StyleOptionVersion { Version = 1 } |
Public Types inherited from QStyleOption | |
enum | OptionType { SO_Default, SO_FocusRect, SO_Button, SO_Tab, SO_MenuItem, SO_Frame, SO_ProgressBar, SO_ToolBox, SO_Header, SO_Q3DockWindow, SO_DockWidget, SO_Q3ListViewItem, SO_ViewItem, SO_TabWidgetFrame, SO_TabBarBase, SO_RubberBand, SO_ToolBar, SO_GraphicsItem, SO_Complex = 0xf0000, SO_Slider, SO_SpinBox, SO_ToolButton, SO_ComboBox, SO_Q3ListView, SO_TitleBar, SO_GroupBox, SO_SizeGrip, SO_CustomBase = 0xf00, SO_ComplexCustomBase = 0xf000000 } |
enum | StyleOptionType { Type = SO_Default } |
enum | StyleOptionVersion { Version = 1 } |
Public Member Functions | |
QStyleOptionFrameV3 () | |
QStyleOptionFrameV3 (const QStyleOptionFrameV3 &other) | |
QStyleOptionFrameV3 (const QStyleOptionFrame &other) | |
QStyleOptionFrameV3 & | operator= (const QStyleOptionFrame &other) |
Public Member Functions inherited from QStyleOptionFrameV2 | |
QStyleOptionFrameV2 () | |
QStyleOptionFrameV2 (const QStyleOptionFrameV2 &other) | |
QStyleOptionFrameV2 (const QStyleOptionFrame &other) | |
QStyleOptionFrameV2 & | operator= (const QStyleOptionFrame &other) |
Public Member Functions inherited from QStyleOptionFrame | |
QStyleOptionFrame () | |
QStyleOptionFrame (const QStyleOptionFrame &other) | |
Public Member Functions inherited from QStyleOption | |
QStyleOption (int version=QStyleOption::Version, int type=SO_Default) | |
QStyleOption (const QStyleOption &other) | |
~QStyleOption () | |
void | init (const QWidget *w) |
void | initFrom (const QWidget *w) |
QStyleOption & | operator= (const QStyleOption &other) |
Public Attributes | |
QFrame::Shape | frameShape: 4 |
uint | unused: 28 |
Public Attributes inherited from QStyleOptionFrameV2 | |
FrameFeatures | features |
Public Attributes inherited from QStyleOptionFrame | |
int | lineWidth |
int | midLineWidth |
Public Attributes inherited from QStyleOption | |
int | version |
int | type |
QStyle::State | state |
Qt::LayoutDirection | direction |
QRect | rect |
QFontMetrics | fontMetrics |
QPalette | palette |
Protected Member Functions | |
QStyleOptionFrameV3 (int version) | |
Protected Member Functions inherited from QStyleOptionFrameV2 | |
QStyleOptionFrameV2 (int version) | |
Protected Member Functions inherited from QStyleOptionFrame | |
QStyleOptionFrame (int version) | |
enum StyleOptionVersion |
|
inline |
Definition at line 165 of file qstyleoption.h.
QStyleOptionFrameV3 | ( | const QStyleOptionFrame & | other | ) |
|
protected |
QStyleOptionFrameV3& operator= | ( | const QStyleOptionFrame & | other | ) |
QFrame::Shape frameShape |
Definition at line 161 of file qstyleoption.h.
uint unused |
Definition at line 162 of file qstyleoption.h.