#include <QY2ListView.h>
|
int | _serial |
|
int | _serial |
|
QColor | _textColor |
|
QColor | _backgroundColor |
|
◆ QY2CheckListItem() [1/2]
QY2CheckListItem::QY2CheckListItem |
( |
QY2ListView * | parentListView, |
|
|
const QString & | text ) |
Constructor for toplevel items.
◆ QY2CheckListItem() [2/2]
QY2CheckListItem::QY2CheckListItem |
( |
QTreeWidgetItem * | parentItem, |
|
|
const QString & | text ) |
Constructor for deeper level items.
◆ ~QY2CheckListItem()
QY2CheckListItem::~QY2CheckListItem |
( |
| ) |
|
|
virtual |
◆ serial()
int QY2CheckListItem::serial |
( |
| ) |
const |
|
inline |
Return this item's serial number. Useful for comparison functions that order by insertion sequence.
◆ setBackgroundColor()
void QY2CheckListItem::setBackgroundColor |
( |
const QColor & | col | ) |
|
|
inline |
Set the text background color for all columns. For more specific purposes reimiplement paintCell().
◆ setTextColor()
void QY2CheckListItem::setTextColor |
( |
const QColor & | col | ) |
|
|
inline |
Set the text foreground color for all columns. For more specific purposes reimiplement paintCell().
◆ toolTip()
virtual QString QY2CheckListItem::toolTip |
( |
int | column | ) |
|
|
inlinevirtual |
Returns a tool tip text for a specific column of this item. 'column' is -1 if the mouse pointer is in the tree indentation area.
This default implementation does nothing.
Reimplemented from QY2ListViewItem.
◆ updateData()
virtual void QY2CheckListItem::updateData |
( |
| ) |
|
|
inlinevirtual |
Update this item's data completely. Triggered by QY2ListView::updateAllItemData(). Derived classes should overwrite this. This default implementation does nothing.
Reimplemented from QY2ListViewItem.
◆ updateStatus()
virtual void QY2CheckListItem::updateStatus |
( |
| ) |
|
|
inlinevirtual |
Update this item's status. Triggered by QY2ListView::updateAllItemStates(). Derived classes should overwrite this. This default implementation does nothing.
Reimplemented from QY2ListViewItem.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/QY2ListView.h
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/QY2ListView.cc