kgpg
#include <kgpgsearchresultmodel.h>

Public Slots | |
void | slotAddKey (QStringList lines) |
Public Member Functions | |
KGpgSearchResultModel (QObject *parent=NULL) | |
~KGpgSearchResultModel () | |
virtual int | columnCount (const QModelIndex &parent=QModelIndex()) const |
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
const QString & | idForIndex (const QModelIndex &index) const |
virtual QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
virtual QModelIndex | parent (const QModelIndex &index) const |
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
Detailed Description
Model of the results of a keyserver search.
This model parses and stores the results of a search on a keyserver.
Definition at line 36 of file kgpgsearchresultmodel.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 175 of file kgpgsearchresultmodel.cpp.
KGpgSearchResultModel::~KGpgSearchResultModel | ( | ) |
Definition at line 180 of file kgpgsearchresultmodel.cpp.
Member Function Documentation
|
virtual |
Definition at line 243 of file kgpgsearchresultmodel.cpp.
|
virtual |
Definition at line 186 of file kgpgsearchresultmodel.cpp.
QVariant KGpgSearchResultModel::headerData | ( | int | section, |
Qt::Orientation | orientation, | ||
int | role = Qt::DisplayRole |
||
) | const |
Definition at line 324 of file kgpgsearchresultmodel.cpp.
const QString & KGpgSearchResultModel::idForIndex | ( | const QModelIndex & | index | ) | const |
get the key fingerprint for the given index
- Parameters
-
index valid index of any item in the model
- Returns
- fingerprint of the corresponding key
Definition at line 343 of file kgpgsearchresultmodel.cpp.
|
virtual |
Definition at line 261 of file kgpgsearchresultmodel.cpp.
|
virtual |
Definition at line 290 of file kgpgsearchresultmodel.cpp.
|
virtual |
Definition at line 304 of file kgpgsearchresultmodel.cpp.
|
slot |
Definition at line 355 of file kgpgsearchresultmodel.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:07:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.