#include <qstyleoption.h>
Definition at line 463 of file qstyleoption.h.
Public Types | |
enum | StyleOptionType { Type = SO_Q3ListViewItem } |
enum | StyleOptionVersion { Version = 1 } |
enum | Q3ListViewItemFeature { None = 0x00, Expandable = 0x01, MultiLine = 0x02, Visible = 0x04, ParentControl = 0x08 } |
![]() | |
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 | |
QStyleOptionQ3ListViewItem () | |
QStyleOptionQ3ListViewItem (const QStyleOptionQ3ListViewItem &other) | |
![]() | |
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 | |
Q3ListViewItemFeatures | features |
int | height |
int | totalHeight |
int | itemY |
int | childCount |
![]() | |
int | version |
int | type |
QStyle::State | state |
Qt::LayoutDirection | direction |
QRect | rect |
QFontMetrics | fontMetrics |
QPalette | palette |
Protected Member Functions | |
QStyleOptionQ3ListViewItem (int version) | |
enum StyleOptionType |
enum StyleOptionVersion |
Enumerator | |
---|---|
None | |
Expandable | |
MultiLine | |
Visible | |
ParentControl |
Definition at line 469 of file qstyleoption.h.
|
inline |
Definition at line 480 of file qstyleoption.h.
|
protected |
Q3ListViewItemFeatures features |
Definition at line 473 of file qstyleoption.h.
Definition at line 474 of file qstyleoption.h.
int totalHeight |
Definition at line 475 of file qstyleoption.h.
int itemY |
Definition at line 476 of file qstyleoption.h.
int childCount |
Definition at line 477 of file qstyleoption.h.