GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Public Member Functions | |
base_graphics_event (void) | |
base_graphics_event (void) | |
virtual | ~base_graphics_event (void) |
virtual | ~base_graphics_event (void) |
virtual void | execute (void)=0 |
virtual void | execute (void)=0 |
Private Attributes | |
octave_refcount< int > | count |
Friends | |
class | graphics_event |
Definition at line 13075 of file graphics.h.
|
inline |
Definition at line 13081 of file graphics.h.
|
inlinevirtual |
Definition at line 13083 of file graphics.h.
|
inline |
Definition at line 5823 of file graphics.in.h.
|
inlinevirtual |
Definition at line 5825 of file graphics.in.h.
|
pure virtual |
Implemented in set_event, function_event, and callback_event.
|
pure virtual |
Implemented in set_event, function_event, and callback_event.
Referenced by graphics_event::execute().
|
friend |
Definition at line 13079 of file graphics.h.
|
private |
Definition at line 13088 of file graphics.h.
Referenced by graphics_event::graphics_event(), graphics_event::operator=(), and graphics_event::~graphics_event().