kleopatra
#include <selectcertificatecommand.h>
Additional Inherited Members | |
Public Slots inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
void | cancel () |
void | start () |
Signals inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
void | finished () |
void | started () |
Protected Member Functions inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
Command (Private *p, QObject *parent) | |
bool | areRecipientsInformative () const |
bool | areSendersInformative () const |
QByteArray | command () const |
QStringList | filePaths () const |
QByteArray | inquireData (const char *what) const |
bool | isInquireDataSet (const char *what) const |
bool | isOptionCritical (const char *name) const |
bool | isOptionSet (const char *name) const |
QVariant | optionValue (const char *name) const |
QByteArray | receivedData () const |
QStringList | recipients () const |
QStringList | senders () const |
void | setCommand (const char *command) |
void | setFilePaths (const QStringList &filePaths) |
void | setInquireData (const char *what, const QByteArray &data) |
void | setOption (const char *name, bool critical=true) |
void | setOptionValue (const char *name, const QVariant &value, bool critical=true) |
void | setRecipients (const QStringList &recipients, bool informative) |
void | setSenders (const QStringList &senders, bool informative) |
void | unsetInquireData (const char *what) |
void | unsetOption (const char *name) |
Protected Attributes inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
Private * | d |
Detailed Description
Definition at line 29 of file libkleopatraclient/core/selectcertificatecommand.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 26 of file libkleopatraclient/core/selectcertificatecommand.cpp.
SelectCertificateCommand::~SelectCertificateCommand | ( | ) |
Definition at line 32 of file libkleopatraclient/core/selectcertificatecommand.cpp.
Member Function Documentation
bool SelectCertificateCommand::multipleCertificatesAllowed | ( | ) | const |
Definition at line 41 of file libkleopatraclient/core/selectcertificatecommand.cpp.
bool SelectCertificateCommand::onlyEncryptionCertificatesAllowed | ( | ) | const |
Definition at line 65 of file libkleopatraclient/core/selectcertificatecommand.cpp.
bool SelectCertificateCommand::onlyOpenPGPCertificatesAllowed | ( | ) | const |
Definition at line 77 of file libkleopatraclient/core/selectcertificatecommand.cpp.
bool SelectCertificateCommand::onlySecretKeysAllowed | ( | ) | const |
Definition at line 101 of file libkleopatraclient/core/selectcertificatecommand.cpp.
bool SelectCertificateCommand::onlySigningCertificatesAllowed | ( | ) | const |
Definition at line 53 of file libkleopatraclient/core/selectcertificatecommand.cpp.
bool SelectCertificateCommand::onlyX509CertificatesAllowed | ( | ) | const |
Definition at line 89 of file libkleopatraclient/core/selectcertificatecommand.cpp.
QString SelectCertificateCommand::selectedCertificate | ( | ) | const |
Definition at line 124 of file libkleopatraclient/core/selectcertificatecommand.cpp.
QStringList SelectCertificateCommand::selectedCertificates | ( | ) | const |
Definition at line 115 of file libkleopatraclient/core/selectcertificatecommand.cpp.
void SelectCertificateCommand::setMultipleCertificatesAllowed | ( | bool | allow | ) |
Definition at line 34 of file libkleopatraclient/core/selectcertificatecommand.cpp.
void SelectCertificateCommand::setOnlyEncryptionCertificatesAllowed | ( | bool | allow | ) |
Definition at line 58 of file libkleopatraclient/core/selectcertificatecommand.cpp.
void SelectCertificateCommand::setOnlyOpenPGPCertificatesAllowed | ( | bool | allow | ) |
Definition at line 70 of file libkleopatraclient/core/selectcertificatecommand.cpp.
void SelectCertificateCommand::setOnlySecretKeysAllowed | ( | bool | allow | ) |
Definition at line 94 of file libkleopatraclient/core/selectcertificatecommand.cpp.
void SelectCertificateCommand::setOnlySigningCertificatesAllowed | ( | bool | allow | ) |
Definition at line 46 of file libkleopatraclient/core/selectcertificatecommand.cpp.
void SelectCertificateCommand::setOnlyX509CertificatesAllowed | ( | bool | allow | ) |
Definition at line 82 of file libkleopatraclient/core/selectcertificatecommand.cpp.
void SelectCertificateCommand::setSelectedCertificate | ( | const QString & | cert | ) |
Definition at line 120 of file libkleopatraclient/core/selectcertificatecommand.cpp.
void SelectCertificateCommand::setSelectedCertificates | ( | const QStringList & | certs | ) |
Definition at line 105 of file libkleopatraclient/core/selectcertificatecommand.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.