certmanager/lib
Kleo::PassphraseDialog Class Reference
List of all members.Detailed Description
Definition at line 56 of file passphrasedialog.h.
Signals | |
void | finished (const char *pass) |
void | canceled () |
Public Member Functions | |
PassphraseDialog (const QString &description, const QString &caption=QString::null, QWidget *parent=0, const char *name=0, bool modal=true) | |
~PassphraseDialog () | |
const char * | passphrase () const |
Protected Slots | |
void | slotOk () |
void | slotCancel () |
Protected Member Functions | |
void | virtual_hook (int, void *) |
Member Function Documentation
void Kleo::PassphraseDialog::finished | ( | const char * | pass | ) | [signal] |
emitted when the user clicks Ok.
pass is never NULL. pass
only valid inside slots connected to this signal.
void Kleo::PassphraseDialog::canceled | ( | ) | [signal] |
emitted when the user clicks Cancel.
void Kleo::PassphraseDialog::slotOk | ( | ) | [protected, slot] |
void Kleo::PassphraseDialog::slotCancel | ( | ) | [protected, slot] |
void Kleo::PassphraseDialog::virtual_hook | ( | int | , | |
void * | ||||
) | [protected] |
The documentation for this class was generated from the following files: