Main Page   Compound List   File List   Compound Members   File Members  

KMtraceLeaksViewItem.hh

Go to the documentation of this file.
00001 #ifndef __KMTRACELEAKSVIEWITEM__H__
00002 #define __KMTRACELEAKSVIEWITEM__H__
00003  
00004 // Qt includes
00005 #include <qobject.h>
00006 #include <qlistview.h>
00007 #include <qstring.h>
00008  
00009 // KDE includes
00010 #include <klistview.h>
00011 
00021 class KMtraceLeaksViewItem : public KListViewItem
00022 {
00023    public:
00024       KMtraceLeaksViewItem( QListViewItem *parent, QString str );
00025       KMtraceLeaksViewItem( QListView *parent, QString s1, QString &s2,
00026                             QString &s3, QString &s4, QString s5);
00027 
00038       int compare( QListViewItem *item, int column, bool ascending ) const;
00039 
00040       void setModel( QObject *obj );
00041       QObject *getModel( );
00042        
00043    private:
00044       // the model of the data shown (either a leac or a call)
00045       QObject *m_model;
00046 };
00047 
00048 #endif

Generated on Fri Jan 3 11:42:18 2003 for kmtraceviewer by doxygen1.3-rc1