GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-handle.h"
Public Member Functions | |
octave_handle (void) | |
octave_handle (const octave_value &a) | |
octave_handle (int a) | |
octave_handle (double a) | |
octave_handle (const octave_handle &a) | |
~octave_handle (void) | |
octave_value | as_octave_value (void) const |
bool | ok (void) const |
octave_handle & | operator++ (void) |
const octave_handle | operator++ (int) |
octave_handle & | operator-- (void) |
const octave_handle | operator-- (int) |
octave_handle & | operator= (const octave_handle &a) |
double | value (void) const |
Private Attributes | |
double | val |
Definition at line 33 of file oct-handle.h.
|
inline |
Definition at line 36 of file oct-handle.h.
|
inline |
Definition at line 38 of file oct-handle.h.
References octave_value::double_value(), error(), error_state, octave_value::is_empty(), and val.
|
inline |
Definition at line 54 of file oct-handle.h.
|
inline |
Definition at line 56 of file oct-handle.h.
|
inline |
Definition at line 58 of file oct-handle.h.
|
inline |
Definition at line 68 of file oct-handle.h.
|
inline |
Definition at line 72 of file oct-handle.h.
References octave_value(), ok(), and val.
Referenced by gh_manager::do_execute_callback(), base_properties::factory_defaults(), root_figure::properties::factory_defaults(), figure::properties::factory_defaults(), handle_property::get(), base_properties::get(), gnuplot_graphics_toolkit::print_figure(), gnuplot_graphics_toolkit::redraw_figure(), base_properties::set_parent(), and xset_gcbo().
Definition at line 105 of file oct-handle.h.
Referenced by as_octave_value(), calc_dimensions(), delete_graphics_object(), axes::properties::delete_text_child(), do_cleanup_waitfor_listener(), gh_manager::do_close_all_figures(), ch_manager::do_free(), gh_manager::do_free(), ch_manager::do_get_object(), gh_manager::do_get_object(), handle_property::do_set(), F__ftp_close__(), F__go_axes_init__(), F__go_delete__(), F__go_execute_callback__(), F__go_figure__(), Faddlistener(), Faddproperty(), Fdellistener(), Fdrawnow(), Fwaitfor(), is_handle(), is_handle_visible(), make_graphics_object(), base_property::ok(), reparent(), root_figure::properties::set_currentfigure(), base_properties::set_parent(), and waitfor_listener().
|
inline |
Definition at line 78 of file oct-handle.h.
References val.
|
inline |
Definition at line 91 of file oct-handle.h.
|
inline |
Definition at line 84 of file oct-handle.h.
References val.
|
inline |
Definition at line 98 of file oct-handle.h.
|
inline |
Definition at line 60 of file oct-handle.h.
References val.
Definition at line 70 of file oct-handle.h.
References val.
Referenced by base_properties::adopt(), gh_manager::do_figure_handle_list(), ch_manager::do_free(), gh_manager::do_free(), ch_manager::do_handle_list(), gh_manager::do_handle_list(), gh_manager::do_renumber_figure(), handle_property::do_set(), F__ftp__(), F__go_figure__(), make_graphics_object(), operator!=(), operator<(), operator<=(), handle_property::operator=(), operator==(), operator>(), operator>=(), base_properties::remove_child(), root_figure::properties::remove_child(), children_property::renumber(), reparent(), root_figure::properties::set_callbackobject(), figure::properties::set_currentaxes(), root_figure::properties::set_currentfigure(), axes::update_axis_limits(), and hggroup::update_axis_limits().
|
private |
Definition at line 108 of file oct-handle.h.
Referenced by as_octave_value(), octave_handle(), ok(), operator++(), operator--(), operator=(), and value().