kleopatra
Kleo::Crypto::EncryptEMailController Class Reference
#include <encryptemailcontroller.h>
Inheritance diagram for Kleo::Crypto::EncryptEMailController:

Detailed Description
Definition at line 63 of file encryptemailcontroller.h.
Public Types | |
| enum | Mode { GpgOLMode, ClipboardMode, NumModes } |
Public Slots | |
| void | cancel () |
Signals | |
| void | recipientsResolved () |
Public Member Functions | |
| EncryptEMailController (const boost::shared_ptr< ExecutionContext > &xc, Mode mode, QObject *parent=0) | |
| EncryptEMailController (Mode mode, QObject *parent=0) | |
| 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 (const std::vector< KMime::Types::Mailbox > &recipients) |
| void | startResolveRecipients () |
| ~EncryptEMailController () | |
Static Public Member Functions | |
| static const char * | mementoName () |
Member Enumeration Documentation
Definition at line 66 of file encryptemailcontroller.h.
Constructor & Destructor Documentation
Definition at line 112 of file encryptemailcontroller.cpp.
| Kleo::Crypto::EncryptEMailController::EncryptEMailController | ( | const boost::shared_ptr< ExecutionContext > & | xc, | |
| Mode | mode, | |||
| QObject * | parent = 0 | |||
| ) | [explicit] |
| EncryptEMailController::~EncryptEMailController | ( | ) |
Definition at line 118 of file encryptemailcontroller.cpp.
Member Function Documentation
| void EncryptEMailController::cancel | ( | ) | [slot] |
Definition at line 266 of file encryptemailcontroller.cpp.
| static const char* Kleo::Crypto::EncryptEMailController::mementoName | ( | ) | [inline, static] |
Definition at line 79 of file encryptemailcontroller.h.
| EncryptEMailController::Mode EncryptEMailController::mode | ( | ) | const |
Definition at line 124 of file encryptemailcontroller.cpp.
| Protocol EncryptEMailController::protocol | ( | ) | const |
Definition at line 137 of file encryptemailcontroller.cpp.
| const char * EncryptEMailController::protocolAsString | ( | ) | const |
Definition at line 143 of file encryptemailcontroller.cpp.
| void Kleo::Crypto::EncryptEMailController::recipientsResolved | ( | ) | [signal] |
| void Kleo::Crypto::EncryptEMailController::setInputAndOutput | ( | const boost::shared_ptr< Kleo::Input > & | input, | |
| const boost::shared_ptr< Kleo::Output > & | output | |||
| ) |
| void Kleo::Crypto::EncryptEMailController::setInputsAndOutputs | ( | const std::vector< boost::shared_ptr< Kleo::Input > > & | inputs, | |
| const std::vector< boost::shared_ptr< Kleo::Output > > & | outputs | |||
| ) |
| void Kleo::Crypto::EncryptEMailController::setProtocol | ( | GpgME::Protocol | proto | ) |
| void EncryptEMailController::start | ( | ) |
Definition at line 203 of file encryptemailcontroller.cpp.
| void Kleo::Crypto::EncryptEMailController::startResolveRecipients | ( | const std::vector< KMime::Types::Mailbox > & | recipients | ) |
| void EncryptEMailController::startResolveRecipients | ( | ) |
Definition at line 153 of file encryptemailcontroller.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference