Public Types | Public Member Functions

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 >:

List of all members.

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.