Crazy Eddie's GUI System
0.8.7
|
Slot template class that creates a functor that calls back via a class member function. This variant doesn't require a handler that returns bool. More...
Public Types | |
typedef void(T::* | MemberFunctionType) (const EventArgs &) |
Member function slot type. | |
Public Member Functions | |
MemberFunctionSlotVoid (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. This variant doesn't require a handler that returns bool.