Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The QStyleOptionQ3ListViewItem class is used to describe an item drawn in a Q3ListView. More...
#include <QStyleOptionQ3ListViewItem>
Inherits QStyleOption.
The QStyleOptionQ3ListViewItem class is used to describe an item drawn in a Q3ListView.
This is used by the compatibility Q3ListView to draw its items. It should be avoided for new classes.
See also Q3ListView and Q3ListViewItem.
This enum describes the features a list view item can have.
Constant | Value | Description |
---|---|---|
QStyleOptionQ3ListViewItem::None | 0x00 | A standard item. |
QStyleOptionQ3ListViewItem::Expandable | 0x01 | The item has children that can be shown. |
QStyleOptionQ3ListViewItem::MultiLine | 0x02 | The item is more than one line tall. |
QStyleOptionQ3ListViewItem::Visible | 0x04 | The item is visible. |
QStyleOptionQ3ListViewItem::ParentControl | 0x08 | The item's parent is a type of item control (Q3CheckListItem::Controller). |
The Q3ListViewItemFeatures type is a typedef for QFlags<Q3ListViewItemFeature>. It stores an OR combination of Q3ListViewItemFeature values.
See also features, Q3ListViewItem::isVisible(), Q3ListViewItem::multiLinesEnabled(), and Q3ListViewItem::isExpandable().
Constructs a QStyleOptionQ3ListViewItem. The members variables are initialized to default values.
Constructs a copy of the other style option.
Equals SO_Q3ListViewItem.
Equals 1.
This variable holds the number of children the item has.
This variable holds the features for this item.
This variable is a bitwise OR of the features of the item.
See also Q3ListViewItemFeature.
This variable holds the height of the item.
This doesn't include the height of the item's children.
See also Q3ListViewItem::height().
This variable holds the Y-coordinate for the item.
See also Q3ListViewItem::itemPos().
This variable holds the total height of the item, including its children.
See also Q3ListViewItem::totalHeight().
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |