kgpg
#include <keyservers.h>
Definition at line 51 of file keyservers.h.
KeyServer::KeyServer |
( |
QWidget * |
parent = 0 , |
|
|
KGpgItemModel * |
model = 0 , |
|
|
const bool |
autoclose = false |
|
) |
| |
|
explicit |
KeyServer::~KeyServer |
( |
| ) |
|
Returns the server list.
The first item is the server configured in gpg.
Definition at line 339 of file keyservers.cpp.
void KeyServer::handleQuit |
( |
| ) |
|
|
slot |
void KeyServer::importFailed |
( |
| ) |
|
|
signal |
importing failed
This is emitted when key importing is finished and importFinished() is not emitted. The main usage is to properly clean up the object when using startImport().
void KeyServer::slotEnableProxyE |
( |
const bool |
on | ) |
|
|
slot |
void KeyServer::slotEnableProxyI |
( |
const bool |
on | ) |
|
|
slot |
void KeyServer::slotExport |
( |
const QStringList & |
keyIds | ) |
|
|
slot |
void KeyServer::slotImport |
( |
| ) |
|
|
slot |
void KeyServer::slotOk |
( |
| ) |
|
|
slot |
void KeyServer::slotPreExport |
( |
| ) |
|
|
slot |
void KeyServer::slotPreImport |
( |
| ) |
|
|
slot |
void KeyServer::slotSetExportAttribute |
( |
const QString & |
attr | ) |
|
|
slot |
void KeyServer::slotSetKeyserver |
( |
const QString & |
server | ) |
|
|
slot |
void KeyServer::slotSetText |
( |
const QString & |
text | ) |
|
|
slot |
void KeyServer::slotTextChanged |
( |
const QString & |
text | ) |
|
|
slot |
import the given keys
- Parameters
-
keys | the key fingerprints or ids to import |
server | the key server to use, if empty the default server is used |
proxy | the proxy to use |
This will set up the underlying transaction to fetch the keys as well as it will take care of setting up everything so the user will get the results shown.
Definition at line 110 of file keyservers.cpp.
void KeyServer::transferKeyID |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.