libkpgp
Kpgp::KeyRequester Class Reference
Inheritance diagram for Kpgp::KeyRequester:

Detailed Description
Definition at line 201 of file kpgpui.h.
Signals | |
void | changed () |
Public Member Functions | |
KeyRequester (QWidget *parent=0, bool multipleKeys=false, unsigned int allowedKeys=AllKeys, const char *name=0) | |
virtual | ~KeyRequester () |
KeyIDList | keyIDs () const |
void | setKeyIDs (const KeyIDList &keyIDs) |
QPushButton * | eraseButton () const |
QPushButton * | dialogButton () const |
void | setDialogCaption (const QString &caption) |
void | setDialogMessage (const QString &message) |
bool | isMultipleKeysEnabled () const |
void | setMultipleKeysEnabled (bool enable) |
int | allowedKeys () const |
void | setAllowedKeys (int allowed) |
Protected Slots | |
void | slotDialogButtonClicked () |
void | slotEraseButtonClicked () |
Protected Member Functions | |
virtual KeyIDList | keyRequestHook (Module *pgp) const =0 |
virtual void | virtual_hook (int, void *) |
Protected Attributes | |
QLabel * | mLabel |
QPushButton * | mEraseButton |
QPushButton * | mDialogButton |
QString | mDialogCaption |
QString | mDialogMessage |
bool | mMulti |
int | mAllowedKeys |
KeyIDList | mKeys |
Member Function Documentation
virtual KeyIDList Kpgp::KeyRequester::keyRequestHook | ( | Module * | pgp | ) | const [protected, pure virtual] |
Reimplement this to return a list of selected keys.
Implemented in Kpgp::PublicKeyRequester, and Kpgp::SecretKeyRequester.
The documentation for this class was generated from the following files: