libkpgp
Kpgp::KeyRequester Class Reference
#include <kpgpui.h>

Detailed Description
Definition at line 203 of file kpgpui.h.
Signals | |
| void | changed () |
Public Member Functions | |
| int | allowedKeys () const |
| QPushButton * | dialogButton () const |
| QPushButton * | eraseButton () const |
| bool | isMultipleKeysEnabled () const |
| KeyIDList | keyIDs () const |
| KeyRequester (QWidget *parent=0, bool multipleKeys=false, unsigned int allowedKeys=AllKeys, const char *name=0) | |
| void | setAllowedKeys (int allowed) |
| void | setDialogCaption (const QString &caption) |
| void | setDialogMessage (const QString &message) |
| void | setKeyIDs (const KeyIDList &keyIDs) |
| void | setMultipleKeysEnabled (bool enable) |
| virtual | ~KeyRequester () |
Protected Slots | |
| void | slotDialogButtonClicked () |
| void | slotEraseButtonClicked () |
Protected Member Functions | |
| virtual KeyIDList | keyRequestHook (Module *pgp) const =0 |
| virtual void | virtual_hook (int, void *) |
Protected Attributes | |
| int | mAllowedKeys |
| QPushButton * | mDialogButton |
| QString | mDialogCaption |
| QString | mDialogMessage |
| QPushButton * | mEraseButton |
| KeyIDList | mKeys |
| QLabel * | mLabel |
| bool | mMulti |
Constructor & Destructor Documentation
| Kpgp::KeyRequester::KeyRequester | ( | QWidget * | parent = 0, |
|
| bool | multipleKeys = false, |
|||
| unsigned int | allowedKeys = AllKeys, |
|||
| const char * | name = 0 | |||
| ) | [explicit] |
Definition at line 1171 of file kpgpui.cpp.
| Kpgp::KeyRequester::~KeyRequester | ( | ) | [virtual] |
Definition at line 1212 of file kpgpui.cpp.
Member Function Documentation
| int Kpgp::KeyRequester::allowedKeys | ( | ) | const |
Definition at line 1274 of file kpgpui.cpp.
| void Kpgp::KeyRequester::changed | ( | ) | [signal] |
| QPushButton* Kpgp::KeyRequester::dialogButton | ( | ) | const [inline] |
| QPushButton* Kpgp::KeyRequester::eraseButton | ( | ) | const [inline] |
| bool Kpgp::KeyRequester::isMultipleKeysEnabled | ( | ) | const |
Definition at line 1261 of file kpgpui.cpp.
| KeyIDList Kpgp::KeyRequester::keyIDs | ( | ) | const |
Definition at line 1216 of file kpgpui.cpp.
| 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.
| void Kpgp::KeyRequester::setAllowedKeys | ( | int | allowed | ) |
Definition at line 1278 of file kpgpui.cpp.
| void Kpgp::KeyRequester::setDialogCaption | ( | const QString & | caption | ) |
Definition at line 1253 of file kpgpui.cpp.
| void Kpgp::KeyRequester::setDialogMessage | ( | const QString & | message | ) |
Definition at line 1257 of file kpgpui.cpp.
| void Kpgp::KeyRequester::setKeyIDs | ( | const KeyIDList & | keyIDs | ) |
Definition at line 1220 of file kpgpui.cpp.
| void Kpgp::KeyRequester::setMultipleKeysEnabled | ( | bool | enable | ) |
Definition at line 1265 of file kpgpui.cpp.
| void Kpgp::KeyRequester::slotDialogButtonClicked | ( | ) | [protected, slot] |
Definition at line 1235 of file kpgpui.cpp.
| void Kpgp::KeyRequester::slotEraseButtonClicked | ( | ) | [protected, slot] |
Definition at line 1247 of file kpgpui.cpp.
| void Kpgp::KeyRequester::virtual_hook | ( | int | , | |
| void * | ||||
| ) | [protected, virtual] |
Reimplemented in Kpgp::PublicKeyRequester, and Kpgp::SecretKeyRequester.
Definition at line 1673 of file kpgpui.cpp.
Member Data Documentation
int Kpgp::KeyRequester::mAllowedKeys [protected] |
QPushButton* Kpgp::KeyRequester::mDialogButton [protected] |
QString Kpgp::KeyRequester::mDialogCaption [protected] |
QString Kpgp::KeyRequester::mDialogMessage [protected] |
QPushButton* Kpgp::KeyRequester::mEraseButton [protected] |
KeyIDList Kpgp::KeyRequester::mKeys [protected] |
QLabel* Kpgp::KeyRequester::mLabel [protected] |
bool Kpgp::KeyRequester::mMulti [protected] |
The documentation for this class was generated from the following files:
KDE 4.1 API Reference