Slot

Constructors

this
this(SlotController ctrl, Func func)
this
this(SlotHandler handler, Func func)

Members

Aliases

Func
alias Func = void delegate(Args)
Undocumented in source.

Functions

control
SlotController control()
opCall
void opCall(Args args)

Variables

ctrl
SlotController ctrl;
func
Func func;

Meta