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);
virtual int rowCount(const QModelIndex &parent=QModelIndex()) const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:64
AKONADI_KMIME_EXPORT const char * Envelope
The part identifier for envelope parts.
Definition: messageparts.cpp:23
virtual QStringList mimeTypes() const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:57
Item itemForIndex(const QModelIndex &index) const
Returns the item at the given index.
Definition: itemmodel.cpp:391
bool isValid() const
int row() const
virtual QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:91
virtual int columnCount(const QModelIndex &parent=QModelIndex()) const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:76
virtual QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
Reimplemented from QAbstractItemModel.
Definition: messagemodel.cpp:152
int column() const
Collection collection() const
Returns the collection being displayed in the model.
Definition: itemmodel.cpp:462
void fetchPayloadPart(const QByteArray &part, bool fetch=true)
Sets which payload parts shall be fetched.
Definition: itemfetchscope.cpp:56
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.