Signal

Undocumented in source.

Members

Aliases

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

Functions

connect
void connect(Slot slot)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(Slot slot)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnectAll
void disconnectAll()
Undocumented in source. Be warned that the author may not have intended to support it.
emit
void emit(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

slots
SlotType[] slots;
Undocumented in source.

Meta