kleopatra
encryptemailcontroller.cpp
Go to the documentation of this file.
109 EncryptEMailController::EncryptEMailController( const shared_ptr<ExecutionContext> & xc, Mode mode, QObject * p )
160 void EncryptEMailController::startResolveRecipients( const std::vector<Mailbox> & recipients, const std::vector<Mailbox> & senders ) {
175 void EncryptEMailController::setInputAndOutput( const shared_ptr<Input> & input, const shared_ptr<Output> & output ) {
176 setInputsAndOutputs( std::vector< shared_ptr<Input> >( 1, input ), std::vector< shared_ptr<Output> >( 1, output ) );
179 void EncryptEMailController::setInputsAndOutputs( const std::vector< shared_ptr<Input> > & inputs, const std::vector< shared_ptr<Output> > & outputs ) {
239 shared_ptr<EncryptEMailTask> EncryptEMailController::Private::takeRunnable( GpgME::Protocol proto ) {
251 void EncryptEMailController::doTaskDone( const Task * task, const shared_ptr<const Task::Result> & result )
303 connect( w.get(), SIGNAL(recipientsResolved()), q, SLOT(slotWizardRecipientsResolved()), Qt::QueuedConnection );
Definition: task.h:57
const char * protocolAsString() const
Definition: encryptemailcontroller.cpp:146
void setInputsAndOutputs(const std::vector< boost::shared_ptr< Kleo::Input > > &inputs, const std::vector< boost::shared_ptr< Kleo::Output > > &outputs)
Definition: encryptemailcontroller.cpp:179
Definition: classify.h:49
~EncryptEMailController()
Definition: encryptemailcontroller.cpp:121
Definition: classify.h:48
EncryptEMailController(Mode mode, QObject *parent=0)
Definition: encryptemailcontroller.cpp:115
GpgME::Protocol protocol() const
Definition: encryptemailcontroller.cpp:140
void connectTask(const boost::shared_ptr< Task > &task)
Definition: controller.cpp:85
Definition: taskcollection.h:51
void setInputAndOutput(const boost::shared_ptr< Kleo::Input > &input, const boost::shared_ptr< Kleo::Output > &output)
Definition: encryptemailcontroller.cpp:175
void startResolveRecipients()
Definition: encryptemailcontroller.cpp:156
Mode mode() const
Definition: encryptemailcontroller.cpp:127
void setProtocol(GpgME::Protocol proto)
Definition: encryptemailcontroller.cpp:131
virtual GpgME::Protocol protocol() const =0
Definition: controller.h:52
singleShot
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.