kleopatra
subkeylistmodel.cpp
Go to the documentation of this file.
136 //bind( static_cast<QModelIndex(SubKeyListModel::*)(const Subkey&,int)const>( &SubkeyListModel::index ), this, _1, 0 ) );
QList< QModelIndex > indexes(const std::vector< GpgME::Subkey > &subkeys) const
Definition: subkeylistmodel.cpp:130
void layoutChanged()
QString type(const GpgME::Key &key)
int rowCount(const QModelIndex &pidx=QModelIndex()) const
Definition: subkeylistmodel.cpp:150
GpgME::Subkey subkey(const QModelIndex &idx) const
Definition: subkeylistmodel.cpp:106
QString creationDateString(const GpgME::Key &key)
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Definition: subkeylistmodel.cpp:169
QString expirationDateString(const GpgME::Key &key)
int size() const
Definition: subkeylistmodel.h:58
std::vector< GpgME::Subkey > subkeys(const QList< QModelIndex > &indexes) const
Definition: subkeylistmodel.cpp:113
void layoutAboutToBeChanged()
void reset()
bool isValid() const
Definition: subkeylistmodel.h:48
void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)
QString validityShort(const GpgME::Subkey &subkey)
int row() const
QDate expirationDate(const GpgME::Key &key)
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
iterator end()
Definition: subkeylistmodel.h:62
QDate creationDate(const GpgME::Key &key)
int column() const
QString fromLatin1(const char *str, int size)
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
iterator begin()
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.