kleopatra
#include <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) | |
~CertificateSelectionDialog () | |
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) |
Protected Member Functions | |
void | hideEvent (QHideEvent *) |
Detailed Description
Definition at line 56 of file certificateselectiondialog.h.
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
|
explicit |
Definition at line 183 of file certificateselectiondialog.cpp.
CertificateSelectionDialog::~CertificateSelectionDialog | ( | ) |
Definition at line 193 of file certificateselectiondialog.cpp.
Member Function Documentation
|
slot |
Definition at line 351 of file certificateselectiondialog.cpp.
QString CertificateSelectionDialog::customLabelText | ( | ) | const |
Definition at line 202 of file certificateselectiondialog.cpp.
|
protected |
Definition at line 262 of file certificateselectiondialog.cpp.
CertificateSelectionDialog::Options CertificateSelectionDialog::options | ( | ) | const |
Definition at line 216 of file certificateselectiondialog.cpp.
void CertificateSelectionDialog::selectCertificate | ( | const GpgME::Key & | key | ) |
Definition at line 242 of file certificateselectiondialog.cpp.
void CertificateSelectionDialog::selectCertificates | ( | const std::vector< GpgME::Key > & | certs | ) |
Definition at line 228 of file certificateselectiondialog.cpp.
Key CertificateSelectionDialog::selectedCertificate | ( | ) | const |
Definition at line 257 of file certificateselectiondialog.cpp.
std::vector< Key > CertificateSelectionDialog::selectedCertificates | ( | ) | const |
Definition at line 246 of file certificateselectiondialog.cpp.
void CertificateSelectionDialog::setCustomLabelText | ( | const QString & | text | ) |
Definition at line 195 of file certificateselectiondialog.cpp.
|
slot |
Definition at line 224 of file certificateselectiondialog.cpp.
void CertificateSelectionDialog::setOptions | ( | Options | options | ) |
Definition at line 206 of file certificateselectiondialog.cpp.
|
slot |
Definition at line 220 of file certificateselectiondialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.