kleopatra
#include <certifycertificatedialog.h>

Signals | |
| void | certificationPrepared () |
Signals inherited from QWizard | |
| void | currentIdChanged (int id) |
| void | customButtonClicked (int which) |
| void | helpRequested () |
| void | pageAdded (int id) |
| void | pageRemoved (int id) |
Public Member Functions | |
| CertifyCertificateDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~CertifyCertificateDialog () | |
| void | connectJob (Kleo::SignKeyJob *job) |
| bool | exportableCertificationSelected () const |
| bool | nonRevocableCertificationSelected () const |
| unsigned int | selectedCheckLevel () const |
| GpgME::Key | selectedSecretKey () const |
| std::vector< unsigned int > | selectedUserIDs () const |
| bool | sendToServer () const |
| void | setCertificatesWithSecretKeys (const std::vector< GpgME::Key > &keys) |
| void | setCertificateToCertify (const GpgME::Key &key) |
| void | setError (const GpgME::Error &error) |
| void | setSelectedUserIDs (const std::vector< GpgME::UserID > &uids) |
| bool | trustCertificationSelected () const |
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 |
Detailed Description
Definition at line 59 of file certifycertificatedialog.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 361 of file certifycertificatedialog.cpp.
| CertifyCertificateDialog::~CertifyCertificateDialog | ( | ) |
Definition at line 366 of file certifycertificatedialog.cpp.
Member Function Documentation
|
signal |
| void CertifyCertificateDialog::connectJob | ( | Kleo::SignKeyJob * | job | ) |
Definition at line 405 of file certifycertificatedialog.cpp.
| bool CertifyCertificateDialog::exportableCertificationSelected | ( | ) | const |
Definition at line 377 of file certifycertificatedialog.cpp.
| bool CertifyCertificateDialog::nonRevocableCertificationSelected | ( | ) | const |
Definition at line 385 of file certifycertificatedialog.cpp.
| unsigned int CertifyCertificateDialog::selectedCheckLevel | ( | ) | const |
Definition at line 397 of file certifycertificatedialog.cpp.
| Key CertifyCertificateDialog::selectedSecretKey | ( | ) | const |
Definition at line 389 of file certifycertificatedialog.cpp.
| std::vector< unsigned int > CertifyCertificateDialog::selectedUserIDs | ( | ) | const |
Definition at line 454 of file certifycertificatedialog.cpp.
| bool CertifyCertificateDialog::sendToServer | ( | ) | const |
Definition at line 393 of file certifycertificatedialog.cpp.
| void CertifyCertificateDialog::setCertificatesWithSecretKeys | ( | const std::vector< GpgME::Key > & | keys | ) |
Definition at line 373 of file certifycertificatedialog.cpp.
| void CertifyCertificateDialog::setCertificateToCertify | ( | const GpgME::Key & | key | ) |
Definition at line 368 of file certifycertificatedialog.cpp.
| void CertifyCertificateDialog::setError | ( | const GpgME::Error & | error | ) |
Definition at line 410 of file certifycertificatedialog.cpp.
| void CertifyCertificateDialog::setSelectedUserIDs | ( | const std::vector< GpgME::UserID > & | uids | ) |
Definition at line 434 of file certifycertificatedialog.cpp.
| bool CertifyCertificateDialog::trustCertificationSelected | ( | ) | const |
Definition at line 381 of file certifycertificatedialog.cpp.
The documentation for this class was generated from the following files:
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