libkleo
Kleo::KeySelectionDialog Class Reference
#include <keyselectiondialog.h>
Inheritance diagram for Kleo::KeySelectionDialog:

Detailed Description
Definition at line 69 of file keyselectiondialog.h.
Public Types | |
| enum | KeyUsage { PublicKeys = 1, SecretKeys = 2, EncryptionKeys = 4, SigningKeys = 8, ValidKeys = 16, TrustedKeys = 32, CertificationKeys = 64, AuthenticationKeys = 128, OpenPGPKeys = 256, SMIMEKeys = 512, AllKeys = PublicKeys | SecretKeys | OpenPGPKeys | SMIMEKeys, ValidEncryptionKeys = AllKeys | EncryptionKeys | ValidKeys, ValidTrustedEncryptionKeys = AllKeys | EncryptionKeys | ValidKeys | TrustedKeys } |
Public Member Functions | |
| QString | fingerprint () const |
| QStringList | fingerprints () const |
| KeySelectionDialog (const QString &title, const QString &text, const QString &initialPattern, unsigned int keyUsage=AllKeys, bool extendedSelection=false, bool rememberChoice=false, QWidget *parent=0, bool modal=true) | |
| KeySelectionDialog (const QString &title, const QString &text, const std::vector< GpgME::Key > &selectedKeys=std::vector< GpgME::Key >(), unsigned int keyUsage=AllKeys, bool extendedSelection=false, bool rememberChoice=false, QWidget *parent=0, bool modal=true) | |
| QStringList | pgpKeyFingerprints () const |
| bool | rememberSelection () const |
| const GpgME::Key & | selectedKey () const |
| const std::vector< GpgME::Key > & | selectedKeys () const |
| QStringList | smimeFingerprints () const |
| QVBoxLayout * | topLayout () const |
| ~KeySelectionDialog () | |
Member Enumeration Documentation
- Enumerator:
-
PublicKeys SecretKeys EncryptionKeys SigningKeys ValidKeys TrustedKeys CertificationKeys AuthenticationKeys OpenPGPKeys SMIMEKeys AllKeys ValidEncryptionKeys ValidTrustedEncryptionKeys
Definition at line 73 of file keyselectiondialog.h.
Constructor & Destructor Documentation
| Kleo::KeySelectionDialog::KeySelectionDialog | ( | const QString & | title, | |
| const QString & | text, | |||
| const std::vector< GpgME::Key > & | selectedKeys = std::vector<GpgME::Key>(), |
|||
| unsigned int | keyUsage = AllKeys, |
|||
| bool | extendedSelection = false, |
|||
| bool | rememberChoice = false, |
|||
| QWidget * | parent = 0, |
|||
| bool | modal = true | |||
| ) |
Definition at line 294 of file keyselectiondialog.cpp.
| Kleo::KeySelectionDialog::KeySelectionDialog | ( | const QString & | title, | |
| const QString & | text, | |||
| const QString & | initialPattern, | |||
| unsigned int | keyUsage = AllKeys, |
|||
| bool | extendedSelection = false, |
|||
| bool | rememberChoice = false, |
|||
| QWidget * | parent = 0, |
|||
| bool | modal = true | |||
| ) |
Definition at line 317 of file keyselectiondialog.cpp.
| Kleo::KeySelectionDialog::~KeySelectionDialog | ( | ) |
Definition at line 433 of file keyselectiondialog.cpp.
Member Function Documentation
| QString Kleo::KeySelectionDialog::fingerprint | ( | ) | const |
Definition at line 465 of file keyselectiondialog.cpp.
| QStringList Kleo::KeySelectionDialog::fingerprints | ( | ) | const |
| QStringList Kleo::KeySelectionDialog::pgpKeyFingerprints | ( | ) | const |
| bool Kleo::KeySelectionDialog::rememberSelection | ( | ) | const |
Definition at line 699 of file keyselectiondialog.cpp.
| const GpgME::Key & Kleo::KeySelectionDialog::selectedKey | ( | ) | const |
Returns the key ID of the selected key in single selection mode.
Otherwise it returns a null key.
Definition at line 458 of file keyselectiondialog.cpp.
| const std::vector<GpgME::Key>& Kleo::KeySelectionDialog::selectedKeys | ( | ) | const [inline] |
| QStringList Kleo::KeySelectionDialog::smimeFingerprints | ( | ) | const |
| QVBoxLayout* Kleo::KeySelectionDialog::topLayout | ( | ) | const [inline] |
Definition at line 127 of file keyselectiondialog.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference