kleopatra
Kleo::Crypto::Gui::Wizard Class Reference
#include <wizard.h>

Detailed Description
Definition at line 48 of file wizard.h.
Public Types | |
| enum | Page { InvalidPage = -1 } |
Public Slots | |
| void | back () |
| void | next () |
Signals | |
| void | canceled () |
Public Member Functions | |
| bool | canGoToNextPage () const |
| bool | canGoToPreviousPage () const |
| int | currentPage () const |
| WizardPage * | currentPageWidget () |
| const WizardPage * | currentPageWidget () const |
| WizardPage * | page (int id) |
| const WizardPage * | page (int id) const |
| void | setCurrentPage (int id) |
| void | setPage (int id, WizardPage *page) |
| void | setPageOrder (const std::vector< int > &pages) |
| void | setPageVisible (int id, bool visible) |
| Wizard (QWidget *parent=0, Qt::WFlags f=0) | |
| ~Wizard () | |
Protected Member Functions | |
| virtual void | onBack (int currentId) |
| virtual void | onNext (int currentId) |
Member Enumeration Documentation
Reimplemented in Kleo::Crypto::Gui::DecryptVerifyFilesWizard, and Kleo::Crypto::Gui::SignEncryptWizard.
Constructor & Destructor Documentation
| Wizard::Wizard | ( | QWidget * | parent = 0, |
|
| Qt::WFlags | f = 0 | |||
| ) | [explicit] |
Definition at line 198 of file wizard.cpp.
| Wizard::~Wizard | ( | ) |
Definition at line 204 of file wizard.cpp.
Member Function Documentation
| void Wizard::back | ( | ) | [slot] |
Definition at line 309 of file wizard.cpp.
| void Kleo::Crypto::Gui::Wizard::canceled | ( | ) | [signal] |
| bool Wizard::canGoToNextPage | ( | ) | const |
Definition at line 252 of file wizard.cpp.
| bool Wizard::canGoToPreviousPage | ( | ) | const |
Definition at line 258 of file wizard.cpp.
| int Wizard::currentPage | ( | ) | const |
Definition at line 247 of file wizard.cpp.
| WizardPage * Wizard::currentPageWidget | ( | ) |
Definition at line 334 of file wizard.cpp.
| const WizardPage * Wizard::currentPageWidget | ( | ) | const |
Definition at line 328 of file wizard.cpp.
| void Wizard::next | ( | ) | [slot] |
Definition at line 269 of file wizard.cpp.
| void Wizard::onBack | ( | int | currentId | ) | [protected, virtual] |
Definition at line 345 of file wizard.cpp.
| void Wizard::onNext | ( | int | currentId | ) | [protected, virtual] |
Reimplemented in Kleo::Crypto::Gui::SignEncryptFilesWizard, and Kleo::Crypto::Gui::SignEncryptWizard.
Definition at line 339 of file wizard.cpp.
| WizardPage * Wizard::page | ( | int | id | ) |
Definition at line 350 of file wizard.cpp.
| const WizardPage * Wizard::page | ( | int | id | ) | const |
Definition at line 318 of file wizard.cpp.
| void Wizard::setCurrentPage | ( | int | id | ) |
Definition at line 228 of file wizard.cpp.
| void Wizard::setPage | ( | int | id, | |
| WizardPage * | page | |||
| ) |
Definition at line 206 of file wizard.cpp.
| void Wizard::setPageOrder | ( | const std::vector< int > & | pages | ) |
Definition at line 219 of file wizard.cpp.
| void Wizard::setPageVisible | ( | int | id, | |
| bool | visible | |||
| ) |
Definition at line 237 of file wizard.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference