#include <delegateSignal.h>
|
| bool | trigger (A a, B b, C c, D d, E e, F f, G g) |
| |
| | SignalBaseT () |
| |
| | SignalBaseT (const SignalBaseT &base) |
| |
| void | operator= (const SignalBaseT &base) |
| |
| void | merge (const SignalBaseT &base) |
| |
| void | notify (const DelegateSig &dlg, F32 order=0.5f) |
| |
| void | notify (T obj, U func, F32 order=0.5f) |
| |
| void | notify (T func, F32 order=0.5f) |
| |
| void | remove (DelegateSig dlg) |
| |
| void | remove (T obj, U func) |
| |
| void | remove (T func) |
| |
| bool | contains (const DelegateSig &dlg) const |
| | Returns true if the signal already contains this delegate. More...
|
| |
| | SignalBase () |
| |
| | ~SignalBase () |
| |
| void | removeAll () |
| | Removes all the delegates from the signal. More...
|
| |
| bool | isEmpty () const |
| | Returns true if the delegate list is empty. More...
|
| |
| bool trigger |
( |
A |
a, |
|
|
B |
b, |
|
|
C |
c, |
|
|
D |
d, |
|
|
E |
e, |
|
|
F |
f, |
|
|
G |
g |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file:
- delegates/delegateSignal.h