OutputObject Class Reference
#include <test_regression.h>
Inherits KJS::ObjectImp.
Public Member Functions | |
OutputObject (KJS::ExecState *exec, KateDocument *d, KateView *v) | |
virtual KJS::UString | className () const |
void | setChangedFlag (bool *flag) |
void | setOutputString (TQString *s) |
Friends | |
class | OutputFunction |
Detailed Description
Customizing output to result-files.
Writing any output into result files inhibits outputting the content of the katepart after script execution, enabling one to check for coordinates and the like.
Definition at line 122 of file test_regression.h.
Constructor & Destructor Documentation
◆ OutputObject()
OutputObject::OutputObject | ( | KJS::ExecState * | exec, |
KateDocument * | d, | ||
KateView * | v | ||
) |
Definition at line 276 of file test_regression.cpp.
◆ ~OutputObject()
|
virtual |
Definition at line 293 of file test_regression.cpp.
Member Function Documentation
◆ className()
|
virtual |
Definition at line 296 of file test_regression.cpp.
◆ setChangedFlag()
|
inline |
Definition at line 130 of file test_regression.h.
◆ setOutputString()
|
inline |
Definition at line 131 of file test_regression.h.
Friends And Related Function Documentation
◆ OutputFunction
|
friend |
Definition at line 139 of file test_regression.h.
The documentation for this class was generated from the following files: