Functions |
bool | fileExists (const QString &name) |
void | ParameterGroupStatesfromScriptValue (const QScriptValue &obj, enum ParameterGroup::ParameterGroupStates &en) |
QScriptValue | ParameterGroupStatestoScriptValue (QScriptEngine *engine, const enum ParameterGroup::ParameterGroupStates &en) |
void | ParameterGroupTypesfromScriptValue (const QScriptValue &obj, enum ParameterGroup::ParameterGroupTypes &en) |
QScriptValue | ParameterGroupTypestoScriptValue (QScriptEngine *engine, const enum ParameterGroup::ParameterGroupTypes &en) |
void | QtWindowModalityfromScriptValue (const QScriptValue &obj, enum Qt::WindowModality &en) |
QScriptValue | QtWindowModalitytoScriptValue (QScriptEngine *engine, const enum Qt::WindowModality &en) |
void | SaveFlagsfromScriptValue (const QScriptValue &obj, enum SaveFlags &en) |
QScriptValue | SaveFlagstoScriptValue (QScriptEngine *engine, const enum SaveFlags &en) |
QString | scriptHandleIncludes (QString source) |
| C++ implementation of the original script include mechanism.
|
void | SetResponsefromScriptValue (const QScriptValue &obj, enum SetResponse &sr) |
QScriptValue | SetResponsetoScriptValue (QScriptEngine *engine, const enum SetResponse &sr) |
void | WindowSystemfromScriptValue (const QScriptValue &obj, enum GUIClient::WindowSystem &en) |
QScriptValue | WindowSystemtoScriptValue (QScriptEngine *engine, const enum GUIClient::WindowSystem &en) |