Akonadi::MessageThreaderProxyModel Class Reference

Proxy to thread message using the Mailthreader agent. More...

#include <messagethreaderproxymodel.h>

Inherits QAbstractProxyModel.

List of all members.

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.

Definition at line 36 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.

MessageThreaderProxyModel::~MessageThreaderProxyModel (  )  [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:
KDE Home | KDE Accessibility Home | Description of Access Keys