#include <showlistviewitem.h>
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 |
Definition at line 27 of file showlistviewitem.h.
| ShowListViewItem::ShowListViewItem | ( | QListView * | parent, | |
| ShowListViewItem * | after | |||
| ) |
Constructor
| parent | mail list view | |
| after | insert the new item after this item |
Definition at line 20 of file showlistviewitem.cpp.
| ShowListViewItem::ShowListViewItem | ( | QListView * | parent | ) |
| 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().
1.5.0