kleopatra
#include <selectcertificatecommand.h>
Public Member Functions | |
SelectCertificateCommand (QObject *parent=0) | |
~SelectCertificateCommand () | |
bool | multipleCertificatesAllowed () const |
bool | onlyEncryptionCertificatesAllowed () const |
bool | onlyOpenPGPCertificatesAllowed () const |
bool | onlySecretKeysAllowed () const |
bool | onlySigningCertificatesAllowed () const |
bool | onlyX509CertificatesAllowed () const |
QString | selectedCertificate () const |
QStringList | selectedCertificates () const |
void | setMultipleCertificatesAllowed (bool allow) |
void | setOnlyEncryptionCertificatesAllowed (bool allow) |
void | setOnlyOpenPGPCertificatesAllowed (bool allow) |
void | setOnlySecretKeysAllowed (bool allow) |
void | setOnlySigningCertificatesAllowed (bool allow) |
void | setOnlyX509CertificatesAllowed (bool allow) |
void | setSelectedCertificate (const QString &cert) |
void | setSelectedCertificates (const QStringList &certs) |
Public Member Functions inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
Command (QObject *parent=0) | |
~Command () | |
bool | error () const |
QString | errorString () const |
WId | parentWId () const |
QString | serverLocation () const |
qint64 | serverPid () const |
void | setParentWId (WId wid) |
void | setServerLocation (const QString &location) |
bool | waitForFinished () |
bool | waitForFinished (unsigned long ms) |
bool | wasCanceled () const |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Additional Inherited Members | |
Public Slots inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
void | cancel () |
void | start () |
Signals inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
void | finished () |
void | started () |
Static Public Member Functions inherited from QObject | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
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 Member Functions inherited from QObject | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Protected Attributes inherited from KLEOPATRACLIENT_NAMESPACE::Command | |
Private * | d |
Properties inherited from QObject | |
objectName | |
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.