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

Signals | |
| void | linkActivated (const QString &link) |
Signals inherited from Kleo::Crypto::Gui::WizardPage | |
| void | autoAdvanceChanged () |
| void | completeChanged () |
| void | explanationChanged () |
| void | subTitleChanged () |
| void | titleChanged () |
| void | windowTitleChanged (const QString &title) |
Public Member Functions | |
| ResultPage (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| ~ResultPage () | |
| bool | isComplete () const |
| bool | keepOpenWhenDone () const |
| void | setKeepOpenWhenDone (bool keep) |
| void | setTaskCollection (const boost::shared_ptr< TaskCollection > &coll) |
Public Member Functions inherited from Kleo::Crypto::Gui::WizardPage | |
| WizardPage (QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~WizardPage () |
| bool | autoAdvance () const |
| KGuiItem | customNextButton () const |
| QString | explanation () const |
| bool | isCommitPage () const |
| void | setAutoAdvance (bool enabled) |
| void | setCommitPage (bool commitPage) |
| void | setCustomNextButton (const KGuiItem &item) |
| void | setExplanation (const QString &explanation) |
| void | setSubTitle (const QString &subTitle) |
| void | setTitle (const QString &title) |
| QString | subTitle () const |
| QString | title () const |
Additional Inherited Members | |
Protected Member Functions inherited from Kleo::Crypto::Gui::WizardPage | |
| virtual void | onNext () |
Detailed Description
Definition at line 53 of file resultpage.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 145 of file resultpage.cpp.
| ResultPage::~ResultPage | ( | ) |
Definition at line 150 of file resultpage.cpp.
Member Function Documentation
|
virtual |
Implements Kleo::Crypto::Gui::WizardPage.
Definition at line 199 of file resultpage.cpp.
| bool ResultPage::keepOpenWhenDone | ( | ) | const |
Definition at line 154 of file resultpage.cpp.
|
signal |
| void ResultPage::setKeepOpenWhenDone | ( | bool | keep | ) |
Definition at line 159 of file resultpage.cpp.
| void ResultPage::setTaskCollection | ( | const boost::shared_ptr< TaskCollection > & | coll | ) |
Definition at line 164 of file resultpage.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
Signals inherited from