libkleo
Kleo::EncryptionKeyRequester Class Reference
#include <keyrequester.h>
Inheritance diagram for Kleo::EncryptionKeyRequester:

Public Types | |
| enum | { OpenPGP = 1, SMIME = 2, AllProtocols = OpenPGP|SMIME } |
Public Member Functions | |
| EncryptionKeyRequester (bool multipleKeys=false, unsigned int proto=AllProtocols, QWidget *parent=0, bool onlyTrusted=true, bool onlyValid=true) | |
| EncryptionKeyRequester (QWidget *parent) | |
| ~EncryptionKeyRequester () | |
| void | setAllowedKeys (unsigned int proto, bool onlyTrusted=true, bool onlyValid=true) |
Public Member Functions inherited from Kleo::KeyRequester | |
| KeyRequester (unsigned int allowedKeys, bool multipleKeys=false, QWidget *parent=0) | |
| KeyRequester (QWidget *parent=0) | |
| ~KeyRequester () | |
| unsigned int | allowedKeys () const |
| QPushButton * | dialogButton () |
| QPushButton * | eraseButton () |
| QString | fingerprint () const |
| QStringList | fingerprints () const |
| const QString & | initialQuery () const |
| bool | isMultipleKeysEnabled () const |
| const GpgME::Key & | key () const |
| const std::vector< GpgME::Key > & | keys () const |
| void | setAllowedKeys (unsigned int allowed) |
| void | setDialogCaption (const QString &caption) |
| void | setDialogMessage (const QString &message) |
| void | setFingerprint (const QString &fingerprint) |
| void | setFingerprints (const QStringList &fingerprints) |
| void | setInitialQuery (const QString &s) |
| void | setKey (const GpgME::Key &key) |
| void | setKeys (const std::vector< GpgME::Key > &keys) |
| void | setMultipleKeysEnabled (bool enable) |
Protected Member Functions | |
| virtual void | virtual_hook (int, void *) |
Additional Inherited Members | |
Signals inherited from Kleo::KeyRequester | |
| void | changed () |
Detailed Description
Definition at line 159 of file keyrequester.h.
Member Enumeration Documentation
| anonymous enum |
| Enumerator | |
|---|---|
| OpenPGP | |
| SMIME | |
| AllProtocols | |
Definition at line 162 of file keyrequester.h.
Constructor & Destructor Documentation
|
explicit |
Preferred constructor.
Definition at line 438 of file keyrequester.cpp.
|
explicit |
Constructor for Qt designer.
Definition at line 446 of file keyrequester.cpp.
| Kleo::EncryptionKeyRequester::~EncryptionKeyRequester | ( | ) |
Definition at line 451 of file keyrequester.cpp.
Member Function Documentation
| void Kleo::EncryptionKeyRequester::setAllowedKeys | ( | unsigned int | proto, |
| bool | onlyTrusted = true, |
||
| bool | onlyValid = true |
||
| ) |
Definition at line 454 of file keyrequester.cpp.
|
protectedvirtual |
Reimplemented from Kleo::KeyRequester.
Definition at line 480 of file keyrequester.cpp.
The documentation for this class was generated from the following files:
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.
KDE API Reference
Public Member Functions inherited from