kleopatra
signencryptwizard.cpp
Go to the documentation of this file.
97 //TODO: move the RecipientPreferences creation out of here, don't create a new instance for each wizard
98 recipientResolvePage->setRecipientPreferences( shared_ptr<RecipientPreferences>( new KConfigBasedRecipientPreferences( KGlobal::config() ) ) );
99 signerResolvePage->setSigningPreferences( shared_ptr<SigningPreferences>( new KConfigBasedSigningPreferences( KGlobal::config() ) ) );
108 //FIXME: Sign&Encrypt is only supported by OpenPGP. Remove this when we support this for CMS, too
219 void SignEncryptWizard::setRecipients( const std::vector<Mailbox> & recipients, const std::vector<Mailbox> & encryptToSelfRecipients ) {
223 void SignEncryptWizard::setSignersAndCandidates( const std::vector<Mailbox> & signers, const std::vector< std::vector<Key> > & keys ) {
272 void SignEncryptWizard::setSignerResolvePageValidator( const boost::shared_ptr<SignerResolvePage::Validator>& validator )
void setMultipleProtocolsAllowed(bool allowed)
Definition: signencryptwizard.cpp:188
void signersResolved()
bool isSigningUserMutable() const
Definition: signencryptwizard.cpp:167
bool keepResultPageOpenWhenDone() const
Definition: signencryptwizard.cpp:302
Gui::ResultPage * resultPage()
Definition: signencryptwizard.cpp:297
void push_back(const T &value)
virtual ~SignEncryptWizard()
Definition: signencryptwizard.cpp:125
void setFiles(const QStringList &files)
Definition: signencryptwizard.cpp:199
void setSignerResolvePageValidator(const boost::shared_ptr< SignerResolvePage::Validator > &validator)
Definition: signencryptwizard.cpp:272
void setSignersAndCandidates(const std::vector< KMime::Types::Mailbox > &signers, const std::vector< std::vector< GpgME::Key > > &keys)
Definition: signencryptwizard.cpp:223
void linkActivated(const QString &link)
Gui::ObjectsPage * objectsPage()
Definition: signencryptwizard.cpp:292
void onNext(int currentId)
Definition: signencryptwizard.cpp:103
bool signingSelected() const
Definition: signencryptwizard.cpp:211
void setRecipientsUserMutable(bool isMutable)
Definition: signencryptwizard.cpp:267
void setTaskCollection(const boost::shared_ptr< TaskCollection > &tasks)
Definition: signencryptwizard.cpp:228
void setEncryptionUserMutable(bool isMutable)
Definition: signencryptwizard.cpp:194
std::vector< GpgME::Key > resolvedCertificates() const
Definition: signencryptwizard.cpp:234
bool recipientsUserMutable() const
if true, the user is allowed to remove/add recipients via the UI.
Definition: signencryptwizard.cpp:262
bool isAsciiArmorEnabled() const
Definition: signencryptwizard.cpp:242
bool encryptionSelected() const
Definition: signencryptwizard.cpp:215
std::vector< GpgME::Key > resolvedSigners() const
Definition: signencryptwizard.cpp:238
void setEncryptionSelected(bool selected)
Definition: signencryptwizard.cpp:157
Definition: classify.h:49
bool removeUnencryptedFile() const
Definition: signencryptwizard.cpp:252
Definition: commands/command.h:46
void setRecipients(const std::vector< KMime::Types::Mailbox > &recipients, const std::vector< KMime::Types::Mailbox > &encryptoToSelfRecipients)
Definition: signencryptwizard.cpp:219
void setCommitPage(Page)
Definition: signencryptwizard.cpp:127
bool isEncryptionUserMutable() const
Definition: signencryptwizard.cpp:177
Gui::ResolveRecipientsPage * resolveRecipientsPage()
Definition: signencryptwizard.cpp:287
void recipientsResolved()
void setAsciiArmorEnabled(bool enabled)
Definition: signencryptwizard.cpp:247
void setPresetProtocol(GpgME::Protocol proto)
Definition: signencryptwizard.cpp:141
QFileInfoList resolvedFiles() const
SignOrEncryptFiles mode subinterface.
Definition: signencryptwizard.cpp:203
void setSigningPreferences(const boost::shared_ptr< SigningPreferences > &prefs)
Definition: signerresolvepage.cpp:650
void setSigningUserMutable(bool isMutable)
Definition: signencryptwizard.cpp:172
Definition: wizard.h:49
Definition: resultpage.h:53
void objectsResolved()
bool isMultipleProtocolsAllowed() const
Definition: signencryptwizard.cpp:183
GpgME::Protocol selectedProtocol() const
Definition: signencryptwizard.cpp:147
typedef WindowFlags
Definition: objectspage.h:46
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void setKeepResultPageOpenWhenDone(bool keep)
Definition: signencryptwizard.cpp:307
void setSigningSelected(bool selected)
Definition: signencryptwizard.cpp:162
GpgME::Protocol presetProtocol() const
Definition: signencryptwizard.cpp:152
void setRemoveUnencryptedFile(bool remove)
Definition: signencryptwizard.cpp:257
Gui::SignerResolvePage * signerResolvePage()
Definition: signencryptwizard.cpp:277
SignEncryptWizard(QWidget *parent=0, Qt::WindowFlags f=0)
Definition: signencryptwizard.cpp:119
singleShot
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:11 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:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.