EventList

Undocumented in source.

Members

Aliases

activationDelegate
alias activationDelegate = void delegate(Trigger trigger, bool activated)
Undocumented in source.

Classes

Trigger
class Trigger
Undocumented in source.

Functions

add
void add(delegateType item)
Undocumented in source. Be warned that the author may not have intended to support it.
onAdd
void onAdd(delegateType item, size_t oldCount)
Undocumented in source. Be warned that the author may not have intended to support it.
onChanged
void onChanged(EventOperation operation, delegateType item, size_t oldCount)
Undocumented in source. Be warned that the author may not have intended to support it.
onExecute
TReturn onExecute(delegateType item, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
onRemove
void onRemove(delegateType item, size_t oldCount)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(delegateType rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(delegateType rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
own
auto own()
Undocumented in source. Be warned that the author may not have intended to support it.
own
auto own(activationDelegate activation)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(delegateType item)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

active
bool active [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
normalizedCount
size_t normalizedCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta