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

Slot template class that creates a functor that calls back via a functor object pointer. More...

+ Inheritance diagram for CEGUI::FunctorPointerSlot< T >:
+ Collaboration diagram for CEGUI::FunctorPointerSlot< T >:

Public Member Functions

 FunctorPointerSlot (T *functor)
 
virtual bool operator() (const EventArgs &args)
 

Detailed Description

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

Slot template class that creates a functor that calls back via a functor object pointer.