Public Types | |
enum | priority { INTERRUPT , QUEUE , CANCEL } |
Public Member Functions | |
set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool do_notify_toolkit=true, bool redraw_figure=false) | |
void | execute (void) |
int | get_busyaction (void) |
Private Member Functions | |
set_event (void) | |
Private Attributes | |
graphics_handle | handle |
int | m_busyaction |
bool | m_redraw_figure |
bool | notify_toolkit |
std::string | property_name |
octave_value | property_value |
Definition at line 11938 of file graphics.cc.
|
inherited |
Enumerator | |
---|---|
INTERRUPT | |
QUEUE | |
CANCEL |
Definition at line 6147 of file graphics.in.h.
|
inline |
Definition at line 11942 of file graphics.cc.
|
inlineprivate |
Definition at line 12002 of file graphics.cc.
|
inlinevirtual |
Implements base_graphics_event.
Definition at line 11950 of file graphics.cc.
References octave::__get_gh_manager__(), graphics_object::get_ancestor(), gh_manager::get_object(), graphics_object::get_properties(), base_properties::get_property(), figure::properties::get_toolkit(), gh_manager::graphics_lock(), graphics_object::isa(), octave::graphics_toolkit::redraw_figure(), figure::properties::set_outerposition(), figure::properties::set_position(), and graphics_object::valid_object().
|
inlineinherited |
Definition at line 6161 of file graphics.in.h.
|
private |
Definition at line 12007 of file graphics.cc.
|
privateinherited |
Definition at line 6166 of file graphics.in.h.
|
private |
Definition at line 12011 of file graphics.cc.
|
private |
Definition at line 12010 of file graphics.cc.
|
private |
Definition at line 12008 of file graphics.cc.
|
private |
Definition at line 12009 of file graphics.cc.