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

Inheritance graph
[legend]
Collaboration diagram for CEGUI::MemberFunctionSlot< T >:

Collaboration graph
[legend]

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.

Generated on Thu Nov 27 20:34:30 2008 for Crazy Eddies GUI System by  doxygen 1.5.7.1