Crazy Eddies GUI System
0.7.2
|
Slot template class that creates a functor that calls back via a class member function. More...
Public Types | |
typedef bool(T::* | MemberFunctionType )(const EventArgs &) |
Member function slot type. | |
Public Member Functions | |
MemberFunctionSlot (MemberFunctionType func, T *obj) | |
virtual bool | operator() (const EventArgs &args) |
Slot template class that creates a functor that calls back via a class member function.