#include <KMtraceLeaksViewItem.hh>
Public Methods | |
KMtraceLeaksViewItem (QListViewItem *parent, QString str) | |
KMtraceLeaksViewItem (QListView *parent, QString s1, QString &s2, QString &s3, QString &s4, QString s5) | |
int | compare (QListViewItem *item, int column, bool ascending) const |
void | setModel (QObject *obj) |
QObject * | getModel () |
Private Attributes | |
QObject * | m_model |
The widget is an extension of a KListViewItem class. It forms the view of either a KMtraceLeak or a KMtraceCall
|
|
|
|
|
Overrides the default compare method for list view items. So they are ordered as integers (bytes, blocks) or not at all (addresses, title field)
|
|
|
|
|
|
|