dqml v0.5.0 (2016-04-10T13:04:11Z)
Home
Dub
Repo
QObject.connect
dqml
qobject
QObject
Undocumented in source.
bool
connect
(QObject sender, string signalName, QObject receiver, ConnectionType type)
template
connect
(alias slot)
protected static
bool
connect
(
QObject
sender
,
string
signalName
,
QObject
receiver
,
ConnectionType
type
=
ConnectionType.Auto
)
bool
connect
(QObject sender, string signalName, ConnectionType type)
bool
connect
(QObject sender, string signal, string method, ConnectionType type)
bool
connect
(QObject sender, string signal, QObject receiver, string method, ConnectionType type)
Members
Functions
connect
bool
connect
(QObject sender, string signalName, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
connect
bool
connect
(QObject sender, string signalName, QObject receiver, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dqml
qobject
QObject
constructors
this
destructors
~this
functions
connect
disconnect
emit
metaObject
onSlotCalled
setDisableDosCalls
setVoidPointer
voidPointer
properties
objectName
static functions
staticMetaObject
staticSlotCallback
variables
disableDosCalls
vptr