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 | FormAssistant |
| The FormAssistant class provides access to KAssistantDialog objects as top-level containers. 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 | FormListView |
| The FormListView class provides access to a ListView. 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 | MetaTypeHandler |
| Base class for metatype-handlers as used returned by the Kross::Manager::metaTypeHandler() method. 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:. More... | |
| class | TranslationModule |
| The TranslationModule provides access to KDE translation and internationalization facilities. More... | |
| class | WrapperInterface |
| Wrapper-class used to provide handlers for custom types. More... | |
Functions | |
| static ErrorInterface | extractError (const KJS::Completion &completion, KJS::ExecState *exec) |
| KROSSCORE_EXPORT void | krossdebug (const QString &s) |
| KROSSCORE_EXPORT void | krosswarning (const QString &s) |
Function Documentation
| static ErrorInterface Kross::extractError | ( | const KJS::Completion & | completion, | |
| KJS::ExecState * | exec | |||
| ) | [static] |
Extract an errormessage from a KJS::Completion object.
Definition at line 49 of file kjsscript.cpp.
| KROSSCORE_EXPORT void Kross::krossdebug | ( | const QString & | s | ) |
Debugging function.
| KROSSCORE_EXPORT void Kross::krosswarning | ( | const QString & | s | ) |
Warning function.
KDE 4.3 API Reference