kleopatra
Kleo::NewCertificateWizard Class Reference
#include <newcertificatewizard.h>
Inheritance diagram for Kleo::NewCertificateWizard:

Public Member Functions | |
| NewCertificateWizard (QWidget *parent=0) | |
| ~NewCertificateWizard () | |
| GpgME::Protocol | protocol () const |
| void | setProtocol (GpgME::Protocol protocol) |
Public Member Functions inherited from QWizard | |
| QWizard (QWidget *parent=0, Qt::WindowFlags flags=0) | |
| ~QWizard () | |
| int | addPage (QWizardPage *page) |
| QAbstractButton * | button (WizardButton which) const |
| QString | buttonText (WizardButton which) const |
| int | currentId () const |
| QWizardPage * | currentPage () const |
| QVariant | field (const QString &name) const |
| bool | hasVisitedPage (int id) const |
| virtual int | nextId () const |
| WizardOptions | options () const |
| QWizardPage * | page (int id) const |
| QList< int > | pageIds () const |
| QPixmap | pixmap (WizardPixmap which) const |
| void | removePage (int id) |
| void | setButton (WizardButton which, QAbstractButton *button) |
| void | setButtonLayout (const QList< WizardButton > &layout) |
| void | setButtonText (WizardButton which, const QString &text) |
| void | setDefaultProperty (const char *className, const char *property, const char *changedSignal) |
| void | setField (const QString &name, const QVariant &value) |
| void | setOption (WizardOption option, bool on=true) |
| void | setOptions (WizardOptions options) |
| void | setPage (int id, QWizardPage *page) |
| void | setPixmap (WizardPixmap which, const QPixmap &pixmap) |
| void | setSideWidget (QWidget *widget) |
| void | setStartId (int id) |
| void | setSubTitleFormat (Qt::TextFormat format) |
| void | setTitleFormat (Qt::TextFormat format) |
| void | setVisible (bool visible) |
| void | setWizardStyle (WizardStyle style) |
| QWidget * | sideWidget () const |
| QSize | sizeHint () const |
| int | startId () const |
| Qt::TextFormat | subTitleFormat () const |
| bool | testOption (WizardOption option) const |
| Qt::TextFormat | titleFormat () const |
| virtual bool | validateCurrentPage () |
| QList< int > | visitedPages () const |
| WizardStyle | wizardStyle () const |
Additional Inherited Members | |
Public Slots inherited from QWizard | |
| void | back () |
| void | next () |
| void | restart () |
Signals inherited from QWizard | |
| void | currentIdChanged (int id) |
| void | customButtonClicked (int which) |
| void | helpRequested () |
| void | pageAdded (int id) |
| void | pageRemoved (int id) |
Protected Member Functions inherited from QWizard | |
| virtual void | cleanupPage (int id) |
| void | done (int result) |
| bool | event (QEvent *event) |
| virtual void | initializePage (int id) |
| void | paintEvent (QPaintEvent *event) |
| void | resizeEvent (QResizeEvent *event) |
Properties inherited from QWizard | |
| int | currentId |
| WizardOptions | options |
| int | startId |
| Qt::TextFormat | subTitleFormat |
| Qt::TextFormat | titleFormat |
| WizardStyle | wizardStyle |
Detailed Description
Definition at line 54 of file newcertificatewizard.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| ChooseProtocolPageId | |
| EnterDetailsPageId | |
| OverviewPageId | |
| KeyCreationPageId | |
| ResultPageId | |
| NumPages | |
Definition at line 63 of file newcertificatewizard.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 904 of file newcertificatewizard.cpp.
| NewCertificateWizard::~NewCertificateWizard | ( | ) |
Definition at line 910 of file newcertificatewizard.cpp.
Member Function Documentation
| Protocol NewCertificateWizard::protocol | ( | ) | const |
Definition at line 917 of file newcertificatewizard.cpp.
| void NewCertificateWizard::setProtocol | ( | GpgME::Protocol | protocol | ) |
Definition at line 912 of file newcertificatewizard.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