kleopatra
#include <encryptemailcontroller.h>

Public Types | |
| enum | Mode { GpgOLMode, ClipboardMode, NumModes } |
Public Slots | |
| void | cancel () |
Signals | |
| void | recipientsResolved () |
Signals inherited from Kleo::Crypto::Controller | |
| void | progress (int current, int total, const QString &what) |
Public Member Functions | |
| EncryptEMailController (Mode mode, QObject *parent=0) | |
| EncryptEMailController (const boost::shared_ptr< ExecutionContext > &xc, Mode mode, QObject *parent=0) | |
| ~EncryptEMailController () | |
| Mode | mode () const |
| GpgME::Protocol | protocol () const |
| const char * | protocolAsString () const |
| void | setInputAndOutput (const boost::shared_ptr< Kleo::Input > &input, const boost::shared_ptr< Kleo::Output > &output) |
| void | setInputsAndOutputs (const std::vector< boost::shared_ptr< Kleo::Input > > &inputs, const std::vector< boost::shared_ptr< Kleo::Output > > &outputs) |
| void | setProtocol (GpgME::Protocol proto) |
| void | start () |
| void | startResolveRecipients () |
| void | startResolveRecipients (const std::vector< KMime::Types::Mailbox > &recipients, const std::vector< KMime::Types::Mailbox > &senders) |
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 63 of file encryptemailcontroller.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| GpgOLMode | |
| ClipboardMode | |
| NumModes | |
Definition at line 66 of file encryptemailcontroller.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 113 of file encryptemailcontroller.cpp.
|
explicit |
Definition at line 107 of file encryptemailcontroller.cpp.
| EncryptEMailController::~EncryptEMailController | ( | ) |
Definition at line 119 of file encryptemailcontroller.cpp.
Member Function Documentation
|
slot |
Definition at line 270 of file encryptemailcontroller.cpp.
|
inlinestatic |
Definition at line 79 of file encryptemailcontroller.h.
| EncryptEMailController::Mode EncryptEMailController::mode | ( | ) | const |
Definition at line 125 of file encryptemailcontroller.cpp.
| Protocol EncryptEMailController::protocol | ( | ) | const |
Definition at line 138 of file encryptemailcontroller.cpp.
| const char * EncryptEMailController::protocolAsString | ( | ) | const |
Definition at line 144 of file encryptemailcontroller.cpp.
|
signal |
| void EncryptEMailController::setInputAndOutput | ( | const boost::shared_ptr< Kleo::Input > & | input, |
| const boost::shared_ptr< Kleo::Output > & | output | ||
| ) |
Definition at line 173 of file encryptemailcontroller.cpp.
| void EncryptEMailController::setInputsAndOutputs | ( | const std::vector< boost::shared_ptr< Kleo::Input > > & | inputs, |
| const std::vector< boost::shared_ptr< Kleo::Output > > & | outputs | ||
| ) |
Definition at line 177 of file encryptemailcontroller.cpp.
| void EncryptEMailController::setProtocol | ( | GpgME::Protocol | proto | ) |
Definition at line 129 of file encryptemailcontroller.cpp.
| void EncryptEMailController::start | ( | ) |
Definition at line 205 of file encryptemailcontroller.cpp.
| void EncryptEMailController::startResolveRecipients | ( | ) |
Definition at line 154 of file encryptemailcontroller.cpp.
| void Kleo::Crypto::EncryptEMailController::startResolveRecipients | ( | const std::vector< KMime::Types::Mailbox > & | recipients, |
| const std::vector< KMime::Types::Mailbox > & | senders | ||
| ) |
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