kgpg
#include <selectkeyproxymodel.h>

Public Member Functions | |
SelectKeyProxyModel (QObject *parent) | |
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
virtual bool | hasChildren (const QModelIndex &parent) const |
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
KGpgNode * | nodeForIndex (const QModelIndex &index) const |
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
void | setKeyModel (KGpgItemModel *) |
void | setShowUntrusted (const bool &b) |
bool | showUntrusted () const |
Protected Member Functions | |
virtual int | columnCount (const QModelIndex &) const |
virtual bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const |
Protected Attributes | |
KGpgItemModel * | m_model |
Properties | |
bool | showUntrusted |
Detailed Description
filter model to select a public key for encryption
Definition at line 30 of file selectkeyproxymodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 27 of file selectkeyproxymodel.cpp.
Member Function Documentation
|
protectedvirtual |
Reimplemented in SelectSecretKeyProxyModel.
Definition at line 85 of file selectkeyproxymodel.cpp.
|
virtual |
Reimplemented in SelectSecretKeyProxyModel.
Definition at line 103 of file selectkeyproxymodel.cpp.
|
protectedvirtual |
Reimplemented in SelectSecretKeyProxyModel.
Definition at line 42 of file selectkeyproxymodel.cpp.
|
virtual |
Reimplemented in SelectSecretKeyProxyModel.
Definition at line 130 of file selectkeyproxymodel.cpp.
|
virtual |
Reimplemented in SelectSecretKeyProxyModel.
Definition at line 138 of file selectkeyproxymodel.cpp.
KGpgNode * SelectKeyProxyModel::nodeForIndex | ( | const QModelIndex & | index | ) | const |
Definition at line 79 of file selectkeyproxymodel.cpp.
|
virtual |
Reimplemented in SelectSecretKeyProxyModel.
Definition at line 91 of file selectkeyproxymodel.cpp.
void SelectKeyProxyModel::setKeyModel | ( | KGpgItemModel * | md | ) |
Definition at line 35 of file selectkeyproxymodel.cpp.
void SelectKeyProxyModel::setShowUntrusted | ( | const bool & | b | ) |
Definition at line 164 of file selectkeyproxymodel.cpp.
bool SelectKeyProxyModel::showUntrusted | ( | ) | const |
Member Data Documentation
|
protected |
Definition at line 54 of file selectkeyproxymodel.h.
Property Documentation
bool SelectKeyProxyModel::showUntrusted |
Definition at line 32 of file selectkeyproxymodel.h.
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:07:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.