CEGUI::FunctorCopySlot< T > Class Template Reference
Slot template class that creates a functor that calls back via a copy of a functor object.
More...
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.