Crazy Eddies GUI System  0.7.2
Public Types | Public Member Functions | List of all members
CEGUI::MemberFunctionSlot< T > Class Template Reference

Slot template class that creates a functor that calls back via a class member function. More...

+ Inheritance 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)
 

Detailed Description

template<typename T>
class CEGUI::MemberFunctionSlot< T >

Slot template class that creates a functor that calls back via a class member function.