#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 115 of file CEGUIEvent.h.
|
Definition at line 123 of file CEGUIEvent.h. |
|
Definition at line 126 of file CEGUIEvent.h. |
|
Definition at line 133 of file CEGUIEvent.h. |
|
Definition at line 140 of file CEGUIEvent.h. |
|
Definition at line 147 of file CEGUIEvent.h. |
|
Definition at line 150 of file CEGUIEvent.h. |
|
Definition at line 118 of file CEGUIEvent.h. |
|
Definition at line 153 of file CEGUIEvent.h. |
|
Definition at line 156 of file CEGUIEvent.h. |
|