akonadi
#include <messagethreaderproxymodel.h>
Inherits QAbstractProxyModel.
Public Member Functions | |
MessageThreaderProxyModel (QObject *parent=0) | |
virtual | ~MessageThreaderProxyModel () |
int | columnCount (const QModelIndex &index) const |
QModelIndex | createIndex (int row, int column, quint32 internalId) const |
bool | hasChildren (const QModelIndex &index) const |
QModelIndex | index (int row, int column, const QModelIndex &parent) const |
QModelIndex | mapFromSource (const QModelIndex &index) const |
QModelIndex | mapToSource (const QModelIndex &index) const |
QMimeData * | mimeData (const QModelIndexList &indexes) const |
QStringList | mimeTypes () const |
QModelIndex | parent (const QModelIndex &index) const |
int | rowCount (const QModelIndex &index) const |
void | setSourceModel (QAbstractItemModel *sourceMessageModel) |
Detailed Description
Proxy to thread message using the Mailthreader agent.
- Deprecated:
- This model is not used for threading and will not work. Use the messagelist component in the kdepim module instead.
Definition at line 38 of file messagethreaderproxymodel.h.
Constructor & Destructor Documentation
MessageThreaderProxyModel::MessageThreaderProxyModel | ( | QObject * | parent = 0 | ) |
Create a new MessageThreaderProxyModel.
- Parameters
-
parent The parent object
Definition at line 274 of file messagethreaderproxymodel.cpp.
|
virtual |
Destroy the model.
Definition at line 281 of file messagethreaderproxymodel.cpp.
Member Function Documentation
int MessageThreaderProxyModel::columnCount | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 359 of file messagethreaderproxymodel.cpp.
QModelIndex MessageThreaderProxyModel::createIndex | ( | int | row, |
int | column, | ||
quint32 | internalId | ||
) | const |
Reimplemented.
Definition at line 332 of file messagethreaderproxymodel.cpp.
bool MessageThreaderProxyModel::hasChildren | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 354 of file messagethreaderproxymodel.cpp.
QModelIndex MessageThreaderProxyModel::index | ( | int | row, |
int | column, | ||
const QModelIndex & | parent | ||
) | const |
Reimplemented.
Definition at line 286 of file messagethreaderproxymodel.cpp.
QModelIndex MessageThreaderProxyModel::mapFromSource | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 324 of file messagethreaderproxymodel.cpp.
QModelIndex MessageThreaderProxyModel::mapToSource | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 318 of file messagethreaderproxymodel.cpp.
QMimeData * MessageThreaderProxyModel::mimeData | ( | const QModelIndexList & | indexes | ) | const |
Reimplemented.
Definition at line 382 of file messagethreaderproxymodel.cpp.
QStringList MessageThreaderProxyModel::mimeTypes | ( | ) | const |
Reimplemented.
Definition at line 377 of file messagethreaderproxymodel.cpp.
QModelIndex MessageThreaderProxyModel::parent | ( | const QModelIndex & | index | ) | const |
Reimplemented to actually do the threading.
Definition at line 302 of file messagethreaderproxymodel.cpp.
int MessageThreaderProxyModel::rowCount | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 365 of file messagethreaderproxymodel.cpp.
void MessageThreaderProxyModel::setSourceModel | ( | QAbstractItemModel * | sourceMessageModel | ) |
Set the source model.
- Parameters
-
sourceMessageModel the source model. Be careful, sourceMessageModel has to be a MessageModel.
Definition at line 340 of file messagethreaderproxymodel.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:03:24 by doxygen 1.8.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.