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

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

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

Public Member Functions

 FunctorCopySlot (const T &functor)
 
virtual bool operator() (const EventArgs &args)
 

Detailed Description

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

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