KDECore
kcodecs.h File Reference
#include <kdecore_export.h>
Include dependency graph for kcodecs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KMD5 |
Namespaces | |
KCodecs | |
Macros | |
#define | KBase64 KCodecs |
Functions | |
QByteArray | KCodecs::base64Decode (const QByteArray &in) |
void | KCodecs::base64Decode (const QByteArray &in, QByteArray &out) |
QByteArray | KCodecs::base64Encode (const QByteArray &in, bool insertLFs=false) |
void | KCodecs::base64Encode (const QByteArray &in, QByteArray &out, bool insertLFs=false) |
QString | KCodecs::decodeRFC2047String (const QString &text) |
QByteArray | KCodecs::quotedPrintableDecode (const QByteArray &in) |
void | KCodecs::quotedPrintableDecode (const QByteArray &in, QByteArray &out) |
QByteArray | KCodecs::quotedPrintableEncode (const QByteArray &in, bool useCRLF=true) |
void | KCodecs::quotedPrintableEncode (const QByteArray &in, QByteArray &out, bool useCRLF) |
QByteArray | KCodecs::uudecode (const QByteArray &in) |
void | KCodecs::uudecode (const QByteArray &in, QByteArray &out) |
QByteArray | KCodecs::uuencode (const QByteArray &in) |
void | KCodecs::uuencode (const QByteArray &in, QByteArray &out) |
Macro Definition Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.