Public Types | |
enum | priority { INTERRUPT , QUEUE , CANCEL } |
Public Member Functions | |
mcode_event (const graphics_handle &h, const std::string &cmd, int busyaction=base_graphics_event::QUEUE) | |
void | execute (void) |
int | get_busyaction (void) |
Private Member Functions | |
mcode_event (void) | |
Private Attributes | |
graphics_handle | handle |
int | m_busyaction |
std::string | mcode |
Definition at line 11871 of file graphics.cc.
|
inherited |
Enumerator | |
---|---|
INTERRUPT | |
QUEUE | |
CANCEL |
Definition at line 6147 of file graphics.in.h.
|
inline |
Definition at line 11875 of file graphics.cc.
|
inlineprivate |
Definition at line 11898 of file graphics.cc.
|
inlinevirtual |
Implements base_graphics_event.
Definition at line 11880 of file graphics.cc.
References octave::__get_gh_manager__(), gh_manager::execute_callback(), gh_manager::get_object(), and graphics_object::valid_object().
|
inlineinherited |
Definition at line 6161 of file graphics.in.h.
|
private |
Definition at line 11903 of file graphics.cc.
|
privateinherited |
Definition at line 6166 of file graphics.in.h.
|
private |
Definition at line 11904 of file graphics.cc.