#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 octave_value(), and ok().
Referenced by figure::properties::adopt(), gh_manager::execute_callback(), base_properties::factory_defaults(), root_figure::properties::factory_defaults(), base_properties::get(), and base_properties::set_parent().
|
inline |
Definition at line 113 of file oct-handle.h.
References isnan().
Referenced by uibuttongroup::properties::adopt(), as_octave_value(), calc_dimensions(), gh_manager::close_all_figures(), delete_graphics_object(), handle_property::do_set(), octave::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(), base_properties::get_children_of_type(), gh_manager::get_object(), url_handle_manager::get_object(), base_properties::set_parent(), uibuttongroup::properties::set_selectedobject(), and uicontrol::properties::set_style().
|
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 base_properties::adopt(), uibuttongroup::properties::adopt(), handle_property::do_set(), octave::F__ftp__(), F__go_figure__(), gh_manager::free(), url_handle_manager::free(), url_handle_manager::handle_list(), operator!=(), operator<(), operator<=(), handle_property::operator=(), operator==(), operator>(), operator>=(), root_figure::properties::remove_child(), uibuttongroup::properties::remove_child(), base_properties::remove_child(), children_property::renumber(), gh_manager::renumber_figure(), root_figure::properties::set_callbackobject(), figure::properties::set_currentaxes(), root_figure::properties::set_currentfigure(), and uicontrol::properties::set_style().