dqml v0.5.0 (2016-04-10T13:04:11Z)
Home
Dub
Repo
QObject.connect
dqml
qobject
QObject
Undocumented in source. Be warned that the author may not have intended to support it.
bool
connect
(QObject sender, string signal, string method, ConnectionType type)
class
QObject
protected
bool
connect
(
QObject
sender
,
string
signal
,
string
method
,
ConnectionType
type
=
ConnectionType.Auto
)
bool
connect
(QObject sender, string signal, QObject receiver, string method, ConnectionType type)
template
connect
(alias slot)
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