|
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...
Inheritance diagram for CEGUI::MemberFunctionSlotVoid< T >:
Collaboration diagram for CEGUI::MemberFunctionSlotVoid< T >: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.