#include "oct-handle.h"
Public Member Functions | |
octave_handle (const octave_handle &a) | |
octave_handle (const octave_value &a) | |
octave_handle (double a) | |
octave_handle (int a) | |
octave_handle (void) | |
~octave_handle (void)=default | |
octave_value | as_octave_value (void) const |
bool | ok (void) const |
const octave_handle | operator++ (int) |
octave_handle & | operator++ (void) |
const octave_handle | operator-- (int) |
octave_handle & | operator-- (void) |
octave_handle & | operator= (const octave_handle &a) |
double | value (void) const |
Private Attributes | |
double | val |
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(), octave_value::isempty(), and val.
|
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(), ok(), and val.
Referenced by figure::properties::adopt(), QtHandles::ButtonGroup::buttonClicked(), QtHandles::ButtonGroup::buttonToggled(), QtHandles::Canvas::canvasMousePressEvent(), QtHandles::Canvas::canvasMouseReleaseEvent(), QtHandles::Canvas::canvasWheelEvent(), gh_manager::execute_callback(), handle_property::get(), gnuplot_graphics_toolkit::print_figure(), gnuplot_graphics_toolkit::redraw_figure(), base_properties::set_parent(), and xset_gcbo().
|
inline |
Definition at line 113 of file oct-handle.h.
References octave::math::isnan(), and val.
Referenced by uibuttongroup::properties::adopt(), as_octave_value(), calc_dimensions(), QtHandles::Canvas::canvasMouseReleaseEvent(), QtHandles::Canvas::canvasPaintEvent(), gh_manager::close_all_figures(), delete_graphics_object(), axes::properties::delete_text_child(), do_cleanup_waitfor_listener(), handle_property::do_set(), QtHandles::ContextMenu::executeAt(), 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(), octave::url_handle_manager::free(), Fwaitfor(), base_properties::get_children_of_type(), octave::url_handle_manager::get_object(), is_handle_visible(), ishghandle(), make_graphics_object(), base_property::ok(), reparent(), base_properties::set_parent(), and waitfor_listener().
|
inline |
Definition at line 99 of file oct-handle.h.
|
inline |
Definition at line 86 of file oct-handle.h.
References val.
|
inline |
Definition at line 106 of file oct-handle.h.
|
inline |
Definition at line 92 of file oct-handle.h.
References val.
|
inline |
Definition at line 68 of file oct-handle.h.
References val.
|
inline |
Definition at line 78 of file oct-handle.h.
References val.
Referenced by QtHandles::Object::Object(), base_properties::adopt(), uibuttongroup::properties::adopt(), QtHandles::Figure::beingDeleted(), handle_property::do_set(), QtHandles::BaseControl::eventFilter(), F__ftp__(), F__go_figure__(), gh_manager::free(), octave::url_handle_manager::free(), octave::url_handle_manager::handle_list(), QtHandles::qt_graphics_toolkit::initialize(), make_graphics_object(), QtHandles::Object::object(), 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(), reparent(), axes::update_axis_limits(), and hggroup::update_axis_limits().
|
private |
Definition at line 116 of file oct-handle.h.
Referenced by octave_handle(), as_octave_value(), ok(), operator++(), operator--(), operator=(), and value().