kleopatra
Kleo::AbstractKeyListSortFilterProxyModel Class Reference
#include <keylistsortfilterproxymodel.h>
Inheritance diagram for Kleo::AbstractKeyListSortFilterProxyModel:

Detailed Description
Definition at line 51 of file keylistsortfilterproxymodel.h.
Public Member Functions | |
| AbstractKeyListSortFilterProxyModel (QObject *parent=0) | |
| virtual AbstractKeyListSortFilterProxyModel * | clone () const =0 |
| QModelIndex | index (const GpgME::Key &key) const |
| QList< QModelIndex > | indexes (const std::vector< GpgME::Key > &keys) const |
| GpgME::Key | key (const QModelIndex &idx) const |
| std::vector< GpgME::Key > | keys (const QList< QModelIndex > &indexes) const |
| ~AbstractKeyListSortFilterProxyModel () | |
Protected Member Functions | |
| AbstractKeyListSortFilterProxyModel (const AbstractKeyListSortFilterProxyModel &) | |
Constructor & Destructor Documentation
| AbstractKeyListSortFilterProxyModel::AbstractKeyListSortFilterProxyModel | ( | const AbstractKeyListSortFilterProxyModel & | other | ) | [protected] |
Definition at line 58 of file keylistsortfilterproxymodel.cpp.
| AbstractKeyListSortFilterProxyModel::AbstractKeyListSortFilterProxyModel | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 52 of file keylistsortfilterproxymodel.cpp.
| AbstractKeyListSortFilterProxyModel::~AbstractKeyListSortFilterProxyModel | ( | ) |
Definition at line 71 of file keylistsortfilterproxymodel.cpp.
Member Function Documentation
| virtual AbstractKeyListSortFilterProxyModel* Kleo::AbstractKeyListSortFilterProxyModel::clone | ( | ) | const [pure virtual] |
Implemented in Kleo::KeyListSortFilterProxyModel.
| QModelIndex Kleo::AbstractKeyListSortFilterProxyModel::index | ( | const GpgME::Key & | key | ) | const [virtual] |
Implements Kleo::KeyListModelInterface.
| QList<QModelIndex> Kleo::AbstractKeyListSortFilterProxyModel::indexes | ( | const std::vector< GpgME::Key > & | keys | ) | const [virtual] |
Implements Kleo::KeyListModelInterface.
| Key AbstractKeyListSortFilterProxyModel::key | ( | const QModelIndex & | idx | ) | const [virtual] |
Implements Kleo::KeyListModelInterface.
Definition at line 73 of file keylistsortfilterproxymodel.cpp.
| std::vector< Key > AbstractKeyListSortFilterProxyModel::keys | ( | const QList< QModelIndex > & | indexes | ) | const [virtual] |
Implements Kleo::KeyListModelInterface.
Definition at line 82 of file keylistsortfilterproxymodel.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference