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