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 ignores passed EventArgs and the handler doesn't have to return a bool. More...
Public Types | |
typedef void(T::* | MemberFunctionType) () |
Member function slot type. | |
Public Member Functions | |
MemberFunctionSlotVoidNoArgs (MemberFunctionType func, T *obj) | |
virtual bool | operator() (const EventArgs &) |
Slot template class that creates a functor that calls back via a class member function. This variant ignores passed EventArgs and the handler doesn't have to return a bool.