libkleo
enum.h File Reference
#include "kleo/kleo_export.h"
Include dependency graph for enum.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
Kleo | |
Enumerations | |
enum | Kleo::Action { Kleo::Conflict, Kleo::DoIt, Kleo::DontDoIt, Kleo::Ask, Kleo::AskOpportunistic, Kleo::Impossible } |
enum | Kleo::CryptoMessageFormat { Kleo::InlineOpenPGPFormat = 1, Kleo::OpenPGPMIMEFormat = 2, Kleo::SMIMEFormat = 4, Kleo::SMIMEOpaqueFormat = 8, Kleo::AnyOpenPGP = InlineOpenPGPFormat|OpenPGPMIMEFormat, Kleo::AnySMIME = SMIMEOpaqueFormat|SMIMEFormat, Kleo::AutoFormat = AnyOpenPGP|AnySMIME } |
enum | Kleo::EncryptionPreference { Kleo::UnknownPreference = 0, Kleo::NeverEncrypt = 1, Kleo::AlwaysEncrypt = 2, Kleo::AlwaysEncryptIfPossible = 3, Kleo::AlwaysAskForEncryption = 4, Kleo::AskWheneverPossible = 5, Kleo::MaxEncryptionPreference = AskWheneverPossible } |
enum | Kleo::SigningPreference { Kleo::UnknownSigningPreference = 0, Kleo::NeverSign = 1, Kleo::AlwaysSign = 2, Kleo::AlwaysSignIfPossible = 3, Kleo::AlwaysAskForSigning = 4, Kleo::AskSigningWheneverPossible = 5, Kleo::MaxSigningPreference = AskSigningWheneverPossible } |
Functions | |
KLEO_EXPORT QStringList | Kleo::cryptoMessageFormatsToStringList (unsigned int f) |
KLEO_EXPORT QString | Kleo::cryptoMessageFormatToLabel (CryptoMessageFormat f) |
KLEO_EXPORT const char * | Kleo::cryptoMessageFormatToString (CryptoMessageFormat f) |
KLEO_EXPORT QString | Kleo::encryptionPreferenceToLabel (EncryptionPreference pref) |
KLEO_EXPORT const char * | Kleo::encryptionPreferenceToString (EncryptionPreference pref) |
KLEO_EXPORT QString | Kleo::signingPreferenceToLabel (SigningPreference pref) |
KLEO_EXPORT const char * | Kleo::signingPreferenceToString (SigningPreference pref) |
KLEO_EXPORT unsigned int | Kleo::stringListToCryptoMessageFormats (const QStringList &sl) |
KLEO_EXPORT CryptoMessageFormat | Kleo::stringToCryptoMessageFormat (const QString &s) |
KLEO_EXPORT EncryptionPreference | Kleo::stringToEncryptionPreference (const QString &str) |
KLEO_EXPORT SigningPreference | Kleo::stringToSigningPreference (const QString &str) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 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:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.