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


Public Member Functions | |
| ONamedListView (QWidget *parent=0, const char *name=0) | |
| virtual | ~ONamedListView () |
| virtual void | addColumns (const QStringList &columns) |
| virtual int | findColumn (const QString &text) const |
| virtual ONamedListViewItem * | find (ONamedListViewItem *start, int column, const QString &text, int recurse=-1) const |
| virtual ONamedListViewItem * | find (int column, const QString &text, int recurse=-1) const |
| virtual ONamedListViewItem * | find (ONamedListViewItem *start, const QString &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 OListView.
Definition at line 329 of file olistview.h.
|
||||||||||||
|
Constructor. The parameters parent and name are handled by OListView, as usual. Definition at line 607 of file olistview.cpp. |
|
|
Destructor. Definition at line 613 of file olistview.cpp. |
|
|
Add a number of columns to the listview. Definition at line 618 of file olistview.cpp. References Opie::Ui::OListView::addColumn(), QValueList< T >::begin(), QValueList< T >::end(), odebug, and oendl. Referenced by OListViewDemo::OListViewDemo(). |
|
||||||||||||||||
|
Definition at line 670 of file olistview.cpp. References col, find(), and findColumn(). |
|
||||||||||||||||||||
|
Definition at line 680 of file olistview.cpp. References col, find(), and findColumn(). |
|
||||||||||||||||
|
Definition at line 640 of file olistview.cpp. References find(). |
|
||||||||||||||||||||
|
Definition at line 646 of file olistview.cpp. Referenced by find(), and OListViewDemo::OListViewDemo(). |
|
|
Definition at line 628 of file olistview.cpp. References i. Referenced by find(). |
|
|
Reimplemented from Opie::Ui::OListView. Definition at line 366 of file olistview.h. |
1.4.2