| Crazy Eddies GUI System
    0.6.0
    | 
Slot template class that creates a functor that calls back via a class member function. More...
 Inheritance diagram for CEGUI::MemberFunctionSlot< T >:
 Inheritance diagram for CEGUI::MemberFunctionSlot< T >: Collaboration diagram for CEGUI::MemberFunctionSlot< T >:
 Collaboration diagram for CEGUI::MemberFunctionSlot< T >:| 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.
 1.8.3.1
 1.8.3.1