Kross
Kross Namespace Reference
Classes | |
class | Action |
The Action class is an abstract container to deal with scripts like a single standalone script file. More... | |
class | ActionCollection |
The ActionCollection class manages collections of Action instances. More... | |
class | ActionCollectionEditor |
The ActionCollectionEditor class implements a general editor for Action and ActionCollection instances. More... | |
class | ActionCollectionModel |
The ActionCollectionModel class implements a QAbstractItemModel to provide a model for views of a ActionCollection instance that manages a collection of Action instances. More... | |
class | ActionCollectionProxyModel |
The ActionCollectionProxyModel class implements a QSortFilterProxyModel for a ActionCollectionModel instance. More... | |
class | ActionCollectionView |
The ActionCollectionView class shows a QTreeView where the content of a ActionCollection is displayed and optional actions to run, stop, add, edit and remove scripts are provided. More... | |
class | ChildrenInterface |
Interface for managing Object collections. More... | |
class | EcmaInterpreter |
The EcmaInterpreter class implements a Kross::Interpreter to provide a factory for EcmaScript instances. More... | |
class | EcmaPlugin |
Kross QtScript Extension that provides access to the Kross Scripting Framework within the QtScript scripting language. More... | |
class | EcmaScript |
The EcmaScript class implements a Kross::Script to handle a single script. More... | |
class | ErrorInterface |
Interface for error-handling. More... | |
class | FormDialog |
The FormDialog class provides access to KDialog objects as top-level containers. More... | |
class | FormFileWidget |
The FormFileWidget class provides access to a KFileWidget. More... | |
class | FormModule |
The FormModule provides access to UI functionality like dialogs or widgets. More... | |
class | FormProgressDialog |
The FormProgressDialog class provides access to progressbar. More... | |
class | Interpreter |
Base class for interpreter implementations. More... | |
class | InterpreterInfo |
The InterpreterInfo class provides abstract information about a Interpreter before the interpreter-backend itself is loaded. More... | |
class | KjsInterpreter |
The KjsInterpreter class implements Kross::Interpreter for the KDE Javascript interpreter backend. More... | |
class | KjsScript |
The KjsScript class implements Kross::Script to provide scripts for the KDE JavaScript interpreter backend. More... | |
class | Manager |
The Manager class is a singleton that provides the main entry point to deal with the Kross Scripting Framework. More... | |
class | MetaFunction |
The MetaFunction class implements a QObject to provide an adaptor between Qt signals+slots and scripting functions. More... | |
class | MetaType |
Base class for metatype-implementations. More... | |
class | MetaTypeImpl |
Metatypes which are registered in the QMetaType system. More... | |
class | MetaTypeVariant |
Metatypes which are listened in QVariant::Type. More... | |
class | MetaTypeVoidStar |
Metatype for generic VoidStar pointers. More... | |
class | Object |
The class Object does provide us scripting objects like class instances to the C++ world. More... | |
class | Script |
Base class for interpreter dependent functionality each script provides. More... | |
class | ScriptingPlugin |
The ScriptingPlugin class loads additional actions stored in rc files with the KrossScripting format, e.g. More... | |
Functions | |
static ErrorInterface | extractError (const KJS::Completion &completion, KJS::ExecState *exec) |
void | krossdebug (const QString &s) |
void | krosswarning (const QString &s) |
Function Documentation
static ErrorInterface Kross::extractError | ( | const KJS::Completion & | completion, | |
KJS::ExecState * | exec | |||
) | [static] |
void Kross::krossdebug | ( | const QString & | s | ) |
void Kross::krosswarning | ( | const QString & | s | ) |