libkleo
Kleo::KeyApprovalDialog::Item Struct Reference
#include <keyapprovaldialog.h>
Public Member Functions | |
Item () | |
Item (const QString &a, const std::vector< GpgME::Key > &k, EncryptionPreference p=UnknownPreference) | |
Public Attributes | |
QString | address |
std::vector< GpgME::Key > | keys |
EncryptionPreference | pref |
Detailed Description
Definition at line 59 of file keyapprovaldialog.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 60 of file keyapprovaldialog.h.
|
inline |
Definition at line 61 of file keyapprovaldialog.h.
Member Data Documentation
QString Kleo::KeyApprovalDialog::Item::address |
Definition at line 64 of file keyapprovaldialog.h.
std::vector<GpgME::Key> Kleo::KeyApprovalDialog::Item::keys |
Definition at line 65 of file keyapprovaldialog.h.
EncryptionPreference Kleo::KeyApprovalDialog::Item::pref |
Definition at line 66 of file keyapprovaldialog.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.