Kleo::KeyRequester Class Reference
Base class for SigningKeyRequester and EncryptionKeyRequester. More...
#include <keyrequester.h>
Inherits QWidget.
Inherited by Kleo::EncryptionKeyRequester, and Kleo::SigningKeyRequester.
Signals
Public Member Functions
- KeyRequester (unsigned int allowedKeys, bool multipleKeys=false, QWidget *parent=0, const char *name=0)
- KeyRequester (QWidget *parent=0, const char *name=0)
- const GpgME::Key & key () const
- void setKey (const GpgME::Key &key)
- const std::vector< GpgME::Key > & keys () const
- void setKeys (const std::vector< GpgME::Key > &keys)
- QString fingerprint () const
- void setFingerprint (const QString &fingerprint)
- QStringList fingerprints () const
- void setFingerprints (const QStringList &fingerprints)
- QPushButton * eraseButton ()
- QPushButton * dialogButton ()
- void setDialogCaption (const QString &caption)
- void setDialogMessage (const QString &message)
- bool isMultipleKeysEnabled () const
- void setMultipleKeysEnabled (bool enable)
- unsigned int allowedKeys () const
- void setAllowedKeys (unsigned int allowed)
- void setInitialQuery (const QString &s)
- const QString & initialQuery () const
Protected Member Functions
Detailed Description
Base class for SigningKeyRequester and EncryptionKeyRequester.
Member Function Documentation
|
Preferred method to set a key for non-multi-KeyRequesters. Doesn't start a backend KeyListJob. |
|
Preferred method to set a key for multi-KeyRequesters. Doesn't start a backend KeyListJob. |
|
Set the key by fingerprint. Starts a background KeyListJob to retrive the complete GpgME::Key object |
|
Set the keys by fingerprint. Starts a background KeyListJob to retrive the complete GpgME::Key objects |
The documentation for this class was generated from the following files:
- keyrequester.h
- keyrequester.cpp