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

Public Member Functions | |
| EncryptEMailWizard (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| ~EncryptEMailWizard () | |
| bool | quickMode () const |
| void | setQuickMode (bool quick) |
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) |
Detailed Description
Definition at line 42 of file encryptemailwizard.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 50 of file encryptemailwizard.cpp.
| EncryptEMailWizard::~EncryptEMailWizard | ( | ) |
Definition at line 60 of file encryptemailwizard.cpp.
Member Function Documentation
| bool EncryptEMailWizard::quickMode | ( | ) | const |
Definition at line 65 of file encryptemailwizard.cpp.
| void EncryptEMailWizard::setQuickMode | ( | bool | quick | ) |
Definition at line 70 of file encryptemailwizard.cpp.
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
Public Member Functions inherited from