Public Member Functions | |
function_event (graphics_event::event_fcn fcn, void *data=0) | |
void | execute (void) |
Private Member Functions | |
function_event (void) | |
function_event (const function_event &) | |
function_event & | operator= (const function_event &) |
Private Attributes | |
graphics_event::event_fcn | function |
void * | function_data |
Definition at line 7559 of file graphics.cc.
function_event::function_event | ( | graphics_event::event_fcn | fcn, | |
void * | data = 0 | |||
) | [inline] |
Definition at line 7563 of file graphics.cc.
function_event::function_event | ( | void | ) | [private] |
function_event::function_event | ( | const function_event & | ) | [private] |
void function_event::execute | ( | void | ) | [inline] |
Definition at line 7567 of file graphics.cc.
function_event& function_event::operator= | ( | const function_event & | ) | [private] |
graphics_event::event_fcn function_event::function [private] |
Definition at line 7574 of file graphics.cc.
void* function_event::function_data [private] |
Definition at line 7576 of file graphics.cc.