This is the complete list of members for graphics_event, including all inherited members.
create_callback_event(const graphics_handle &h, const std::string &name, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE) | graphics_event | static |
create_callback_event(const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE) | graphics_event | static |
create_function_event(event_fcn fcn, void *data=nullptr) | graphics_event | static |
create_mcode_event(const graphics_handle &h, const std::string &cmd, int busyaction) | graphics_event | static |
create_set_event(const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit=true, bool redraw_figure=false) | graphics_event | static |
event_fcn typedef | graphics_event | |
execute(void) | graphics_event | inline |
get_busyaction(void) | graphics_event | inline |
graphics_event(void)=default | graphics_event | |
graphics_event(base_graphics_event *new_rep) | graphics_event | inline |
graphics_event(const graphics_event &)=default | graphics_event | |
ok(void) const | graphics_event | inline |
operator=(const graphics_event &)=default | graphics_event | |
rep | graphics_event | private |
~graphics_event(void)=default | graphics_event |