예제 #1
0
 // 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);
 }
예제 #2
0
파일: QScriptEngine.cs 프로젝트: KDE/qyoto
 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);
 }
예제 #3
0
파일: QScriptEngine.cs 프로젝트: KDE/qyoto
 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);
 }
예제 #4
0
파일: QScriptEngine.cs 프로젝트: KDE/qyoto
 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);
 }
예제 #5
0
파일: QScriptValue.cs 프로젝트: KDE/qyoto
 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);
 }
예제 #6
0
파일: QScriptValue.cs 프로젝트: KDE/qyoto
 public QScriptValue(QScriptEngine engine, double val)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QScriptValue#$", "QScriptValue(QScriptEngine*, double)", typeof(void), typeof(QScriptEngine), engine, typeof(double), val);
 }
예제 #7
0
 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);
 }
예제 #8
0
 public QScriptValue(QScriptEngine engine, double val) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QScriptValue#$", "QScriptValue(QScriptEngine*, double)", typeof(void), typeof(QScriptEngine), engine, typeof(double), val);
 }