#include <showlistviewitem.h>
Public Types | |
enum | { _colNumber, _colAccount, _colFrom, _colTo, _colSubject, _colDate, _colSize, _colContent, _colState } |
Public Member Functions | |
ShowListViewItem (TQListView *parent, ShowListViewItem *after) | |
ShowListViewItem (TQListView *parent) | |
virtual | ~ShowListViewItem () |
virtual TQString | key (int column, bool ascending) const |
virtual int | compare (TQListViewItem *i, int col, bool ascending) const |
void | setNumber (const TQString &) |
void | setAccount (const TQString &) |
void | setFrom (const TQString &) |
void | setTo (const TQString &) |
void | setSubject (const TQString &) |
void | setDate (const TQString &) |
void | setSize (const TQString &) |
void | setContent (const TQString &) |
void | setState (const TQString &) |
void | setTime (const TQString &) |
Private Attributes | |
TQString | m_time |
anonymous enum |
ShowListViewItem::ShowListViewItem | ( | TQListView * | parent, | |
ShowListViewItem * | after | |||
) |
Constructor
parent | mail list view | |
after | insert the new item after this item |
ShowListViewItem::ShowListViewItem | ( | TQListView * | parent | ) |
Constructor
parent | mail list view |
ShowListViewItem::~ShowListViewItem | ( | ) | [virtual] |
TQString ShowListViewItem::key | ( | int | column, | |
bool | ascending | |||
) | const [virtual] |
int ShowListViewItem::compare | ( | TQListViewItem * | i, | |
int | col, | |||
bool | ascending | |||
) | const [virtual] |
reimplement compare to solve bug #856005 standard compare is locale dependant
void ShowListViewItem::setNumber | ( | const TQString & | ) |
void ShowListViewItem::setAccount | ( | const TQString & | ) |
void ShowListViewItem::setFrom | ( | const TQString & | ) |
void ShowListViewItem::setTo | ( | const TQString & | ) |
void ShowListViewItem::setSubject | ( | const TQString & | ) |
void ShowListViewItem::setDate | ( | const TQString & | ) |
void ShowListViewItem::setSize | ( | const TQString & | ) |
void ShowListViewItem::setContent | ( | const TQString & | ) |
void ShowListViewItem::setState | ( | const TQString & | ) |
void ShowListViewItem::setTime | ( | const TQString & | ) |
TQString ShowListViewItem::m_time [private] |