// QScriptClass* QScriptClass(QScriptEngine* arg1,QScriptClassPrivate& arg2); >>>> NOT CONVERTED public QScriptClass(QScriptEngine engine) : this((Type)null) { CreateProxy(); interceptor.Invoke("QScriptClass#", "QScriptClass(QScriptEngine*)", typeof(void), typeof(QScriptEngine), engine); }
public QScriptValue NewQObject(QScriptValue scriptObject, QObject qtObject, QScriptEngine.ValueOwnership ownership, uint options) { return (QScriptValue) interceptor.Invoke("newQObject##$$", "newQObject(const QScriptValue&, QObject*, QScriptEngine::ValueOwnership, const QScriptEngine::QObjectWrapOptions&)", typeof(QScriptValue), typeof(QScriptValue), scriptObject, typeof(QObject), qtObject, typeof(QScriptEngine.ValueOwnership), ownership, typeof(uint), options); }
public QScriptValue NewQObject(QScriptValue scriptObject, QObject qtObject, QScriptEngine.ValueOwnership ownership) { return (QScriptValue) interceptor.Invoke("newQObject##$", "newQObject(const QScriptValue&, QObject*, QScriptEngine::ValueOwnership)", typeof(QScriptValue), typeof(QScriptValue), scriptObject, typeof(QObject), qtObject, typeof(QScriptEngine.ValueOwnership), ownership); }
public QScriptValue NewQObject(QObject arg1, QScriptEngine.ValueOwnership ownership) { return (QScriptValue) interceptor.Invoke("newQObject#$", "newQObject(QObject*, QScriptEngine::ValueOwnership)", typeof(QScriptValue), typeof(QObject), arg1, typeof(QScriptEngine.ValueOwnership), ownership); }
public QScriptValue(QScriptEngine engine, string val) : this((Type) null) { CreateProxy(); interceptor.Invoke("QScriptValue#$", "QScriptValue(QScriptEngine*, const QString&)", typeof(void), typeof(QScriptEngine), engine, typeof(string), val); }
public QScriptValue(QScriptEngine engine, double val) : this((Type) null) { CreateProxy(); interceptor.Invoke("QScriptValue#$", "QScriptValue(QScriptEngine*, double)", typeof(void), typeof(QScriptEngine), engine, typeof(double), val); }
public QScriptValue(QScriptEngine engine, string val) : this((Type)null) { CreateProxy(); interceptor.Invoke("QScriptValue#$", "QScriptValue(QScriptEngine*, const QString&)", typeof(void), typeof(QScriptEngine), engine, typeof(string), val); }
public QScriptValue(QScriptEngine engine, double val) : this((Type)null) { CreateProxy(); interceptor.Invoke("QScriptValue#$", "QScriptValue(QScriptEngine*, double)", typeof(void), typeof(QScriptEngine), engine, typeof(double), val); }