kleopatra
subkeylistmodel.h
Go to the documentation of this file.
82 /* reimp */ QVariant headerData( int section, Qt::Orientation o, int role=Qt::DisplayRole ) const;
QList< QModelIndex > indexes(const std::vector< GpgME::Subkey > &subkeys) const
Definition: subkeylistmodel.cpp:130
int rowCount(const QModelIndex &pidx=QModelIndex()) const
Definition: subkeylistmodel.cpp:150
Definition: subkeylistmodel.h:65
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const
GpgME::Subkey subkey(const QModelIndex &idx) const
Definition: subkeylistmodel.cpp:106
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Definition: subkeylistmodel.cpp:169
Definition: subkeylistmodel.h:58
std::vector< GpgME::Subkey > subkeys(const QList< QModelIndex > &indexes) const
Definition: subkeylistmodel.cpp:113
Definition: subkeylistmodel.h:48
Definition: subkeylistmodel.h:57
QVariant headerData(int section, Qt::Orientation o, int role=Qt::DisplayRole) const
Definition: subkeylistmodel.cpp:154
Definition: commands/command.h:46
Definition: subkeylistmodel.h:62
QModelIndex index(const GpgME::Subkey &subkey, int col=0) const
Definition: subkeylistmodel.cpp:122
int columnCount(const QModelIndex &pidx=QModelIndex()) const
Definition: subkeylistmodel.cpp:146
QObject * parent() const
SubkeyListModel(QObject *parent=0)
Definition: subkeylistmodel.cpp:70
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.