Public Member Functions | |
callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix()) | |
callback_event (const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix()) | |
void | execute (void) |
Private Member Functions | |
callback_event (void) | |
Private Attributes | |
octave_value | callback |
octave_value | callback_data |
std::string | callback_name |
graphics_handle | handle |
Definition at line 7524 of file graphics.cc.
callback_event::callback_event | ( | const graphics_handle & | h, | |
const std::string & | name, | |||
const octave_value & | data = Matrix () | |||
) | [inline] |
Definition at line 7528 of file graphics.cc.
callback_event::callback_event | ( | const graphics_handle & | h, | |
const octave_value & | cb, | |||
const octave_value & | data = Matrix () | |||
) | [inline] |
Definition at line 7533 of file graphics.cc.
callback_event::callback_event | ( | void | ) | [inline, private] |
Definition at line 7547 of file graphics.cc.
void callback_event::execute | ( | void | ) | [inline] |
Definition at line 7538 of file graphics.cc.
octave_value callback_event::callback [private] |
Definition at line 7555 of file graphics.cc.
octave_value callback_event::callback_data [private] |
Definition at line 7556 of file graphics.cc.
std::string callback_event::callback_name [private] |
Definition at line 7554 of file graphics.cc.
graphics_handle callback_event::handle [private] |
Definition at line 7553 of file graphics.cc.