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>
Public Member Functions | |
FunctorPointerSlot (T *functor) | |
virtual bool | operator() (const EventArgs &args) |
virtual bool | operator() (const EventArgs &args)=0 |
Slot template class that creates a functor that calls back via a functor object pointer.
|
inlinevirtual |
Implements CEGUI::SlotFunctorBase.