timer structure, adopted for fltk-supervisor needs. More...
#include <supervisor_fltk.h>
Public Types | |
using | supervisor_ptr_t = intrusive_ptr_t< supervisor_fltk_t > |
alias for intrusive pointer for the fltk supervisor | |
Public Member Functions | |
timer_t (supervisor_ptr_t supervisor, timer_handler_base_t *handler) | |
constructs timer from flt supervisor and timer handler | |
Public Attributes | |
supervisor_ptr_t | sup |
intrusive pointer to the supervisor | |
timer_handler_base_t * | handler |
non-owning pointer to timer handler | |
timer structure, adopted for fltk-supervisor needs.