Kate
OutputFunction Class Reference
Customizing output to result-files. More...
#include <test_regression.h>
Inheritance diagram for OutputFunction:
Public Types | |
enum | { Write, Writeln, WriteCursorPosition, WriteCursorPositionln } |
Public Member Functions | |
virtual KJS::Value | call (KJS::ExecState *exec, KJS::Object &thisObj, const KJS::List &args) |
bool | implementsCall () const |
OutputFunction (KJS::ExecState *exec, OutputObject *obj, int _id, int length) |
Detailed Description
Customizing output to result-files.
For internal use only.
Definition at line 146 of file test_regression.h.
Member Enumeration Documentation
anonymous enum |
Definition at line 154 of file test_regression.h.
Constructor & Destructor Documentation
OutputFunction::OutputFunction | ( | KJS::ExecState * | exec, | |
OutputObject * | obj, | |||
int | _id, | |||
int | length | |||
) |
Definition at line 304 of file test_regression.cpp.
Member Function Documentation
KJS::Value OutputFunction::call | ( | KJS::ExecState * | exec, | |
KJS::Object & | thisObj, | |||
const KJS::List & | args | |||
) | [virtual] |
Definition at line 317 of file test_regression.cpp.
bool OutputFunction::implementsCall | ( | ) | const |
Definition at line 312 of file test_regression.cpp.
The documentation for this class was generated from the following files: