kleopatra
#include <newsignencryptemailcontroller.h>
Public Slots | |
void | cancel () |
Signals | |
void | certificatesResolved () |
void | reportMicAlg (const QString &micAlg) |
Signals inherited from Kleo::Crypto::Controller | |
void | progress (int current, int total, const QString &what) |
Public Member Functions | |
NewSignEncryptEMailController (QObject *parent=0) | |
NewSignEncryptEMailController (const boost::shared_ptr< ExecutionContext > &xc, QObject *parent=0) | |
~NewSignEncryptEMailController () | |
bool | areCertificatesResolved () const |
bool | isEncrypting () const |
bool | isResolvingInProgress () const |
bool | isSigning () const |
GpgME::Protocol | protocol () const |
const char * | protocolAsString () const |
void | setDetachedSignature (bool detached) |
void | setEncrypting (bool encrypt) |
void | setProtocol (GpgME::Protocol proto) |
void | setSigning (bool sign) |
void | setSubject (const QString &subject) |
void | startEncryption (const std::vector< boost::shared_ptr< Kleo::Input > > &inputs, const std::vector< boost::shared_ptr< Kleo::Output > > &outputs) |
void | startResolveCertificates (const std::vector< KMime::Types::Mailbox > &recipients, const std::vector< KMime::Types::Mailbox > &senders) |
void | startSigning (const std::vector< boost::shared_ptr< Kleo::Input > > &inputs, const std::vector< boost::shared_ptr< Kleo::Output > > &outputs) |
Public Member Functions inherited from Kleo::Crypto::Controller | |
Controller (QObject *parent=0) | |
Controller (const boost::shared_ptr< const ExecutionContext > &cmd, QObject *parent=0) | |
~Controller () | |
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 |
Static Public Member Functions | |
static const char * | mementoName () |
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) |
Additional Inherited Members | |
Protected Slots inherited from Kleo::Crypto::Controller | |
void | taskDone (const boost::shared_ptr< const Kleo::Crypto::Task::Result > &) |
Protected Member Functions inherited from Kleo::Crypto::Controller | |
void | connectTask (const boost::shared_ptr< Task > &task) |
void | emitDoneOrError () |
void | setLastError (int err, const QString &details) |
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) |
Protected Member Functions inherited from Kleo::ExecutionContextUser | |
void | applyWindowID (QWidget *wid) |
void | bringToForeground (QWidget *wid) |
ExecutionContextUser () | |
ExecutionContextUser (const boost::shared_ptr< const ExecutionContext > &ec) | |
virtual | ~ExecutionContextUser () |
boost::shared_ptr< const ExecutionContext > | executionContext () const |
void | setExecutionContext (const boost::shared_ptr< const ExecutionContext > &ec) |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QObject | |
objectName | |
Detailed Description
Definition at line 68 of file newsignencryptemailcontroller.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 271 of file newsignencryptemailcontroller.cpp.
|
explicit |
Definition at line 265 of file newsignencryptemailcontroller.cpp.
NewSignEncryptEMailController::~NewSignEncryptEMailController | ( | ) |
Definition at line 277 of file newsignencryptemailcontroller.cpp.
Member Function Documentation
bool NewSignEncryptEMailController::areCertificatesResolved | ( | ) | const |
Definition at line 329 of file newsignencryptemailcontroller.cpp.
|
slot |
Definition at line 545 of file newsignencryptemailcontroller.cpp.
|
signal |
bool NewSignEncryptEMailController::isEncrypting | ( | ) | const |
Definition at line 317 of file newsignencryptemailcontroller.cpp.
bool NewSignEncryptEMailController::isResolvingInProgress | ( | ) | const |
Definition at line 325 of file newsignencryptemailcontroller.cpp.
bool NewSignEncryptEMailController::isSigning | ( | ) | const |
Definition at line 308 of file newsignencryptemailcontroller.cpp.
|
inlinestatic |
Definition at line 75 of file newsignencryptemailcontroller.h.
Protocol NewSignEncryptEMailController::protocol | ( | ) | const |
Definition at line 288 of file newsignencryptemailcontroller.cpp.
const char * NewSignEncryptEMailController::protocolAsString | ( | ) | const |
Definition at line 293 of file newsignencryptemailcontroller.cpp.
|
signal |
void NewSignEncryptEMailController::setDetachedSignature | ( | bool | detached | ) |
Definition at line 321 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::setEncrypting | ( | bool | encrypt | ) |
Definition at line 312 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::setProtocol | ( | GpgME::Protocol | proto | ) |
Definition at line 283 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::setSigning | ( | bool | sign | ) |
Definition at line 303 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::setSubject | ( | const QString & | subject | ) |
Definition at line 279 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::startEncryption | ( | const std::vector< boost::shared_ptr< Kleo::Input > > & | inputs, |
const std::vector< boost::shared_ptr< Kleo::Output > > & | outputs | ||
) |
Definition at line 387 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::startResolveCertificates | ( | const std::vector< KMime::Types::Mailbox > & | recipients, |
const std::vector< KMime::Types::Mailbox > & | senders | ||
) |
Definition at line 347 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::startSigning | ( | const std::vector< boost::shared_ptr< Kleo::Input > > & | inputs, |
const std::vector< boost::shared_ptr< Kleo::Output > > & | outputs | ||
) |
Definition at line 432 of file newsignencryptemailcontroller.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:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.