kleopatra
Kleo::Crypto::Gui::SignEncryptFilesWizard Class Reference
#include <signencryptfileswizard.h>
Inheritance diagram for Kleo::Crypto::Gui::SignEncryptFilesWizard:

Signals | |
| void | operationPrepared () |
Signals inherited from Kleo::Crypto::Gui::SignEncryptWizard | |
| void | linkActivated (const QString &link) |
| void | objectsResolved () |
| void | recipientsResolved () |
| void | signersResolved () |
Signals inherited from Kleo::Crypto::Gui::Wizard | |
| void | canceled () |
Public Member Functions | |
| SignEncryptFilesWizard (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~SignEncryptFilesWizard () | |
| void | onNext (int currentId) |
Public Member Functions inherited from Kleo::Crypto::Gui::SignEncryptWizard | |
| SignEncryptWizard (QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~SignEncryptWizard () |
| bool | isAsciiArmorEnabled () const |
| bool | keepResultPageOpenWhenDone () const |
| void | onNext (int currentId) |
| GpgME::Protocol | presetProtocol () const |
| bool | recipientsUserMutable () const |
| bool | removeUnencryptedFile () const |
| std::vector< GpgME::Key > | resolvedCertificates () const |
| std::vector< GpgME::Key > | resolvedSigners () const |
| GpgME::Protocol | selectedProtocol () const |
| void | setAsciiArmorEnabled (bool enabled) |
| void | setCommitPage (Page) |
| void | setKeepResultPageOpenWhenDone (bool keep) |
| void | setPresetProtocol (GpgME::Protocol proto) |
| void | setRecipients (const std::vector< KMime::Types::Mailbox > &recipients, const std::vector< KMime::Types::Mailbox > &encryptoToSelfRecipients) |
| void | setRecipientsUserMutable (bool isMutable) |
| void | setRemoveUnencryptedFile (bool remove) |
| void | setSignersAndCandidates (const std::vector< KMime::Types::Mailbox > &signers, const std::vector< std::vector< GpgME::Key > > &keys) |
| void | setTaskCollection (const boost::shared_ptr< TaskCollection > &tasks) |
| QFileInfoList | resolvedFiles () const |
| void | setFiles (const QStringList &files) |
| bool | signingSelected () const |
| void | setSigningSelected (bool selected) |
| bool | encryptionSelected () const |
| void | setEncryptionSelected (bool selected) |
| bool | isSigningUserMutable () const |
| void | setSigningUserMutable (bool isMutable) |
| bool | isEncryptionUserMutable () const |
| void | setEncryptionUserMutable (bool isMutable) |
| bool | isMultipleProtocolsAllowed () const |
| void | setMultipleProtocolsAllowed (bool allowed) |
Public Member Functions inherited from Kleo::Crypto::Gui::Wizard | |
| Wizard (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~Wizard () | |
| bool | canGoToNextPage () const |
| bool | canGoToPreviousPage () const |
| int | currentPage () const |
| const WizardPage * | currentPageWidget () const |
| WizardPage * | currentPageWidget () |
| const WizardPage * | page (int id) const |
| WizardPage * | page (int id) |
| void | setCurrentPage (int id) |
| void | setPage (int id, WizardPage *page) |
| void | setPageOrder (const std::vector< int > &pages) |
| void | setPageVisible (int id, bool visible) |
Additional Inherited Members | |
Public Types inherited from Kleo::Crypto::Gui::SignEncryptWizard | |
| enum | Page { ResolveSignerPage =0, ObjectsPage, ResolveRecipientsPage, ResultPage } |
Public Types inherited from Kleo::Crypto::Gui::Wizard | |
| enum | Page { InvalidPage =-1 } |
Public Slots inherited from Kleo::Crypto::Gui::Wizard | |
| void | back () |
| void | next () |
Protected Member Functions inherited from Kleo::Crypto::Gui::SignEncryptWizard | |
| Gui::ObjectsPage * | objectsPage () |
| Gui::ResolveRecipientsPage * | resolveRecipientsPage () |
| Gui::ResultPage * | resultPage () |
| void | setSignerResolvePageValidator (const boost::shared_ptr< SignerResolvePage::Validator > &validator) |
| Gui::SignerResolvePage * | signerResolvePage () |
| const Gui::SignerResolvePage * | signerResolvePage () const |
Protected Member Functions inherited from Kleo::Crypto::Gui::Wizard | |
| virtual void | onBack (int currentId) |
Detailed Description
Definition at line 44 of file signencryptfileswizard.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 177 of file signencryptfileswizard.cpp.
| SignEncryptFilesWizard::~SignEncryptFilesWizard | ( | ) |
Definition at line 182 of file signencryptfileswizard.cpp.
Member Function Documentation
|
virtual |
Reimplemented from Kleo::Crypto::Gui::Wizard.
Definition at line 184 of file signencryptfileswizard.cpp.
|
signal |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.
KDE API Reference
Signals inherited from