kjsembed
kjseglobal.h File Reference
#include <kdemacros.h>
#include <stdlib.h>
#include <ctype.h>
#include <QtCore/QTextStream>
#include <kjs/ustring.h>
#include <kjs/identifier.h>
#include <kjs/value.h>
#include <kdebug.h>
#include <klocale.h>
Include dependency graph for kjseglobal.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | KJS |
| namespace | KJSEmbed |
Defines | |
| #define | KJSEMBED_EXPORT KDE_EXPORT |
Functions | |
| QTextStream * | KJSEmbed::conerr () |
| QTextStream * | KJSEmbed::conin () |
| QTextStream * | KJSEmbed::conout () |
| KJS::JSCell * | KJS::jsString (const QString &s) |
| void | RedirectIOToConsole () |
| QString | KJSEmbed::toQString (const KJS::Identifier &i) |
| QString | KJSEmbed::toQString (const KJS::UString &u) |
| KJS::UString | KJSEmbed::toUString (const QString &qs) |
Define Documentation
| #define KJSEMBED_EXPORT KDE_EXPORT |
Definition at line 35 of file kjseglobal.h.
Function Documentation
| void RedirectIOToConsole | ( | ) |
KDE 4.1 API Reference