Crazy Eddies GUI System 0.7.5
Public Member Functions
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 >:

List of all members.

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.