Kross
Kross::KjsInterpreter Class Reference
The KjsInterpreter class implements Kross::Interpreter for the KDE Javascript interpreter backend. More...
#include <kjsinterpreter.h>
Inheritance diagram for Kross::KjsInterpreter:
Public Member Functions | |
| virtual Kross::Script * | createScript (Kross::Action *Action) |
| KjsInterpreter (Kross::InterpreterInfo *info) | |
| virtual | ~KjsInterpreter () |
Detailed Description
The KjsInterpreter class implements Kross::Interpreter for the KDE Javascript interpreter backend.
Definition at line 40 of file kjsinterpreter.h.
Constructor & Destructor Documentation
| KjsInterpreter::KjsInterpreter | ( | Kross::InterpreterInfo * | info | ) | [explicit] |
Constructor.
- Parameters:
-
info The Kross::InterpreterInfo instance which describes the KjsInterpreter for applications using Kross.
Definition at line 42 of file kjsinterpreter.cpp.
| KjsInterpreter::~KjsInterpreter | ( | ) | [virtual] |
Destructor.
Definition at line 48 of file kjsinterpreter.cpp.
Member Function Documentation
| Kross::Script * KjsInterpreter::createScript | ( | Kross::Action * | Action | ) | [virtual] |
- Returns:
- a KjsScript instance.
Implements Kross::Interpreter.
Definition at line 53 of file kjsinterpreter.cpp.
The documentation for this class was generated from the following files:
KDE 4.3 API Reference