#include "graphics.h"
|
static graphics_event | create_callback_event (const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE) |
|
static graphics_event | create_callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE) |
|
static graphics_event | create_function_event (event_fcn fcn, void *data=nullptr) |
|
static graphics_event | create_mcode_event (const graphics_handle &h, const std::string &cmd, int busyaction) |
|
static graphics_event | create_set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit=true, bool redraw_figure=false) |
|
Definition at line 14446 of file graphics.h.
◆ event_fcn
typedef void(* graphics_event::event_fcn) (void *) |
◆ graphics_event() [1/3]
graphics_event::graphics_event |
( |
| ) |
|
|
default |
◆ graphics_event() [2/3]
◆ graphics_event() [3/3]
◆ ~graphics_event()
graphics_event::~graphics_event |
( |
| ) |
|
|
default |
◆ create_callback_event() [1/2]
◆ create_callback_event() [2/2]
◆ create_function_event()
◆ create_mcode_event()
◆ create_set_event()
◆ execute()
void graphics_event::execute |
( |
| ) |
|
|
inline |
◆ get_busyaction()
int graphics_event::get_busyaction |
( |
| ) |
|
|
inline |
◆ ok()
bool graphics_event::ok |
( |
| ) |
const |
|
inline |
◆ operator=()
The documentation for this class was generated from the following files: