#include "oct-handle.h"
Public Member Functions | |
octave_handle () | |
octave_handle (const octave_handle &a) | |
octave_handle (const octave_value &a) | |
octave_handle (double a) | |
octave_handle (int a) | |
~octave_handle ()=default | |
octave_value | as_octave_value () const |
bool | ok () const |
octave_handle & | operator++ () |
const octave_handle | operator++ (int) |
octave_handle & | operator-- () |
const octave_handle | operator-- (int) |
octave_handle & | operator= (const octave_handle &a) |
double | value () const |
Definition at line 39 of file oct-handle.h.
|
inline |
Definition at line 42 of file oct-handle.h.
|
inline |
Definition at line 44 of file oct-handle.h.
References octave_value::double_value(), error(), and octave_value::isempty().
|
inline |
Definition at line 62 of file oct-handle.h.
|
inline |
Definition at line 64 of file oct-handle.h.
|
inline |
Definition at line 66 of file oct-handle.h.
|
default |
|
inline |
Definition at line 80 of file oct-handle.h.
References ok().
Referenced by gh_manager::execute_callback().
|
inline |
Definition at line 113 of file oct-handle.h.
Referenced by as_octave_value(), calc_dimensions(), gh_manager::close_all_figures(), delete_graphics_object(), F__ftp_close__(), F__go_delete__(), F__go_execute_callback__(), F__go_figure__(), F__go_post_callback__(), F__show_figure__(), F__zoom__(), Faddlistener(), Faddproperty(), Fdellistener(), Fdrawnow(), gh_manager::free(), url_handle_manager::free(), Fwaitfor(), gh_manager::get_object(), url_handle_manager::get_object(), and reparent().
|
inline |
Definition at line 86 of file oct-handle.h.
|
inline |
Definition at line 99 of file oct-handle.h.
|
inline |
Definition at line 92 of file oct-handle.h.
|
inline |
Definition at line 106 of file oct-handle.h.
|
inline |
Definition at line 68 of file oct-handle.h.
|
inline |
Definition at line 78 of file oct-handle.h.
Referenced by F__ftp__(), F__go_figure__(), gh_manager::free(), url_handle_manager::free(), url_handle_manager::handle_list(), gh_manager::handle_list(), operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), gh_manager::renumber_figure(), and reparent().