akonadi
messagemodel.cpp
102 return i18nc("@label", "This model can only handle email folders. The current collection holds mimetypes: %1",
123 return KGlobal::locale()->formatDateTime(msg->date()->dateTime().toLocalZone(), KLocale::FancyLongDate);
AKONADI_KMIME_EXPORT const char * Envelope
The part identifier for envelope parts.
Definition: messageparts.cpp:23
virtual QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:152
virtual int columnCount(const QModelIndex &parent=QModelIndex()) const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:76
Item itemForIndex(const QModelIndex &index) const
Returns the item at the given index.
Definition: itemmodel.cpp:391
virtual int rowCount(const QModelIndex &parent=QModelIndex()) const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:64
virtual QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:91
void fetchPayloadPart(const QByteArray &part, bool fetch=true)
Sets which payload parts shall be fetched.
Definition: itemfetchscope.cpp:56
Collection collection() const
Returns the collection being displayed in the model.
Definition: itemmodel.cpp:462
virtual QStringList mimeTypes() const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:57
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Sun Jun 17 2018 00:33:02 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Sun Jun 17 2018 00:33:02 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.