Kate
TestJScriptEnv Class Reference
#include <test_regression.h>
Inheritance diagram for TestJScriptEnv:
Public Member Functions | |
KJS::Object | document () const |
KJS::Object | global () const |
KJS::Interpreter & | interpreter () |
OutputObject * | output () const |
TestJScriptEnv (KateDocument *part) | |
KJS::Object | view () const |
virtual | ~TestJScriptEnv () |
Protected Attributes | |
OutputObject * | m_output |
Detailed Description
For internal use only.
The backbone of Kate's automatic regression tests.
Definition at line 51 of file test_regression.h.
Constructor & Destructor Documentation
TestJScriptEnv::TestJScriptEnv | ( | KateDocument * | part | ) |
Definition at line 81 of file test_regression.cpp.
TestJScriptEnv::~TestJScriptEnv | ( | ) | [virtual] |
Definition at line 105 of file test_regression.cpp.
Member Function Documentation
KJS::Object TestJScriptEnv::document | ( | ) | const [inline] |
KJS::Object TestJScriptEnv::global | ( | ) | const [inline] |
KJS::Interpreter& TestJScriptEnv::interpreter | ( | ) | [inline] |
OutputObject* TestJScriptEnv::output | ( | ) | const [inline] |
KJS::Object TestJScriptEnv::view | ( | ) | const [inline] |
Member Data Documentation
OutputObject* TestJScriptEnv::m_output [protected] |
Definition at line 69 of file test_regression.h.
The documentation for this class was generated from the following files: