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