GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Public Member Functions | |
callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix()) | |
callback_event (const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix()) | |
void | execute (void) |
Private Member Functions | |
callback_event (void) | |
Private Attributes | |
octave_value | callback |
octave_value | callback_data |
std::string | callback_name |
graphics_handle | handle |
Definition at line 9334 of file graphics.cc.
|
inline |
Definition at line 9338 of file graphics.cc.
|
inline |
Definition at line 9343 of file graphics.cc.
|
inlineprivate |
Definition at line 9357 of file graphics.cc.
|
inlinevirtual |
Implements base_graphics_event.
Definition at line 9348 of file graphics.cc.
References gh_manager::execute_callback().
|
private |
Definition at line 9364 of file graphics.cc.
|
private |
Definition at line 9365 of file graphics.cc.
|
private |
Definition at line 9363 of file graphics.cc.
|
private |
Definition at line 9362 of file graphics.cc.