|
GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|


Public Member Functions | |
| function_event (graphics_event::event_fcn fcn, void *data=0) | |
| void | execute (void) |
Private Member Functions | |
| function_event (void) | |
| function_event (const function_event &) | |
| function_event & | operator= (const function_event &) |
Private Attributes | |
| graphics_event::event_fcn | function |
| void * | function_data |
Definition at line 9368 of file graphics.cc.
|
inline |
Definition at line 9372 of file graphics.cc.
|
private |
|
private |
|
inlinevirtual |
Implements base_graphics_event.
Definition at line 9376 of file graphics.cc.
|
private |
|
private |
Definition at line 9383 of file graphics.cc.
|
private |
Definition at line 9385 of file graphics.cc.
1.8.8