kleopatra
Kleo::Dialogs::CertificateSelectionDialog Class Reference
#include <certificateselectiondialog.h>

Detailed Description
Definition at line 56 of file certificateselectiondialog.h.
Public Types | |
| enum | Option { SingleSelection = 0x00, MultiSelection = 0x01, SignOnly = 0x02, EncryptOnly = 0x04, AnyCertificate = 0x06, OpenPGPFormat = 0x08, CMSFormat = 0x10, AnyFormat = 0x18, Certificates = 0x00, SecretKeys = 0x20, OptionMask } |
Public Slots | |
| void | accept () |
| void | setKeyFilter (const boost::shared_ptr< Kleo::KeyFilter > &filter) |
| void | setStringFilter (const QString &text) |
Public Member Functions | |
| CertificateSelectionDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| QString | customLabelText () const |
| Options | options () const |
| void | selectCertificate (const GpgME::Key &key) |
| void | selectCertificates (const std::vector< GpgME::Key > &certs) |
| GpgME::Key | selectedCertificate () const |
| std::vector< GpgME::Key > | selectedCertificates () const |
| void | setCustomLabelText (const QString &text) |
| void | setOptions (Options options) |
| ~CertificateSelectionDialog () | |
Protected Member Functions | |
| void | hideEvent (QHideEvent *) |
Member Enumeration Documentation
- Enumerator:
-
SingleSelection MultiSelection SignOnly EncryptOnly AnyCertificate OpenPGPFormat CMSFormat AnyFormat Certificates SecretKeys OptionMask
Definition at line 60 of file certificateselectiondialog.h.
Constructor & Destructor Documentation
| CertificateSelectionDialog::CertificateSelectionDialog | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | f = 0 | |||
| ) | [explicit] |
Definition at line 182 of file certificateselectiondialog.cpp.
| CertificateSelectionDialog::~CertificateSelectionDialog | ( | ) |
Definition at line 192 of file certificateselectiondialog.cpp.
Member Function Documentation
| void CertificateSelectionDialog::accept | ( | ) | [slot] |
| QString CertificateSelectionDialog::customLabelText | ( | ) | const |
Definition at line 201 of file certificateselectiondialog.cpp.
| void CertificateSelectionDialog::hideEvent | ( | QHideEvent * | e | ) | [protected] |
Definition at line 261 of file certificateselectiondialog.cpp.
| CertificateSelectionDialog::Options CertificateSelectionDialog::options | ( | ) | const |
Definition at line 215 of file certificateselectiondialog.cpp.
| void Kleo::Dialogs::CertificateSelectionDialog::selectCertificate | ( | const GpgME::Key & | key | ) |
| void Kleo::Dialogs::CertificateSelectionDialog::selectCertificates | ( | const std::vector< GpgME::Key > & | certs | ) |
| Key CertificateSelectionDialog::selectedCertificate | ( | ) | const |
Definition at line 256 of file certificateselectiondialog.cpp.
| std::vector< Key > CertificateSelectionDialog::selectedCertificates | ( | ) | const |
Definition at line 245 of file certificateselectiondialog.cpp.
| void CertificateSelectionDialog::setCustomLabelText | ( | const QString & | text | ) |
Definition at line 194 of file certificateselectiondialog.cpp.
| void Kleo::Dialogs::CertificateSelectionDialog::setKeyFilter | ( | const boost::shared_ptr< Kleo::KeyFilter > & | filter | ) | [slot] |
| void CertificateSelectionDialog::setOptions | ( | Options | options | ) |
Definition at line 205 of file certificateselectiondialog.cpp.
| void CertificateSelectionDialog::setStringFilter | ( | const QString & | text | ) | [slot] |
Definition at line 219 of file certificateselectiondialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference