- connect
bool connect(QObject sender, string signal, string method, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- disconnect
bool disconnect(QObject sender, string signal, string method)
Undocumented in source. Be warned that the author may not have intended to support it.
- emit
void emit(string signalName, T t)
Undocumented in source. Be warned that the author may not have intended to support it.
- emit
void emit(string signalName, QVariant value)
Undocumented in source. Be warned that the author may not have intended to support it.
- emit
void emit(string signalName, QVariant[] arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
- metaObject
QMetaObject metaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
- onSlotCalled
void onSlotCalled(QVariant slotName, QVariant[] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDisableDosCalls
void setDisableDosCalls(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setVoidPointer
void setVoidPointer(void* vptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- voidPointer
void* voidPointer()
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
bool connect(QObject sender, string signal, QObject receiver, string method, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- disconnect
bool disconnect(QObject sender, string signal, QObject receiver, string method)
Undocumented in source. Be warned that the author may not have intended to support it.
- staticMetaObject
QMetaObject staticMetaObject()
Undocumented in source. Be warned that the author may not have intended to support it.
- staticSlotCallback
void staticSlotCallback(void* qObjectPtr, void* rawSlotName, int numParameters, void** parametersArray)
Undocumented in source. Be warned that the author may not have intended to support it.