Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
The QStyleOptionViewItemV4 class is used to describe the parameters necessary for drawing a frame in Qt 4.4 or above. More...
Protected Member Functions | |
QStyleOptionViewItemV4 (System.Type dummy) | |
QStyleOptionViewItemV4 (int version) | |
| |
Protected Member Functions inherited from QtGui.QStyleOptionViewItemV3 | |
QStyleOptionViewItemV3 (System.Type dummy) | |
QStyleOptionViewItemV3 (int version) | |
| |
Protected Member Functions inherited from QtGui.QStyleOptionViewItemV2 | |
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 QBrush | BackgroundBrush [get, set] |
| |
new Qt.CheckState | CheckState [get, set] |
| |
new QIcon | Icon [get, set] |
| |
new QModelIndex | Index [get, set] |
| |
new string | Text [get, set] |
| |
new QStyleOptionViewItemV4.ViewItemPosition | viewItemPosition [get, set] |
| |
Properties inherited from QtGui.QStyleOptionViewItemV3 | |
new QLocale | Locale [get, set] |
new QWidget | Widget [get, set] |
Properties inherited from QtGui.QStyleOptionViewItemV2 | |
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 QStyleOptionViewItemV4 class is used to describe the parameters necessary for drawing a frame in Qt 4.4 or above.
QStyleOptionViewItemV4 inherits QStyleOptionViewItemV3.
An instance of the QStyleOptionViewItemV4 class has type SO_ViewItem and version 4. 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 QStyleOptionViewItemV3's detailed description for a discussion of how to handle "V3" 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 is used to represent the placement of the item on a row. This can be used to draw items differently depending on their placement, for example by putting rounded edges at the beginning and end, and straight edges in between.
|
protected |
QtGui.QStyleOptionViewItemV4.QStyleOptionViewItemV4 | ( | ) |
Constructs a QStyleOptionViewItemV4 object.
QtGui.QStyleOptionViewItemV4.QStyleOptionViewItemV4 | ( | QStyleOptionViewItemV4 | other | ) |
Constructs a copy of other.
QtGui.QStyleOptionViewItemV4.QStyleOptionViewItemV4 | ( | QStyleOptionViewItem | other | ) |
Constructs a QStyleOptionViewItemV4 copy of the other style option which can be either of the QStyleOptionViewItemV3 or QStyleOptionViewItem types.
See also version.
|
protected |
Constructs a QStyleOptionViewItemV4 object.
|
virtual |
Reimplemented from QtGui.QStyleOptionViewItemV3.
new void QtGui.QStyleOptionViewItemV4.Dispose | ( | ) |
|
getset |
The QBrush that should be used to paint the view items background.
|
getset |
If this view item is checkable, i.e., ViewItemFeature::HasCheckIndicator is true, checkState is true if the item is checked; otherwise, it is false.
|
getset |
The icon (if any) to be drawn in the view item.
|
getset |
The model index that is to be drawn.
|
getset |
The text (if any) to be drawn in the view item.
|
getset |
Gives the position of this view item relative to other items. See the ViewItemPosition enum for the details.