- connect
void connect(SignalConnection c, void delegate(Params) @(system) nothrow callable)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(SignalConnectionContainer cc, void delegate(Params) @(system) nothrow callable)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(SignalConnection c, void delegate(Params) @(safe) nothrow callable)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(SignalConnectionContainer cc, void delegate(Params) @(safe) nothrow callable)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(SignalConnection c, Callable callable, FixedParams fixed_args)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
void connect(SignalConnectionContainer cc, Callable callable, FixedParams fixed_args)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
deprecated void connect(SignalConnection c, void delegate(Params) callable)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
deprecated void connect(SignalConnectionContainer cc, void delegate(Params) callable)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
deprecated void connect(SignalConnection c, Callable callable, FixedParams fixed_args)
Undocumented in source. Be warned that the author may not have intended to support it.
- connect
deprecated void connect(SignalConnectionContainer cc, Callable callable, FixedParams fixed_args)
Undocumented in source. Be warned that the author may not have intended to support it.
Signal side endpoint used to connect to slots.