kleopatra
#include <decryptverifyemailcontroller.h>

Public Slots | |
| void | cancel () |
Signals | |
| void | verificationResult (const GpgME::VerificationResult &) |
Signals inherited from Kleo::Crypto::Controller | |
| void | progress (int current, int total, const QString &what) |
Public Member Functions | |
| DecryptVerifyEMailController (QObject *parent=0) | |
| DecryptVerifyEMailController (const boost::shared_ptr< const ExecutionContext > &cmd, QObject *parent=0) | |
| ~DecryptVerifyEMailController () | |
| void | setInformativeSenders (const std::vector< KMime::Types::Mailbox > &senders) |
| void | setInput (const boost::shared_ptr< Input > &input) |
| void | setInputs (const std::vector< boost::shared_ptr< Input > > &inputs) |
| void | setOperation (DecryptVerifyOperation operation) |
| void | setOutput (const boost::shared_ptr< Output > &output) |
| void | setOutputs (const std::vector< boost::shared_ptr< Output > > &outputs) |
| void | setProtocol (GpgME::Protocol protocol) |
| void | setSessionId (unsigned int id) |
| void | setSignedData (const boost::shared_ptr< Input > &data) |
| void | setSignedData (const std::vector< boost::shared_ptr< Input > > &data) |
| void | setVerificationMode (VerificationMode vm) |
| void | setWizardShown (bool shown) |
| void | start () |
Public Member Functions inherited from Kleo::Crypto::Controller | |
| Controller (QObject *parent=0) | |
| Controller (const boost::shared_ptr< const ExecutionContext > &cmd, QObject *parent=0) | |
| ~Controller () | |
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 69 of file decryptverifyemailcontroller.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 372 of file decryptverifyemailcontroller.cpp.
|
explicit |
Definition at line 376 of file decryptverifyemailcontroller.cpp.
| DecryptVerifyEMailController::~DecryptVerifyEMailController | ( | ) |
Definition at line 380 of file decryptverifyemailcontroller.cpp.
Member Function Documentation
|
slot |
Definition at line 463 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setInformativeSenders | ( | const std::vector< KMime::Types::Mailbox > & | senders | ) |
Definition at line 430 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setInput | ( | const boost::shared_ptr< Input > & | input | ) |
Definition at line 400 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setInputs | ( | const std::vector< boost::shared_ptr< Input > > & | inputs | ) |
Definition at line 405 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setOperation | ( | DecryptVerifyOperation | operation | ) |
Definition at line 442 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setOutput | ( | const boost::shared_ptr< Output > & | output | ) |
Definition at line 420 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setOutputs | ( | const std::vector< boost::shared_ptr< Output > > & | outputs | ) |
Definition at line 425 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setProtocol | ( | GpgME::Protocol | protocol | ) |
Definition at line 452 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setSessionId | ( | unsigned int | id | ) |
Definition at line 457 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setSignedData | ( | const boost::shared_ptr< Input > & | data | ) |
Definition at line 410 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setSignedData | ( | const std::vector< boost::shared_ptr< Input > > & | data | ) |
Definition at line 415 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setVerificationMode | ( | VerificationMode | vm | ) |
Definition at line 447 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::setWizardShown | ( | bool | shown | ) |
Definition at line 435 of file decryptverifyemailcontroller.cpp.
| void DecryptVerifyEMailController::start | ( | ) |
Definition at line 382 of file decryptverifyemailcontroller.cpp.
|
signal |
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.
KDE API Reference
Signals inherited from