ShowListViewItem Class Reference

#include <showlistviewitem.h>

List of all members.

Public Types

enum  {
  _colNumber, _colAccount, _colFrom, _colTo,
  _colSubject, _colDate, _colSize, _colContent,
  _colState
}

Public Member Functions

 ShowListViewItem (QListView *parent, ShowListViewItem *after)
 ShowListViewItem (QListView *parent)
virtual ~ShowListViewItem ()
virtual QString key (int column, bool ascending) const
virtual int compare (QListViewItem *i, int col, bool ascending) const
void setNumber (const QString &)
void setAccount (const QString &)
void setFrom (const QString &)
void setTo (const QString &)
void setSubject (const QString &)
void setDate (const QString &)
void setSize (const QString &)
void setContent (const QString &)
void setState (const QString &)
void setTime (const QString &)

Private Attributes

QString m_time


Detailed Description

Author:
Eggert Ehmke

Definition at line 27 of file showlistviewitem.h.


Constructor & Destructor Documentation

ShowListViewItem::ShowListViewItem ( QListView *  parent,
ShowListViewItem after 
)

Constructor

Parameters:
parent mail list view
after insert the new item after this item

Definition at line 20 of file showlistviewitem.cpp.

ShowListViewItem::ShowListViewItem ( QListView *  parent  ) 

Constructor

Parameters:
parent mail list view

Definition at line 25 of file showlistviewitem.cpp.


Member Function Documentation

int ShowListViewItem::compare ( QListViewItem *  i,
int  col,
bool  ascending 
) const [virtual]

reimplement compare to solve bug #856005 standard compare is locale dependant

Definition at line 50 of file showlistviewitem.cpp.

References key().


The documentation for this class was generated from the following files:
Generated on Thu Jul 5 19:36:09 2007 for kshowmail by  doxygen 1.5.0