Qyoto
4.0.5
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
QScriptExtensionInterface () | |
QScriptExtensionInterface (IQScriptExtensionInterface copy) | |
override void | CreateProxy () |
abstract void | Initialize (string key, QScriptEngine engine) |
new void | Dispose () |
Public Member Functions inherited from QtCore.QFactoryInterface | |
QFactoryInterface () | |
QFactoryInterface (IQFactoryInterface copy) | |
abstract System.Collections.Generic.List < string > | Keys () |
new void | Dispose () |
Public Member Functions inherited from QtCore.IQFactoryInterface | |
System.Collections.Generic.List < string > | Keys () |
Public Member Functions inherited from QtScript.IQScriptExtensionInterface | |
void | Initialize (string key, QScriptEngine engine) |
Protected Member Functions | |
QScriptExtensionInterface (System.Type dummy) | |
Protected Member Functions inherited from QtCore.QFactoryInterface | |
QFactoryInterface (System.Type dummy) | |
Additional Inherited Members | |
Protected Attributes inherited from QtCore.QFactoryInterface | |
SmokeInvocation | interceptor |
Properties inherited from QtCore.QFactoryInterface | |
virtual System.IntPtr | SmokeObject [get, set] |
|
protected |
QtScript.QScriptExtensionInterface.QScriptExtensionInterface | ( | ) |
QtScript.QScriptExtensionInterface.QScriptExtensionInterface | ( | IQScriptExtensionInterface | copy | ) |
|
virtual |
Reimplemented from QtCore.QFactoryInterface.
new void QtScript.QScriptExtensionInterface.Dispose | ( | ) |
|
pure virtual |