kleopatra
#include <gnupgprocesscommand.h>
|
Public Types inherited from Kleo::Command |
| enum | Restriction {
NoRestriction = 0,
NeedSelection = 1,
OnlyOneKey = 2,
NeedSecretKey = 4,
MustNotBeSecretKey = 8,
MustBeOpenPGP = 16,
MustBeCMS = 32,
MayOnlyBeSecretKeyIfOwnerTrustIsNotYetUltimate = 64,
AnyCardHasNullPin = 128,
AnyCardCanLearnKeys = 256,
MustBeRoot = 512,
MustBeTrustedRoot = 1024|MustBeRoot,
MustBeUntrustedRoot = 2048|MustBeRoot,
_AllRestrictions_Helper,
AllRestrictions = 2*(_AllRestrictions_Helper-1) - 1
} |
| |
Public Slots inherited from Kleo::Command |
| void | cancel () |
| |
| void | start () |
| |
Signals inherited from Kleo::Command |
| void | canceled () |
| |
| void | finished () |
| |
| void | info (const QString &message, int timeout=0) |
| |
| void | progress (const QString &message, int current, int total) |
| |
Static Public Member Functions inherited from Kleo::Command |
| static Restrictions | restrictions () |
| |
Protected Attributes inherited from Kleo::Command |
| kdtools::pimpl_ptr< Private > | d |
| |
Definition at line 44 of file gnupgprocesscommand.h.
| GnuPGProcessCommand::GnuPGProcessCommand |
( |
QAbstractItemView * |
view, |
|
|
KeyListController * |
parent |
|
) |
| |
|
explicitprotected |
| GnuPGProcessCommand::GnuPGProcessCommand |
( |
const GpgME::Key & |
key | ) |
|
|
explicitprotected |
| GnuPGProcessCommand::~GnuPGProcessCommand |
( |
| ) |
|
|
protected |
| QDialog * GnuPGProcessCommand::dialog |
( |
| ) |
const |
| QString GnuPGProcessCommand::errorString |
( |
| ) |
const |
|
protected |
| bool GnuPGProcessCommand::ignoresSuccessOrFailure |
( |
| ) |
const |
|
protected |
| void GnuPGProcessCommand::setIgnoresSuccessOrFailure |
( |
bool |
ignore | ) |
|
|
protected |
| void GnuPGProcessCommand::setShowsOutputWindow |
( |
bool |
show | ) |
|
|
protected |
| bool GnuPGProcessCommand::showsOutputWindow |
( |
| ) |
const |
|
protected |
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:56:43 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.