kleopatra
formatting.h File Reference
#include <gpgme++/key.h>
Include dependency graph for formatting.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
GpgME | |
Kleo | |
Kleo::Formatting | |
Enumerations | |
enum | Kleo::Formatting::ToolTipOption { Kleo::Formatting::KeyID = 0x001, Kleo::Formatting::Validity = 0x002, Kleo::Formatting::StorageLocation = 0x004, Kleo::Formatting::SerialNumber = 0x008, Kleo::Formatting::Issuer = 0x010, Kleo::Formatting::Subject = 0x020, Kleo::Formatting::ExpiryDates = 0x040, Kleo::Formatting::CertificateType = 0x080, Kleo::Formatting::CertificateUsage = 0x100, Kleo::Formatting::Fingerprint = 0x200, Kleo::Formatting::UserIDs = 0x400, Kleo::Formatting::OwnerTrust = 0x800, Kleo::Formatting::AllOptions = 0xfff } |
Functions | |
QDate | Kleo::Formatting::creationDate (const GpgME::Key &key) |
QDate | Kleo::Formatting::creationDate (const GpgME::Subkey &subkey) |
QDate | Kleo::Formatting::creationDate (const GpgME::UserID::Signature &sig) |
QString | Kleo::Formatting::creationDateString (const GpgME::Key &key) |
QString | Kleo::Formatting::creationDateString (const GpgME::Subkey &subkey) |
QString | Kleo::Formatting::creationDateString (const GpgME::UserID::Signature &sig) |
QString | Kleo::Formatting::displayName (GpgME::Protocol prot) |
QDate | Kleo::Formatting::expirationDate (const GpgME::Key &key) |
QDate | Kleo::Formatting::expirationDate (const GpgME::Subkey &subkey) |
QDate | Kleo::Formatting::expirationDate (const GpgME::UserID::Signature &sig) |
QString | Kleo::Formatting::expirationDateString (const GpgME::Key &key) |
QString | Kleo::Formatting::expirationDateString (const GpgME::Subkey &subkey) |
QString | Kleo::Formatting::expirationDateString (const GpgME::UserID::Signature &sig) |
QString | Kleo::Formatting::formatForComboBox (const GpgME::Key &key) |
QString | Kleo::Formatting::formatKeyLink (const GpgME::Key &key) |
QString | Kleo::Formatting::formatOverview (const GpgME::Key &key) |
QString | Kleo::Formatting::importMetaData (const GpgME::Import &import) |
QString | Kleo::Formatting::importMetaData (const GpgME::Import &import, const QStringList &sources) |
QString | Kleo::Formatting::ownerTrustShort (const GpgME::Key &key) |
QString | Kleo::Formatting::ownerTrustShort (GpgME::Key::OwnerTrust trust) |
QString | Kleo::Formatting::prettyEMail (const char *email, const char *id) |
QString | Kleo::Formatting::prettyEMail (const GpgME::Key &key) |
QString | Kleo::Formatting::prettyEMail (const GpgME::UserID &uid) |
QString | Kleo::Formatting::prettyEMail (const GpgME::UserID::Signature &sig) |
QString | Kleo::Formatting::prettyKeyID (const char *id) |
QString | Kleo::Formatting::prettyName (int proto, const char *id, const char *name, const char *comment) |
QString | Kleo::Formatting::prettyName (const GpgME::Key &key) |
QString | Kleo::Formatting::prettyName (const GpgME::UserID &uid) |
QString | Kleo::Formatting::prettyName (const GpgME::UserID::Signature &sig) |
QString | Kleo::Formatting::prettyNameAndEMail (int proto, const char *id, const char *name, const char *email, const char *comment) |
QString | Kleo::Formatting::prettyNameAndEMail (int proto, const QString &id, const QString &name, const QString &email, const QString &comment) |
QString | Kleo::Formatting::prettyNameAndEMail (const GpgME::Key &key) |
QString | Kleo::Formatting::prettyNameAndEMail (const GpgME::UserID &key) |
QString | Kleo::Formatting::prettyUserID (const GpgME::UserID &uid) |
QString | Kleo::Formatting::signatureToString (const GpgME::Signature &sig, const GpgME::Key &key) |
const char * | Kleo::Formatting::summaryToString (const GpgME::Signature::Summary summary) |
QString | Kleo::Formatting::toolTip (const GpgME::Key &key, int opts) |
QString | Kleo::Formatting::type (const GpgME::Key &key) |
QString | Kleo::Formatting::type (const GpgME::Subkey &subkey) |
QString | Kleo::Formatting::validityShort (const GpgME::Subkey &subkey) |
QString | Kleo::Formatting::validityShort (const GpgME::UserID &uid) |
QString | Kleo::Formatting::validityShort (const GpgME::UserID::Signature &sig) |
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
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.