#include </home/clem/local/src/opie/libopie2/opieui/olistview.h>
Inheritance diagram for Opie::Ui::ONamedListViewItem:


Public Member Functions | |
| ONamedListViewItem (QListView *parent, const QStringList &texts) | |
| ONamedListViewItem (QListViewItem *parent, const QStringList &texts) | |
| ONamedListViewItem (QListView *parent, QListViewItem *after, const QStringList &texts) | |
| ONamedListViewItem (QListViewItem *parent, QListViewItem *after, const QStringList &texts) | |
| virtual | ~ONamedListViewItem () |
| virtual void | setText (const QString &column, const QString &text) |
| virtual void | setText (const QStringList &texts) |
| virtual ONamedListViewItem * | find (int column, const QString &text, int recurse=-1) const |
| virtual ONamedListViewItem * | find (const QString &column, const QString &text, int recurse=-1) const |
Private Attributes | |
| Private * | d |
This class provides a higher-level interface to an OListViewItem.
Definition at line 381 of file olistview.h.
|
||||||||||||
|
Constructor. Accepts the same parameters as a OListViewItem, plus a QStringList which holds an arbitrary number of texts. Definition at line 694 of file olistview.cpp. References setText(). |
|
||||||||||||
|
Definition at line 701 of file olistview.cpp. References setText(). |
|
||||||||||||||||
|
Definition at line 708 of file olistview.cpp. References setText(). |
|
||||||||||||||||
|
Definition at line 715 of file olistview.cpp. References setText(). |
|
|
Destructor. Definition at line 722 of file olistview.cpp. |
|
||||||||||||||||
|
Definition at line 758 of file olistview.cpp. References col. |
|
||||||||||||||||
|
Definition at line 752 of file olistview.cpp. |
|
|
Sets a number of texts for this item. Definition at line 727 of file olistview.cpp. References QValueList< T >::begin(), col, QValueList< T >::end(), odebug, and oendl. |
|
||||||||||||
|
Sets the text in column column to text. This method differs from QListViewItem::setText() in that it accepts a string as column indicator instead of an int. Definition at line 739 of file olistview.cpp. References col, oendl, and owarn. Referenced by OListViewDemo::OListViewDemo(), and ONamedListViewItem(). |
|
|
Reimplemented from Opie::Ui::OListViewItem. Definition at line 419 of file olistview.h. |
1.4.2