kleopatra
#include <command.h>
|
| 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
} |
| |
|
| void | canceled () |
| |
| void | finished () |
| |
| void | info (const QString &message, int timeout=0) |
| |
| void | progress (const QString &message, int current, int total) |
| |
Definition at line 58 of file commands/command.h.
| Enumerator |
|---|
| NoRestriction |
|
| NeedSelection |
|
| OnlyOneKey |
|
| NeedSecretKey |
|
| MustNotBeSecretKey |
|
| MustBeOpenPGP |
|
| MustBeCMS |
|
| MayOnlyBeSecretKeyIfOwnerTrustIsNotYetUltimate |
|
| AnyCardHasNullPin |
|
| AnyCardCanLearnKeys |
|
| MustBeRoot |
|
| MustBeTrustedRoot |
|
| MustBeUntrustedRoot |
|
| _AllRestrictions_Helper |
|
| AllRestrictions |
|
Definition at line 67 of file commands/command.h.
| Kleo::Command::Command |
( |
const GpgME::Key & |
key | ) |
|
|
explicit |
| Kleo::Command::Command |
( |
const std::vector< GpgME::Key > & |
keys | ) |
|
|
explicit |
| Command::Command |
( |
QAbstractItemView * |
view, |
|
|
Private * |
pp |
|
) |
| |
|
explicitprotected |
| Kleo::Command::Command |
( |
const std::vector< GpgME::Key > & |
keys, |
|
|
Private * |
pp |
|
) |
| |
|
explicitprotected |
| Kleo::Command::Command |
( |
const GpgME::Key & |
key, |
|
|
Private * |
pp |
|
) |
| |
|
explicitprotected |
| bool Command::autoDelete |
( |
| ) |
const |
| void Kleo::Command::canceled |
( |
| ) |
|
|
signal |
| void Kleo::Command::finished |
( |
| ) |
|
|
signal |
| void Kleo::Command::info |
( |
const QString & |
message, |
|
|
int |
timeout = 0 |
|
) |
| |
|
signal |
| void Kleo::Command::progress |
( |
const QString & |
message, |
|
|
int |
current, |
|
|
int |
total |
|
) |
| |
|
signal |
| static Restrictions Kleo::Command::restrictions |
( |
| ) |
|
|
inlinestatic |
| void Command::setAutoDelete |
( |
bool |
on | ) |
|
| void Command::setIndex |
( |
const QModelIndex & |
idx | ) |
|
| void Command::setIndexes |
( |
const QList< QModelIndex > & |
idx | ) |
|
| void Command::setKey |
( |
const GpgME::Key & |
key | ) |
|
| void Command::setKeys |
( |
const std::vector< GpgME::Key > & |
keys | ) |
|
| void Command::setParentWId |
( |
WId |
wid | ) |
|
| void Command::setParentWidget |
( |
QWidget * |
widget | ) |
|
| void Command::setView |
( |
QAbstractItemView * |
view | ) |
|
| void Command::setWarnWhenRunningAtShutdown |
( |
bool |
warn | ) |
|
| bool Command::warnWhenRunningAtShutdown |
( |
| ) |
const |
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:42 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.