kjsembed
kjseglobal.cpp File Reference
#include "kjseglobal.h"
Include dependency graph for kjseglobal.cpp:

Go to the source code of this file.
Functions | |
QTextStream & | consoleError () |
QTextStream & | consoleIn () |
QTextStream & | consoleOut () |
char * | itoa (int num, char *str, int) |
Variables | |
static QTextStream * | kjsembed_err = 0L |
static QTextStream * | kjsembed_in = 0L |
static QTextStream * | kjsembed_out = 0L |
Function Documentation
QTextStream& consoleError | ( | ) |
Definition at line 114 of file kjseglobal.cpp.
QTextStream& consoleIn | ( | ) |
Definition at line 119 of file kjseglobal.cpp.
QTextStream& consoleOut | ( | ) |
Definition at line 109 of file kjseglobal.cpp.
char* itoa | ( | int | num, | |
char * | str, | |||
int | ||||
) |
Definition at line 44 of file kjseglobal.cpp.
Variable Documentation
QTextStream* kjsembed_err = 0L [static] |
Definition at line 39 of file kjseglobal.cpp.
QTextStream* kjsembed_in = 0L [static] |
Definition at line 40 of file kjseglobal.cpp.
QTextStream* kjsembed_out = 0L [static] |
Definition at line 41 of file kjseglobal.cpp.