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

Public Member Functions | |
| SignEMailWizard (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~SignEMailWizard () | |
| 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 44 of file signemailwizard.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 136 of file signemailwizard.cpp.
| SignEMailWizard::~SignEMailWizard | ( | ) |
Definition at line 155 of file signemailwizard.cpp.
Member Function Documentation
| bool SignEMailWizard::quickMode | ( | ) | const |
Definition at line 141 of file signemailwizard.cpp.
| void SignEMailWizard::setQuickMode | ( | bool | quick | ) |
Definition at line 146 of file signemailwizard.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