#include <graphics.h>
Public Types | |
typedef void(* | event_fcn )(void *) |
Public Member Functions | |
graphics_event (void) | |
graphics_event (const graphics_event &e) | |
~graphics_event (void) | |
graphics_event & | operator= (const graphics_event &e) |
void | execute (void) |
bool | ok (void) const |
Static Public Member Functions | |
static graphics_event | create_callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix()) |
static graphics_event | create_function_event (event_fcn fcn, void *data=0) |
static graphics_event | create_set_event (const graphics_handle &h, const std::string &name, const octave_value &value) |
typedef void(* graphics_event::event_fcn)(void *) |
graphics_event::graphics_event | ( | void | ) | [inline] |
graphics_event::graphics_event | ( | const graphics_event & | e | ) | [inline] |
graphics_event::~graphics_event | ( | void | ) | [inline] |
graphics_event graphics_event::create_callback_event | ( | const graphics_handle & | h, | |
const std::string & | name, | |||
const octave_value & | data = Matrix () | |||
) | [static] |
graphics_event graphics_event::create_function_event | ( | graphics_event::event_fcn | fcn, | |
void * | data = 0 | |||
) | [static] |
graphics_event graphics_event::create_set_event | ( | const graphics_handle & | h, | |
const std::string & | name, | |||
const octave_value & | value | |||
) | [static] |
void graphics_event::execute | ( | void | ) | [inline] |
bool graphics_event::ok | ( | void | ) | const [inline] |
graphics_event& graphics_event::operator= | ( | const graphics_event & | e | ) | [inline] |