QObject

Undocumented in source.

Constructors

this
this(bool disableDosCalls)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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.

Properties

objectName
string objectName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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.

Templates

connect
template connect(alias slot)
Undocumented in source.
disconnect
template disconnect(alias slot)
Undocumented in source.

Variables

disableDosCalls
bool disableDosCalls;
Undocumented in source.
vptr
void* vptr;
Undocumented in source.

Meta