kleopatra
#include <certifycertificatedialog_p.h>
Public Member Functions | |
SelectUserIDsPage (QWidget *parent=0) | |
GpgME::Key | certificateToCertify () const |
bool | isComplete () const |
std::vector< unsigned int > | selectedUserIDs () const |
void | setCertificateToCertify (const GpgME::Key &ids) |
void | setSelectedUserIDs (const std::vector< unsigned int > &indexes) |
Public Member Functions inherited from QWizardPage | |
QWizardPage (QWidget *parent=0) | |
QString | buttonText (QWizard::WizardButton which) const |
virtual void | cleanupPage () |
virtual void | initializePage () |
bool | isCommitPage () const |
bool | isFinalPage () const |
virtual int | nextId () const |
QPixmap | pixmap (QWizard::WizardPixmap which) const |
void | setButtonText (QWizard::WizardButton which, const QString &text) |
void | setCommitPage (bool commitPage) |
void | setFinalPage (bool finalPage) |
void | setPixmap (QWizard::WizardPixmap which, const QPixmap &pixmap) |
void | setSubTitle (const QString &subTitle) |
void | setTitle (const QString &title) |
QString | subTitle () const |
QString | title () const |
virtual bool | validatePage () |
Additional Inherited Members | |
Signals inherited from QWizardPage | |
void | completeChanged () |
Protected Member Functions inherited from QWizardPage | |
QVariant | field (const QString &name) const |
void | registerField (const QString &name, QWidget *widget, const char *property=0, const char *changedSignal=0) |
void | setField (const QString &name, const QVariant &value) |
QWizard * | wizard () const |
Properties inherited from QWizardPage | |
QString | subTitle |
QString | title |
Detailed Description
Definition at line 89 of file certifycertificatedialog_p.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 128 of file certifycertificatedialog.cpp.
Member Function Documentation
|
inline |
Definition at line 98 of file certifycertificatedialog_p.h.
|
virtual |
This virtual function is called by QWizard to determine whether the Next or Finish button should be enabled or disabled.
The default implementation returns true if all {mandatory fields} are filled; otherwise, it returns false.
If you reimplement this function, make sure to emit completeChanged(), from the rest of your implementation, whenever the value of isComplete() changes. This ensures that QWizard updates the enabled or disabled state of its buttons. An example of the reimplementation is available {http://qt.nokia.com/doc/qq/qq22-qwizard.html#validatebeforeitstoolate} {here}.
- See also
- completeChanged(), isFinalPage()
Reimplemented from QWizardPage.
Definition at line 146 of file certifycertificatedialog.cpp.
std::vector< unsigned int > SelectUserIDsPage::selectedUserIDs | ( | ) | const |
Definition at line 154 of file certifycertificatedialog.cpp.
void SelectUserIDsPage::setCertificateToCertify | ( | const GpgME::Key & | ids | ) |
Definition at line 158 of file certifycertificatedialog.cpp.
void SelectUserIDsPage::setSelectedUserIDs | ( | const std::vector< unsigned int > & | indexes | ) |
Definition at line 150 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.