Kate
OutputObject Class Reference
Customizing output to result-files. More...
#include <test_regression.h>
Inheritance diagram for OutputObject:
Public Member Functions | |
virtual KJS::UString | className () const |
OutputObject (KJS::ExecState *exec, KateDocument *d, KateView *v) | |
void | setChangedFlag (bool *flag) |
void | setOutputString (QString *s) |
virtual | ~OutputObject () |
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.
For internal use only.
Definition at line 122 of file test_regression.h.
Constructor & Destructor Documentation
OutputObject::OutputObject | ( | KJS::ExecState * | exec, | |
KateDocument * | d, | |||
KateView * | v | |||
) |
Definition at line 276 of file test_regression.cpp.
OutputObject::~OutputObject | ( | ) | [virtual] |
Definition at line 293 of file test_regression.cpp.
Member Function Documentation
KJS::UString OutputObject::className | ( | ) | const [virtual] |
Definition at line 296 of file test_regression.cpp.
void OutputObject::setChangedFlag | ( | bool * | flag | ) | [inline] |
Definition at line 130 of file test_regression.h.
void OutputObject::setOutputString | ( | QString * | s | ) | [inline] |
Definition at line 131 of file test_regression.h.
The documentation for this class was generated from the following files: