kleopatra
encryptemailcontroller.cpp
Go to the documentation of this file.
107 EncryptEMailController::EncryptEMailController( const shared_ptr<ExecutionContext> & xc, Mode mode, QObject * p )
158 void EncryptEMailController::startResolveRecipients( const std::vector<Mailbox> & recipients, const std::vector<Mailbox> & senders ) {
173 void EncryptEMailController::setInputAndOutput( const shared_ptr<Input> & input, const shared_ptr<Output> & output ) {
174 setInputsAndOutputs( std::vector< shared_ptr<Input> >( 1, input ), std::vector< shared_ptr<Output> >( 1, output ) );
177 void EncryptEMailController::setInputsAndOutputs( const std::vector< shared_ptr<Input> > & inputs, const std::vector< shared_ptr<Output> > & outputs ) {
237 shared_ptr<EncryptEMailTask> EncryptEMailController::Private::takeRunnable( GpgME::Protocol proto ) {
249 void EncryptEMailController::doTaskDone( const Task * task, const shared_ptr<const Task::Result> & result )
301 connect( w.get(), SIGNAL(recipientsResolved()), q, SLOT(slotWizardRecipientsResolved()), Qt::QueuedConnection );
Definition: task.h:55
const char * protocolAsString() const
Definition: encryptemailcontroller.cpp:144
void setInputsAndOutputs(const std::vector< boost::shared_ptr< Kleo::Input > > &inputs, const std::vector< boost::shared_ptr< Kleo::Output > > &outputs)
Definition: encryptemailcontroller.cpp:177
Definition: classify.h:49
~EncryptEMailController()
Definition: encryptemailcontroller.cpp:119
Definition: classify.h:48
EncryptEMailController(Mode mode, QObject *parent=0)
Definition: encryptemailcontroller.cpp:113
GpgME::Protocol protocol() const
Definition: encryptemailcontroller.cpp:138
void connectTask(const boost::shared_ptr< Task > &task)
Definition: controller.cpp:86
Definition: taskcollection.h:49
void setInputAndOutput(const boost::shared_ptr< Kleo::Input > &input, const boost::shared_ptr< Kleo::Output > &output)
Definition: encryptemailcontroller.cpp:173
void startResolveRecipients()
Definition: encryptemailcontroller.cpp:154
Mode mode() const
Definition: encryptemailcontroller.cpp:125
void setProtocol(GpgME::Protocol proto)
Definition: encryptemailcontroller.cpp:129
virtual GpgME::Protocol protocol() const =0
Definition: controller.h:50
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.