#include <CEGUIEvent.h>
Public Types | |
| typedef Ret(* | SlotFunction )(Args) |
Public Member Functions | |
| Ret | operator() (Args args) const |
| SubscriberTemplate (SlotFunction f) | |
| template<class T> | |
| SubscriberTemplate (Ret(T::*f)(Args), T *target) | |
| template<typename Functor> | |
| SubscriberTemplate (const Functor &f) | |
| SubscriberTemplate (SubscriberInterface< Ret, Args > *si) | |
| SubscriberTemplate (const SubscriberTemplate< Ret, Args > ©) | |
| bool | operator< (const SubscriberTemplate< Ret, Args > &rhs) const |
| void | release () const |
Protected Attributes | |
| SubscriberInterface< Ret, Args > * | d_si |
|
|||||
|
Definition at line 122 of file CEGUIEvent.h. |
|
||||||||||
|
Definition at line 125 of file CEGUIEvent.h. |
|
||||||||||||||||||||
|
Definition at line 132 of file CEGUIEvent.h. |
|
||||||||||||||
|
Definition at line 139 of file CEGUIEvent.h. |
|
||||||||||
|
Definition at line 146 of file CEGUIEvent.h. |
|
||||||||||
|
Definition at line 149 of file CEGUIEvent.h. |
|
||||||||||
|
Definition at line 117 of file CEGUIEvent.h. |
|
||||||||||
|
Definition at line 152 of file CEGUIEvent.h. |
|
|||||||||
|
Definition at line 155 of file CEGUIEvent.h. |
|
|||||
|
Definition at line 161 of file CEGUIEvent.h. |
1.3.9.1