Crazy Eddie's GUI System
0.8.5
|
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.