|
Crazy Eddie's GUI System 0.8.7
|
Slot template class that creates a functor that calls back via a functor object pointer. More...
#include <FunctorPointerSlot.h>
Inheritance diagram for CEGUI::FunctorPointerSlot< T >:
Collaboration diagram for CEGUI::FunctorPointerSlot< T >:Public Member Functions | |
| FunctorPointerSlot (T *functor) | |
| virtual bool | operator() (const EventArgs &args) |
Slot template class that creates a functor that calls back via a functor object pointer.
|
inlinevirtual |
Implements CEGUI::SlotFunctorBase.