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 272 of file messagethreaderproxymodel.cpp.
|
virtual |
Destroy the model.
Definition at line 279 of file messagethreaderproxymodel.cpp.
Member Function Documentation
| int MessageThreaderProxyModel::columnCount | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 356 of file messagethreaderproxymodel.cpp.
| QModelIndex MessageThreaderProxyModel::createIndex | ( | int | row, |
| int | column, | ||
| quint32 | internalId | ||
| ) | const |
Reimplemented.
Definition at line 330 of file messagethreaderproxymodel.cpp.
| bool MessageThreaderProxyModel::hasChildren | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 351 of file messagethreaderproxymodel.cpp.
| QModelIndex MessageThreaderProxyModel::index | ( | int | row, |
| int | column, | ||
| const QModelIndex & | parent | ||
| ) | const |
Reimplemented.
Definition at line 284 of file messagethreaderproxymodel.cpp.
| QModelIndex MessageThreaderProxyModel::mapFromSource | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 322 of file messagethreaderproxymodel.cpp.
| QModelIndex MessageThreaderProxyModel::mapToSource | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 316 of file messagethreaderproxymodel.cpp.
| QMimeData * MessageThreaderProxyModel::mimeData | ( | const QModelIndexList & | indexes | ) | const |
Reimplemented.
Definition at line 379 of file messagethreaderproxymodel.cpp.
| QStringList MessageThreaderProxyModel::mimeTypes | ( | ) | const |
Reimplemented.
Definition at line 374 of file messagethreaderproxymodel.cpp.
| QModelIndex MessageThreaderProxyModel::parent | ( | const QModelIndex & | index | ) | const |
Reimplemented to actually do the threading.
Definition at line 300 of file messagethreaderproxymodel.cpp.
| int MessageThreaderProxyModel::rowCount | ( | const QModelIndex & | index | ) | const |
Reimplemented.
Definition at line 362 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 338 of file messagethreaderproxymodel.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:29 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference