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

Public Types | |
| enum | Page { OperationsPage =0, ResultPage } |
Public Types inherited from Kleo::Crypto::Gui::Wizard | |
| enum | Page { InvalidPage =-1 } |
Signals | |
| void | linkActivated (const QString &link) |
| void | operationPrepared () |
Signals inherited from Kleo::Crypto::Gui::Wizard | |
| void | canceled () |
Public Member Functions | |
| DecryptVerifyFilesWizard (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~DecryptVerifyFilesWizard () | |
| DecryptVerifyOperationWidget * | operationWidget (unsigned int idx) |
| QString | outputDirectory () const |
| void | setOutputDirectory (const QString &dir) |
| void | setTaskCollection (const boost::shared_ptr< TaskCollection > &coll) |
| bool | useOutputDirectory () const |
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 Slots inherited from Kleo::Crypto::Gui::Wizard | |
| void | back () |
| void | next () |
Protected Member Functions inherited from Kleo::Crypto::Gui::Wizard | |
| virtual void | onBack (int currentId) |
Detailed Description
Definition at line 51 of file decryptverifyfileswizard.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| OperationsPage | |
| ResultPage | |
Definition at line 54 of file decryptverifyfileswizard.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 142 of file decryptverifyfileswizard.cpp.
| DecryptVerifyFilesWizard::~DecryptVerifyFilesWizard | ( | ) |
Definition at line 148 of file decryptverifyfileswizard.cpp.
Member Function Documentation
|
signal |
|
signal |
| DecryptVerifyOperationWidget * DecryptVerifyFilesWizard::operationWidget | ( | unsigned int | idx | ) |
Definition at line 162 of file decryptverifyfileswizard.cpp.
| QString DecryptVerifyFilesWizard::outputDirectory | ( | ) | const |
Definition at line 154 of file decryptverifyfileswizard.cpp.
| void DecryptVerifyFilesWizard::setOutputDirectory | ( | const QString & | dir | ) |
Definition at line 150 of file decryptverifyfileswizard.cpp.
| void DecryptVerifyFilesWizard::setTaskCollection | ( | const boost::shared_ptr< TaskCollection > & | coll | ) |
Definition at line 174 of file decryptverifyfileswizard.cpp.
| bool DecryptVerifyFilesWizard::useOutputDirectory | ( | ) | const |
Definition at line 158 of file decryptverifyfileswizard.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 Types inherited from