#include "graphics.in.h"
Classes | |
class | properties |
Public Member Functions | |
uitoolbar (const graphics_handle &mh, const graphics_handle &p) | |
~uitoolbar (void)=default | |
virtual void | add_property_listener (const std::string &nm, const octave_value &v, listener_mode mode=GCB_POSTSET) |
virtual void | adopt (const graphics_handle &h) |
void | build_user_defaults_map (property_list::pval_map_type &def, const std::string go_name) const |
virtual void | defaults (void) const |
virtual void | delete_property_listener (const std::string &nm, const octave_value &v, listener_mode mode=GCB_POSTSET) |
octave_value | get (bool all=false) const |
octave_value | get (const caseless_str &name) const |
octave_value | get_default (const caseless_str &name) const |
octave_value | get_defaults (void) const |
property_list | get_defaults_list (void) const |
virtual octave_value | get_factory_default (const caseless_str &) const |
virtual octave_value | get_factory_defaults (void) const |
virtual property_list | get_factory_defaults_list (void) const |
graphics_handle | get_handle (void) const |
virtual graphics_handle | get_parent (void) const |
base_properties & | get_properties (void) |
const base_properties & | get_properties (void) const |
virtual octave::graphics_toolkit | get_toolkit (void) const |
bool | has_readonly_property (const caseless_str &pname) const |
bool | isa (const std::string &go_name) const |
virtual void | mark_modified (void) |
void | override_defaults (base_graphics_object &obj) |
virtual void | remove_all_listeners (void) |
virtual void | remove_child (const graphics_handle &h, bool from_root=false) |
virtual void | reparent (const graphics_handle &np) |
void | reset_default_properties (void) |
void | set (const caseless_str &name, const octave_value &value) |
virtual void | set_defaults (const std::string &) |
virtual void | set_from_list (property_list &plist) |
virtual std::string | type (void) const |
virtual void | update_axis_limits (const std::string &axis_type) |
virtual void | update_axis_limits (const std::string &axis_type, const graphics_handle &h) |
bool | valid_object (void) const |
bool | valid_toolkit_object (void) const |
virtual std::string | value_as_string (const std::string &prop) |
virtual std::string | values_as_string (void) |
virtual octave_scalar_map | values_as_struct (void) |
Protected Member Functions | |
virtual void | finalize (const graphics_object &go) |
virtual void | initialize (const graphics_object &go) |
virtual void | update (const graphics_object &go, int id) |
Protected Attributes | |
bool | toolkit_flag |
Private Attributes | |
property_list | default_properties |
properties | xproperties |
Definition at line 5906 of file graphics.in.h.
|
inline |
Definition at line 5930 of file graphics.in.h.
|
default |
|
inlinevirtualinherited |
Definition at line 2646 of file graphics.in.h.
|
inlinevirtualinherited |
Definition at line 2579 of file graphics.in.h.
Referenced by axes::properties::delete_text_child(), reparent(), base_properties::set_parent(), and axes::properties::set_text_child().
|
inherited |
Definition at line 3742 of file graphics.cc.
References octave::__get_gh_manager__(), graphics_object::build_user_defaults_map(), property_list::end(), property_list::find(), pval_vector::find(), figure::get_defaults_list(), gh_manager::get_object(), and base_graphics_object::get_parent().
|
inlinevirtualinherited |
Definition at line 2595 of file graphics.in.h.
Referenced by base_properties::set_from_list().
|
inlinevirtualinherited |
Definition at line 2654 of file graphics.in.h.
|
inlineprotectedvirtualinherited |
Definition at line 2673 of file graphics.in.h.
|
inlineinherited |
Definition at line 2495 of file graphics.in.h.
Referenced by base_properties::update_uicontextmenu().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 5961 of file graphics.in.h.
|
virtual |
Reimplemented from base_graphics_object.
Definition at line 11665 of file graphics.cc.
References octave::__get_gh_manager__(), figure::default_properties, graphics_object::get_default(), gh_manager::get_object(), base_graphics_object::get_parent(), property_list::lookup(), and retval.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 5975 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 5980 of file graphics.in.h.
|
virtualinherited |
Reimplemented in root_figure.
Definition at line 11710 of file graphics.cc.
References octave::__get_gh_manager__(), graphics_object::get_factory_default(), gh_manager::get_object(), name, and base_graphics_object::type().
Referenced by graphics_object::set_value_or_default().
|
inlinevirtualinherited |
Reimplemented in root_figure.
Definition at line 2528 of file graphics.in.h.
|
inlinevirtualinherited |
Reimplemented in root_figure.
Definition at line 2533 of file graphics.in.h.
|
inlineinherited |
Definition at line 2563 of file graphics.in.h.
Referenced by base_graphics_object::reset_default_properties(), root_figure::reset_default_properties(), figure::reset_default_properties(), patch::reset_default_properties(), reset_default_properties(), axes::update_axis_limits(), base_graphics_object::value_as_string(), base_graphics_object::values_as_string(), and base_graphics_object::values_as_struct().
|
inlinevirtualinherited |
Definition at line 2555 of file graphics.in.h.
Referenced by base_graphics_object::build_user_defaults_map(), graphics_object::get_ancestor(), axes::properties::get_boundingbox(), uicontrol::properties::get_boundingbox(), uibuttongroup::properties::get_boundingbox(), uipanel::properties::get_boundingbox(), uitable::properties::get_boundingbox(), base_graphics_object::get_default(), figure::get_default(), axes::get_default(), get_default(), base_properties::get_toolkit(), base_properties::mark_modified(), base_properties::override_defaults(), base_properties::set_parent(), base_properties::update_autopos(), base_graphics_object::update_axis_limits(), axes::properties::update_units(), and uicontrol::properties::update_units().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 5985 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 5987 of file graphics.in.h.
|
inlinevirtualinherited |
Definition at line 2638 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 5993 of file graphics.in.h.
|
inlineprotectedvirtualinherited |
Reimplemented in patch, light, and axes.
Definition at line 2667 of file graphics.in.h.
Referenced by axes::initialize(), light::initialize(), and patch::initialize().
|
inlineinherited |
Definition at line 2633 of file graphics.in.h.
Referenced by graphics_object::get_ancestor().
|
inlinevirtualinherited |
Reimplemented in root_figure.
Definition at line 2453 of file graphics.in.h.
Referenced by figure::properties::set___graphics_toolkit__(), base_properties::set_dynamic(), figure::properties::set_outerposition(), and figure::properties::set_position().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 5936 of file graphics.in.h.
|
virtualinherited |
Definition at line 3708 of file graphics.cc.
References octave::__get_interpreter__(), property::delete_listener(), figure::get(), figure::get_properties(), base_properties::get_property(), interpreter_try(), m, octave_value::map_value(), octave::interpreter::recover_from_exception(), octave::state, and toggle_warn().
Referenced by base_graphics_object::reset_default_properties(), root_figure::reset_default_properties(), figure::reset_default_properties(), axes::reset_default_properties(), and reset_default_properties().
|
inlinevirtualinherited |
Definition at line 2571 of file graphics.in.h.
|
inlinevirtualinherited |
Definition at line 2587 of file graphics.in.h.
Referenced by axes::properties::set_text_child().
|
virtual |
Reimplemented from base_graphics_object.
Definition at line 11685 of file graphics.cc.
References figure::default_properties, base_properties::factory_defaults(), base_graphics_object::get_handle(), base_graphics_object::remove_all_listeners(), figure::xproperties, and xreset_default_properties().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 5950 of file graphics.in.h.
|
inlinevirtualinherited |
Reimplemented in axes.
Definition at line 2487 of file graphics.in.h.
Referenced by axes::reset_default_properties().
|
inlinevirtualinherited |
Definition at line 2471 of file graphics.in.h.
|
inlinevirtualinherited |
Definition at line 2627 of file graphics.in.h.
Referenced by base_graphics_object::get_default(), base_graphics_object::get_factory_default(), and base_graphics_object::reset_default_properties().
|
inlineprotectedvirtualinherited |
Definition at line 2682 of file graphics.in.h.
|
virtualinherited |
Reimplemented in hggroup, and axes.
Definition at line 3677 of file graphics.cc.
References octave::__get_gh_manager__(), error(), gh_manager::get_object(), base_graphics_object::get_parent(), graphics_object::update_axis_limits(), and figure::valid_object().
Referenced by axes::properties::adopt(), and hggroup::update_axis_limits().
|
virtualinherited |
Reimplemented in hggroup, and axes.
Definition at line 3692 of file graphics.cc.
References octave::__get_gh_manager__(), error(), gh_manager::get_object(), base_graphics_object::get_parent(), graphics_object::update_axis_limits(), and figure::valid_object().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 5989 of file graphics.in.h.
|
inlineinherited |
Definition at line 2625 of file graphics.in.h.
|
virtualinherited |
Definition at line 3820 of file graphics.cc.
References octave::__get_gh_manager__(), error(), base_graphics_object::get_handle(), gh_manager::get_object(), figure::get_properties(), base_properties::get_property(), graphics_object::has_readonly_property(), retval, and figure::valid_object().
|
virtualinherited |
Definition at line 3784 of file graphics.cc.
References octave::__get_gh_manager__(), error(), figure::get(), base_graphics_object::get_handle(), gh_manager::get_object(), figure::get_properties(), base_properties::get_property(), graphics_object::has_readonly_property(), m, octave_value::map_value(), retval, and figure::valid_object().
|
virtualinherited |
Definition at line 3850 of file graphics.cc.
References octave::__get_gh_manager__(), Array< T >::assign(), error(), figure::get(), base_graphics_object::get_handle(), gh_manager::get_object(), figure::get_properties(), base_properties::get_property(), graphics_object::has_readonly_property(), m, retval, octave_value::scalar_map_value(), and figure::valid_object().
|
private |
Definition at line 6002 of file graphics.in.h.
|
protectedinherited |
Definition at line 2692 of file graphics.in.h.
|
private |
Definition at line 5927 of file graphics.in.h.