KDocTools
#include "xslt.h"#include <libxslt/xsltconfig.h>#include <libxslt/xsltInternals.h>#include <libxslt/transform.h>#include <libxslt/xsltutils.h>#include <libxml/xmlIO.h>#include <libxml/parserInternals.h>#include <libxml/catalog.h>#include <QtCore/QDate>#include <QtCore/QDir>#include <QtCore/QRegExp>#include <assert.h>#include <QtCore/QTextCodec>#include <stdlib.h>#include <stdarg.h>#include <config-kdoctools.h>#include <QtCore/QCoreApplication>#include <QtCore/QDebug>#include <QtCore/QHash>Go to the source code of this file.
Macros | |
| #define | INFO(x) if (slave) slave->infoMessage(x); |
Functions | |
| int | closeQString (void *context) |
| QByteArray | fromUnicode (const QString &data) |
| void | replaceCharsetHeader (QString &output) |
| QString | splitOut (const QString &parsed, int index) |
| QString | transform (const QString &pat, const QString &tss, const QVector< const char * > ¶ms) |
| int | writeToQString (void *context, const char *buffer, int len) |
Variables | |
| HelpProtocol * | slave |
Macro Definition Documentation
◆ INFO
Function Documentation
◆ closeQString()
◆ fromUnicode()
◆ replaceCharsetHeader()
◆ splitOut()
◆ transform()
| QString transform | ( | const QString & | pat, |
| const QString & | tss, | ||
| const QVector< const char * > & | params | ||
| ) |
◆ writeToQString()
| int writeToQString | ( | void * | context, |
| const char * | buffer, | ||
| int | len | ||
| ) |
Variable Documentation
◆ slave
| HelpProtocol* slave |
Definition at line 174 of file kio_help.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:03:54 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:03:54 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.