kleopatra
classify.h File Reference
#include <gpgme++/global.h>
Include dependency graph for classify.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
Kleo | |
Kleo::Class | |
Macros | |
#define | make_convenience(What, Mask) |
Functions | |
unsigned int | Kleo::classify (const QString &filename) |
unsigned int | Kleo::classify (const QStringList &fileNames) |
unsigned int | Kleo::classifyContent (const QByteArray &data) |
ProtocolMask FormatMask TypeMask TypeMask TypeMask GpgME::Protocol | Kleo::findProtocol (const unsigned int classifcation) |
GpgME::Protocol | Kleo::findProtocol (const QString &filename) |
QStringList | Kleo::findSignatures (const QString &signedDataFileName) |
QString | Kleo::findSignedData (const QString &signatureFileName) |
Kleo::make_convenience (CMS, ProtocolMask) make_convenience(OpenPGP | |
ProtocolMask | Kleo::make_convenience (Binary, FormatMask) make_convenience(Ascii |
ProtocolMask FormatMask | Kleo::make_convenience (DetachedSignature, TypeMask) make_convenience(OpaqueSignature |
ProtocolMask FormatMask TypeMask | Kleo::make_convenience (CipherText, TypeMask) make_convenience(AnyMessageType |
ProtocolMask FormatMask TypeMask TypeMask | Kleo::make_convenience (CertificateRevocationList, TypeMask) make_convenience(AnyCertStoreType |
const char * | Kleo::outputFileExtension (unsigned int classification) |
QString | Kleo::outputFileName (const QString &input) |
QString | Kleo::printableClassification (unsigned int classification) |
Macro Definition Documentation
#define make_convenience | ( | What, | |
Mask | |||
) |
Value:
return ( classify( filename ) & Class::Mask ) == Class::What ; \
} \
return ( classifcation & Class::Mask ) == Class::What ; \
} \
inline bool mayBe##What( const QString & filename ) { \
return classify( filename ) & Class::What ; \
} \
inline bool mayBe##What( const unsigned int classifcation ) { \
return classifcation & Class::What ; \
}
static bool is(const QListWidgetItem *item, bool(QFont::*func)() const )
Definition: appearanceconfigwidget.cpp:102
Definition at line 99 of file classify.h.
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.