kleopatra
#include <signemailcontroller.h>
Public Types | |
enum | Mode { GpgOLMode, ClipboardMode, NumModes } |
Public Slots | |
void | cancel () |
Signals | |
void | reportMicAlg (const QString &micalg) |
void | signersResolved () |
Signals inherited from Kleo::Crypto::Controller | |
void | progress (int current, int total, const QString &what) |
Public Member Functions | |
SignEMailController (Mode mode, QObject *parent=0) | |
SignEMailController (const boost::shared_ptr< ExecutionContext > &xc, Mode mode, QObject *parent=0) | |
~SignEMailController () | |
Mode | mode () const |
GpgME::Protocol | protocol () const |
void | setDetachedSignature (bool detached) |
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 | startResolveSigners () |
void | startResolveSigners (const std::vector< KMime::Types::Mailbox > &signers) |
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 61 of file signemailcontroller.h.
Member Enumeration Documentation
Enumerator | |
---|---|
GpgOLMode | |
ClipboardMode | |
NumModes |
Definition at line 64 of file signemailcontroller.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 111 of file signemailcontroller.cpp.
|
explicit |
Definition at line 117 of file signemailcontroller.cpp.
SignEMailController::~SignEMailController | ( | ) |
extract to base
Definition at line 123 of file signemailcontroller.cpp.
Member Function Documentation
|
slot |
Definition at line 298 of file signemailcontroller.cpp.
SignEMailController::Mode SignEMailController::mode | ( | ) | const |
Definition at line 130 of file signemailcontroller.cpp.
Protocol SignEMailController::protocol | ( | ) | const |
Definition at line 143 of file signemailcontroller.cpp.
|
signal |
void SignEMailController::setDetachedSignature | ( | bool | detached | ) |
Definition at line 165 of file signemailcontroller.cpp.
void SignEMailController::setInputAndOutput | ( | const boost::shared_ptr< Kleo::Input > & | input, |
const boost::shared_ptr< Kleo::Output > & | output | ||
) |
Definition at line 184 of file signemailcontroller.cpp.
void SignEMailController::setInputsAndOutputs | ( | const std::vector< boost::shared_ptr< Kleo::Input > > & | inputs, |
const std::vector< boost::shared_ptr< Kleo::Output > > & | outputs | ||
) |
Definition at line 189 of file signemailcontroller.cpp.
void SignEMailController::setProtocol | ( | GpgME::Protocol | proto | ) |
Definition at line 135 of file signemailcontroller.cpp.
|
signal |
void SignEMailController::start | ( | ) |
Definition at line 222 of file signemailcontroller.cpp.
void SignEMailController::startResolveSigners | ( | ) |
Definition at line 147 of file signemailcontroller.cpp.
void Kleo::Crypto::SignEMailController::startResolveSigners | ( | const std::vector< KMime::Types::Mailbox > & | signers | ) |
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.