Exemple #1
0
 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));
 }
Exemple #2
0
 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));
 }
Exemple #3
0
 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));
 }