KMail::HeaderItem Class Reference
Visual representation of a member of the set of displayables (mails in the current folder). More...
#include <headeritem.h>
Inherits KListViewItem.
Public Types
Public Member Functions
- HeaderItem (QListView *parent, int msgId, const QString &key=QString::null)
- HeaderItem (QListViewItem *parent, int msgId, const QString &key=QString::null)
- void setMsgId (int aMsgId)
- void irefresh ()
- int msgId () const
- void setOpenRecursive (bool open)
- QString text (int col) const
- void setup ()
- QPixmap pixmapMerge (PixmapList pixmaps) const
- const QPixmap * cryptoIcon (KMMsgBase *msgBase) const
- const QPixmap * signatureIcon (KMMsgBase *msgBase) const
- const QPixmap * statusIcon (KMMsgBase *msgBase) const
- const QPixmap * pixmap (int col) const
- void paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align)
- virtual QString key (int column, bool) const
- void setTempKey (QString key)
- int compare (QListViewItem *i, int col, bool ascending) const
- QListViewItem * firstChildNonConst ()
- bool aboutToBeDeleted () const
- void setAboutToBeDeleted (bool val)
- void setSortCacheItem (SortCacheItem *item)
- SortCacheItem * sortCacheItem () const
Static Public Member Functions
- static QString generate_key (KMHeaders *headers, KMMsgBase *msg, const KPaintInfo *paintInfo, int sortOrder)
Detailed Description
Visual representation of a member of the set of displayables (mails in the current folder).Each item is paired with a sort cache item. See above how they are meant to cooperate. This should be about the visual aspects of displaying an entry only.
The documentation for this class was generated from the following files:
- headeritem.h
- headeritem.cpp