libkpgp
Kpgp::SecretKeyRequester Class Reference
#include <kpgpui.h>
Inheritance diagram for Kpgp::SecretKeyRequester:
Public Member Functions | |
SecretKeyRequester (QWidget *parent=0, bool multipleKeys=false, unsigned int allowedKeys=SecretKeys, const char *name=0) | |
virtual | ~SecretKeyRequester () |
Public Member Functions inherited from Kpgp::KeyRequester | |
KeyRequester (QWidget *parent=0, bool multipleKeys=false, unsigned int allowedKeys=AllKeys, const char *name=0) | |
virtual | ~KeyRequester () |
int | allowedKeys () const |
QPushButton * | dialogButton () const |
QPushButton * | eraseButton () const |
bool | isMultipleKeysEnabled () const |
KeyIDList | keyIDs () const |
void | setAllowedKeys (int allowed) |
void | setDialogCaption (const QString &caption) |
void | setDialogMessage (const QString &message) |
void | setKeyIDs (const KeyIDList &keyIDs) |
void | setMultipleKeysEnabled (bool enable) |
Protected Member Functions | |
KeyIDList | keyRequestHook (Module *pgp) const |
virtual void | virtual_hook (int, void *) |
Additional Inherited Members | |
Signals inherited from Kpgp::KeyRequester | |
void | changed () |
Protected Slots inherited from Kpgp::KeyRequester | |
void | slotDialogButtonClicked () |
void | slotEraseButtonClicked () |
Protected Attributes inherited from Kpgp::KeyRequester | |
int | mAllowedKeys |
QPushButton * | mDialogButton |
QString | mDialogCaption |
QString | mDialogMessage |
QPushButton * | mEraseButton |
KeyIDList | mKeys |
QLabel * | mLabel |
bool | mMulti |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Definition at line 1304 of file kpgpui.cpp.
|
virtual |
Definition at line 1311 of file kpgpui.cpp.
Member Function Documentation
Reimplement this to return a list of selected keys.
Implements Kpgp::KeyRequester.
Definition at line 1315 of file kpgpui.cpp.
|
protectedvirtual |
Reimplemented from Kpgp::KeyRequester.
Definition at line 1683 of file kpgpui.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.