akonadi/kmime
20 #ifndef AKONADI_MESSAGEMODEL_H
21 #define AKONADI_MESSAGEMODEL_H
23 #include "akonadi-kmime_export.h"
24 #include <akonadi/itemmodel.h>
25 #include <akonadi/job.h>
27 #if defined(MAKE_AKONADI_KMIME_LIB)
28 # define AKONADI_IGNORE_DEPRECATED_WARNINGS
38 class AKONADI_KMIME_DEPRECATED_EXPORT
MessageModel :
public Akonadi::ItemModel
69 virtual int rowCount(
const QModelIndex & parent = QModelIndex() )
const;
74 virtual int columnCount(
const QModelIndex & parent = QModelIndex() )
const;
79 virtual QVariant data(
const QModelIndex & index,
int role = Qt::DisplayRole )
const;
84 virtual QVariant headerData(
int section, Qt::Orientation orientation,
int role = Qt::DisplayRole )
const;
89 virtual QStringList mimeTypes()
const;
A flat self-updating message model.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:55 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.