Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QStyleOptionViewItemV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.2 or above. More...
Public Member Functions | |
QStyleOptionViewItemV2 () | |
| |
QStyleOptionViewItemV2 (QStyleOptionViewItemV2 other) | |
| |
QStyleOptionViewItemV2 (QStyleOptionViewItem other) | |
| |
override void | CreateProxy () |
new void | Dispose () |
Public Member Functions inherited from QtGui.QStyleOptionViewItem | |
QStyleOptionViewItem () | |
| |
QStyleOptionViewItem (QStyleOptionViewItem other) | |
| |
new void | Dispose () |
Public Member Functions inherited from QtGui.QStyleOption | |
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 | |
QStyleOptionViewItemV2 (System.Type dummy) | |
QStyleOptionViewItemV2 (int version) | |
| |
Protected Member Functions inherited from QtGui.QStyleOptionViewItem | |
QStyleOptionViewItem (System.Type dummy) | |
QStyleOptionViewItem (int version) | |
| |
Protected Member Functions inherited from QtGui.QStyleOption | |
QStyleOption (System.Type dummy) | |
Properties | |
new QStyleOptionViewItemV2.ViewItemFeature | Features [get, set] |
| |
Properties inherited from QtGui.QStyleOptionViewItem | |
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] |
| |
Properties inherited from QtGui.QStyleOption | |
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 | |
Protected Attributes inherited from QtGui.QStyleOption | |
SmokeInvocation | interceptor |
The QStyleOptionViewItemV2 class is used to describe the parameters necessary for drawing a frame in Qt 4.2 or above.
QStyleOptionViewItemV2 inherits QStyleOptionViewItem.
An instance of the QStyleOptionViewItemV2 class has type SO_ViewItem and version 2. 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" 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.
This enum describes the different types of features an item can have.
|
protected |
QtGui.QStyleOptionViewItemV2.QStyleOptionViewItemV2 | ( | ) |
Constructs a QStyleOptionViewItemV2 object.
QtGui.QStyleOptionViewItemV2.QStyleOptionViewItemV2 | ( | QStyleOptionViewItemV2 | other | ) |
Constructs a copy of other.
QtGui.QStyleOptionViewItemV2.QStyleOptionViewItemV2 | ( | QStyleOptionViewItem | other | ) |
Constructs a QStyleOptionViewItemV2 copy of the other style option which can be either of the QStyleOptionViewItemV2 or QStyleOptionViewItem types.
If the other style option's version is 1, the new style option's ViewItemFeature value is set to QStyleOptionViewItemV2::None. If its version is 2, its ViewItemFeature value is simply copied to the new style option.
See also version.
|
protected |
Constructs a QStyleOptionViewItemV2 object.
|
virtual |
Reimplemented from QtGui.QStyleOptionViewItem.
Reimplemented in QtGui.QStyleOptionViewItemV4, and QtGui.QStyleOptionViewItemV3.
new void QtGui.QStyleOptionViewItemV2.Dispose | ( | ) |
|
getset |
This variable holds a bitwise OR of the features that describe this view item.
See also ViewItemFeature.