kmail
KMSearchMessageModel Class Reference
#include <kmsearchmessagemodel.h>
Inherits MessageModel.
Public Types | |
enum | Column { Collection, Subject, Sender, Receiver, Date, Size, DateNotTranslated, SizeNotLocalized } |
Public Member Functions | |
KMSearchMessageModel (QObject *parent=0) | |
~KMSearchMessageModel () | |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
Detailed Description
Definition at line 33 of file kmsearchmessagemodel.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Collection | |
Subject | |
Sender | |
Receiver | |
Date | |
Size | |
DateNotTranslated | |
SizeNotLocalized |
Definition at line 38 of file kmsearchmessagemodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 56 of file kmsearchmessagemodel.cpp.
KMSearchMessageModel::~KMSearchMessageModel | ( | ) |
Definition at line 63 of file kmsearchmessagemodel.cpp.
Member Function Documentation
int KMSearchMessageModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 135 of file kmsearchmessagemodel.cpp.
QVariant KMSearchMessageModel::data | ( | const QModelIndex & | index, |
int | role = Qt::DisplayRole |
||
) | const |
Definition at line 148 of file kmsearchmessagemodel.cpp.
QVariant KMSearchMessageModel::headerData | ( | int | section, |
Qt::Orientation | orientation, | ||
int | role = Qt::DisplayRole |
||
) | const |
Definition at line 225 of file kmsearchmessagemodel.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.