Public Types | |
enum | priority { INTERRUPT , QUEUE , CANCEL } |
Public Member Functions | |
callback_event (const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE) | |
callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE) | |
void | execute (void) |
int | get_busyaction (void) |
Private Member Functions | |
callback_event (void) | |
Private Attributes | |
octave_value | callback |
octave_value | callback_data |
std::string | callback_name |
graphics_handle | handle |
int | m_busyaction |
Definition at line 11832 of file graphics.cc.
|
inherited |
Enumerator | |
---|---|
INTERRUPT | |
QUEUE | |
CANCEL |
Definition at line 6147 of file graphics.in.h.
|
inline |
Definition at line 11836 of file graphics.cc.
|
inline |
Definition at line 11842 of file graphics.cc.
|
inlineprivate |
Definition at line 11860 of file graphics.cc.
|
inlinevirtual |
Implements base_graphics_event.
Definition at line 11848 of file graphics.cc.
References octave::__get_gh_manager__(), and gh_manager::execute_callback().
|
inlineinherited |
Definition at line 6161 of file graphics.in.h.
|
private |
Definition at line 11867 of file graphics.cc.
|
private |
Definition at line 11868 of file graphics.cc.
|
private |
Definition at line 11866 of file graphics.cc.
|
private |
Definition at line 11865 of file graphics.cc.
|
privateinherited |
Definition at line 6166 of file graphics.in.h.