#include "scriptingengine.h"#include "scriptingasset.h"#include "scriptingcomponent.h"#include <QtScript>#include "scriptingengine.moc"Go to the source code of this file.
Classes | |
| class | GluonEngine::ScriptingEngine::Private |
Namespaces | |
| namespace | GluonEngine |
Functions | |
| void | qtscript_initialize_com_trolltech_qt_gui_bindings (QScriptValue &) |
| QScriptValue | gluonObjectToScriptValue (QScriptEngine *engine, GluonCore::GluonObject *const &in) |
| void | gluonObjectFromScriptValue (const QScriptValue &object, GluonCore::GluonObject *&out) |
| QScriptValue | gameObjectToScriptValue (QScriptEngine *engine, GluonEngine::GameObject *const &in) |
| void | gameObjectFromScriptValue (const QScriptValue &object, GluonEngine::GameObject *&out) |
| void gameObjectFromScriptValue | ( | const QScriptValue & | object, | |
| GluonEngine::GameObject *& | out | |||
| ) |
Definition at line 216 of file scriptingengine.cpp.
| QScriptValue gameObjectToScriptValue | ( | QScriptEngine * | engine, | |
| GluonEngine::GameObject *const & | in | |||
| ) |
Definition at line 211 of file scriptingengine.cpp.
| void gluonObjectFromScriptValue | ( | const QScriptValue & | object, | |
| GluonCore::GluonObject *& | out | |||
| ) |
Definition at line 206 of file scriptingengine.cpp.
| QScriptValue gluonObjectToScriptValue | ( | QScriptEngine * | engine, | |
| GluonCore::GluonObject *const & | in | |||
| ) |
Definition at line 201 of file scriptingengine.cpp.
| void qtscript_initialize_com_trolltech_qt_gui_bindings | ( | QScriptValue & | ) |
Definition at line 50 of file com_trolltech_qt_gui_init.cpp.
1.6.3