PixelLightAPI
.
|
Event handler of a class. More...
#include <Slot.h>
Public Member Functions | |
Slot (const typename DESC::MethType::MemFuncType &pMemFunc, typename DESC::ClassType *pObject) | |
Constructor. | |
virtual | ~Slot () |
Destructor. | |
virtual const EventHandlerDesc * | GetDesc () const override |
Get event handler descriptor. | |
Static Public Attributes | |
static DESC | Desc |
Event handler of a class.
PLCore::Slot< DESC >::Slot | ( | const typename DESC::MethType::MemFuncType & | pMemFunc, |
typename DESC::ClassType * | pObject | ||
) | [inline] |
[in] | pMemFunc | Pointer to member function of a class |
[in] | pObject | Pointer to object to which the method belongs |
virtual PLCore::Slot< DESC >::~Slot | ( | ) | [inline, virtual] |
Destructor.
virtual const EventHandlerDesc* PLCore::Slot< DESC >::GetDesc | ( | ) | const [inline, override, virtual] |
Get event handler descriptor.
DESC PLCore::Slot< DESC >::Desc [static] |
Event handler descriptor
|