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 () | |
Static Public Member Functions | |
static const char * | mementoName () |
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 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) |
Detailed Description
Definition at line 68 of file newsignencryptemailcontroller.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 269 of file newsignencryptemailcontroller.cpp.
|
explicit |
Definition at line 263 of file newsignencryptemailcontroller.cpp.
NewSignEncryptEMailController::~NewSignEncryptEMailController | ( | ) |
Definition at line 275 of file newsignencryptemailcontroller.cpp.
Member Function Documentation
bool NewSignEncryptEMailController::areCertificatesResolved | ( | ) | const |
Definition at line 327 of file newsignencryptemailcontroller.cpp.
|
slot |
Definition at line 543 of file newsignencryptemailcontroller.cpp.
|
signal |
bool NewSignEncryptEMailController::isEncrypting | ( | ) | const |
Definition at line 315 of file newsignencryptemailcontroller.cpp.
bool NewSignEncryptEMailController::isResolvingInProgress | ( | ) | const |
Definition at line 323 of file newsignencryptemailcontroller.cpp.
bool NewSignEncryptEMailController::isSigning | ( | ) | const |
Definition at line 306 of file newsignencryptemailcontroller.cpp.
|
inlinestatic |
Definition at line 75 of file newsignencryptemailcontroller.h.
Protocol NewSignEncryptEMailController::protocol | ( | ) | const |
Definition at line 286 of file newsignencryptemailcontroller.cpp.
const char * NewSignEncryptEMailController::protocolAsString | ( | ) | const |
Definition at line 291 of file newsignencryptemailcontroller.cpp.
|
signal |
void NewSignEncryptEMailController::setDetachedSignature | ( | bool | detached | ) |
Definition at line 319 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::setEncrypting | ( | bool | encrypt | ) |
Definition at line 310 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::setProtocol | ( | GpgME::Protocol | proto | ) |
Definition at line 281 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::setSigning | ( | bool | sign | ) |
Definition at line 301 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::setSubject | ( | const QString & | subject | ) |
Definition at line 277 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 385 of file newsignencryptemailcontroller.cpp.
void NewSignEncryptEMailController::startResolveCertificates | ( | const std::vector< KMime::Types::Mailbox > & | recipients, |
const std::vector< KMime::Types::Mailbox > & | senders | ||
) |
Definition at line 345 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 430 of file newsignencryptemailcontroller.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.