#include <EventHandler.h>
Inheritance diagram for GUI::EventHandler< class_t >:
Public Member Functions | |
EventHandler (class_t *obj_ptr, EVENT_RETURN_T(class_t::*function_ptr)(EVENT_ARGUMENT_T)) | |
Construct a new EventHandler object. |
class_t | class that contains the member function |
GUI::EventHandler< class_t >::EventHandler | ( | class_t * | obj_ptr, | |
EVENT_RETURN_T(class_t::*)(EVENT_ARGUMENT_T) | function_ptr | |||
) | [inline, explicit] |
Construct a new EventHandler object.
obj_ptr | pointer to the object | |
function_ptr | pointer to the desired member function |