GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Public Types | |
typedef void(* | event_fcn )(void *) |
typedef void(* | event_fcn )(void *) |
Public Member Functions | |
graphics_event (void) | |
graphics_event (const graphics_event &e) | |
graphics_event (void) | |
graphics_event (const graphics_event &e) | |
~graphics_event (void) | |
~graphics_event (void) | |
void | execute (void) |
void | execute (void) |
bool | ok (void) const |
bool | ok (void) const |
graphics_event & | operator= (const graphics_event &e) |
graphics_event & | operator= (const graphics_event &e) |
Static Public Member Functions | |
static graphics_event | create_callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix()) |
static graphics_event | create_callback_event (const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix()) |
static graphics_event | create_callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix()) |
static graphics_event | create_callback_event (const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix()) |
static graphics_event | create_function_event (event_fcn fcn, void *data=0) |
static graphics_event | create_function_event (event_fcn fcn, void *data=0) |
static graphics_event | create_set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit=true) |
static graphics_event | create_set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit=true) |
Private Attributes | |
base_graphics_event * | rep |
Definition at line 12524 of file graphics.h.
Definition at line 5422 of file graphics.in.h.
Definition at line 12528 of file graphics.h.
|
inline |
Definition at line 12530 of file graphics.h.
|
inline |
Definition at line 12532 of file graphics.h.
References base_graphics_event::count, and rep.
|
inline |
Definition at line 12537 of file graphics.h.
References base_graphics_event::count, and rep.
|
inline |
Definition at line 5424 of file graphics.in.h.
|
inline |
Definition at line 5426 of file graphics.in.h.
|
inline |
Definition at line 5431 of file graphics.in.h.
|
static |
|
static |
|
static |
Definition at line 8189 of file graphics.cc.
References rep.
Referenced by gh_manager::do_execute_listener(), and gh_manager::do_post_callback().
|
static |
Definition at line 8201 of file graphics.cc.
References rep.
|
static |
|
static |
Definition at line 8213 of file graphics.cc.
References rep.
Referenced by gh_manager::do_post_function().
|
static |
|
static |
Definition at line 8224 of file graphics.cc.
References rep.
Referenced by gh_manager::do_post_set().
Definition at line 5452 of file graphics.in.h.
Definition at line 12558 of file graphics.h.
References base_graphics_event::execute(), and rep.
Referenced by gh_manager::do_process_events().
Definition at line 5455 of file graphics.in.h.
Definition at line 12561 of file graphics.h.
References rep.
Referenced by gh_manager::do_process_events().
|
inline |
Definition at line 5437 of file graphics.in.h.
|
inline |
Definition at line 12543 of file graphics.h.
References base_graphics_event::count, and rep.
|
private |
Definition at line 12582 of file graphics.h.
Referenced by create_callback_event(), create_function_event(), create_set_event(), execute(), graphics_event(), ok(), operator=(), and ~graphics_event().