GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Public Member Functions | |
set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool do_notify_toolkit=true) | |
void | execute (void) |
Private Member Functions | |
set_event (void) | |
Private Attributes | |
graphics_handle | handle |
bool | notify_toolkit |
std::string | property_name |
octave_value | property_value |
Definition at line 9397 of file graphics.cc.
|
inline |
Definition at line 9401 of file graphics.cc.
|
inlineprivate |
Definition at line 9422 of file graphics.cc.
|
inlinevirtual |
Implements base_graphics_event.
Definition at line 9406 of file graphics.cc.
References gh_manager::get_object(), graphics_object::get_properties(), base_properties::get_property(), and property::set().
|
private |
Definition at line 9427 of file graphics.cc.
|
private |
Definition at line 9430 of file graphics.cc.
|
private |
Definition at line 9428 of file graphics.cc.
|
private |
Definition at line 9429 of file graphics.cc.