Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QStyleOptionViewItemV3 class is used to describe the parameters necessary for drawing a frame in Qt 4.3 or above. More...
Public Member Functions | |
QStyleOptionViewItemV3 () | |
| |
QStyleOptionViewItemV3 (QStyleOptionViewItemV3 other) | |
| |
QStyleOptionViewItemV3 (QStyleOptionViewItem other) | |
| |
override void | CreateProxy () |
new void | Dispose () |
![]() | |
QStyleOptionViewItemV2 () | |
| |
QStyleOptionViewItemV2 (QStyleOptionViewItemV2 other) | |
| |
QStyleOptionViewItemV2 (QStyleOptionViewItem other) | |
| |
new void | Dispose () |
![]() | |
QStyleOptionViewItem () | |
| |
QStyleOptionViewItem (QStyleOptionViewItem other) | |
| |
new void | Dispose () |
![]() | |
QStyleOption (QStyleOption other) | |
| |
QStyleOption (int version=(int) QStyleOption.StyleOptionVersion.Version, int type=(int) QStyleOption.OptionType.SO_Default) | |
| |
new void | Init (QWidget w) |
| |
new void | InitFrom (QWidget w) |
| |
new void | Dispose () |
Protected Member Functions | |
QStyleOptionViewItemV3 (System.Type dummy) | |
QStyleOptionViewItemV3 (int version) | |
| |
![]() | |
QStyleOptionViewItemV2 (System.Type dummy) | |
QStyleOptionViewItemV2 (int version) | |
| |
![]() | |
QStyleOptionViewItem (System.Type dummy) | |
QStyleOptionViewItem (int version) | |
| |
![]() | |
QStyleOption (System.Type dummy) | |
Properties | |
new QLocale | Locale [get, set] |
new QWidget | Widget [get, set] |
![]() | |
new QStyleOptionViewItemV2.ViewItemFeature | Features [get, set] |
| |
![]() | |
new Qt.AlignmentFlag | DecorationAlignment [get, set] |
| |
new QStyleOptionViewItem.Position | DecorationPosition [get, set] |
| |
new QSize | DecorationSize [get, set] |
| |
new Qt.AlignmentFlag | DisplayAlignment [get, set] |
| |
new QFont | Font [get, set] |
| |
new bool | ShowDecorationSelected [get, set] |
| |
new Qt.TextElideMode | TextElideMode [get, set] |
| |
![]() | |
virtual System.IntPtr | SmokeObject [get, set] |
new Qt.LayoutDirection | Direction [get, set] |
| |
new QFontMetrics | FontMetrics [get, set] |
| |
new QPalette | Palette [get, set] |
| |
new QRect | Rect [get, set] |
| |
new QStyle.StateFlag | State [get, set] |
| |
new int | Type [get, set] |
| |
new int | Version [get, set] |
| |
Additional Inherited Members | |
![]() | |
SmokeInvocation | interceptor |
The QStyleOptionViewItemV3 class is used to describe the parameters necessary for drawing a frame in Qt 4.3 or above.
QStyleOptionViewItemV3 inherits QStyleOptionViewItem.
An instance of the QStyleOptionViewItemV3 class has type SO_ViewItem and version 3. The type is used internally by QStyleOption, its subclasses, and qstyleoption_cast() to determine the type of style option. In general you do not need to worry about this unless you want to create your own QStyleOption subclass and your own styles. The version is used by QStyleOption subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally do not need to check it.
See QStyleOptionFrameV2's detailed description for a discussion of how to handle "V2" and other versioned classes.
See also QStyleOptionViewItem and QStyleOption.
This enum is used to hold information about the version of the style option, and is defined for each QStyleOption subclass.
The version is used by QStyleOption subclasses to implement extensions without breaking compatibility. If you use qstyleoption_cast(), you normally do not need to check it.
See also StyleOptionType.
|
protected |
QtGui.QStyleOptionViewItemV3.QStyleOptionViewItemV3 | ( | ) |
Constructs a QStyleOptionViewItemV3 object.
QtGui.QStyleOptionViewItemV3.QStyleOptionViewItemV3 | ( | QStyleOptionViewItemV3 | other | ) |
Constructs a copy of other.
QtGui.QStyleOptionViewItemV3.QStyleOptionViewItemV3 | ( | QStyleOptionViewItem | other | ) |
Constructs a copy of other.
|
protected |
Constructs a QStyleOptionViewItemV3 object.
|
virtual |
Reimplemented from QtGui.QStyleOptionViewItemV2.
Reimplemented in QtGui.QStyleOptionViewItemV4.
new void QtGui.QStyleOptionViewItemV3.Dispose | ( | ) |
|
getset |
|
getset |