KDECore
kcodecs.h File Reference
#include <kdecore_export.h>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-2015 The KDE developers.
Generated on Fri May 1 2015 14:05:45 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2015 The KDE developers.
Generated on Fri May 1 2015 14:05:45 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.