#include "graphics.h"
Classes | |
| class | properties |
Public Member Functions | |
| uitoolbar (const graphics_handle &mh, const graphics_handle &p) | |
| ~uitoolbar ()=default | |
| octave_value | get (const caseless_str &name) const |
| octave_value | get_default (const caseless_str &name) const |
| octave_value | get_defaults () const |
| property_list | get_defaults_list () const |
| base_properties & | get_properties () |
| const base_properties & | get_properties () const |
| bool | has_readonly_property (const caseless_str &pname) const |
| void | override_defaults (base_graphics_object &obj) |
| void | reset_default_properties () |
| void | set (const caseless_str &name, const octave_value &value) |
| bool | valid_object () const |
Public Member Functions inherited from base_graphics_object | |
| base_graphics_object () | |
| virtual | ~base_graphics_object ()=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 () 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 |
| virtual octave_value | get_factory_default (const caseless_str &) const |
| virtual octave_value | get_factory_defaults () const |
| virtual property_list | get_factory_defaults_list () const |
| graphics_handle | get_handle () const |
| virtual graphics_handle | get_parent () const |
| virtual octave::graphics_toolkit | get_toolkit () const |
| bool | isa (const std::string &go_name) const |
| virtual void | mark_modified () |
| virtual void | remove_all_listeners () |
| virtual void | remove_child (const graphics_handle &h, bool from_root=false) |
| virtual void | reparent (const graphics_handle &np) |
| virtual void | set_defaults (const std::string &) |
| virtual void | set_from_list (property_list &plist) |
| virtual std::string | type () 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_toolkit_object () const |
| virtual std::string | value_as_string (const std::string &prop) |
| virtual std::string | values_as_string () |
| virtual octave_scalar_map | values_as_struct () |
Additional Inherited Members | |
Protected Member Functions inherited from base_graphics_object | |
| 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 inherited from base_graphics_object | |
| bool | m_toolkit_flag |
Definition at line 13795 of file graphics.h.
|
inline |
Definition at line 13888 of file graphics.h.
|
default |
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 13921 of file graphics.h.
References caseless_str::compare().
|
virtual |
Reimplemented from base_graphics_object.
Definition at line 11570 of file graphics.cc.
References __get_gh_manager__(), graphics_object::get_default(), gh_manager::get_object(), base_graphics_object::get_parent(), octave_value::is_undefined(), and property_list::lookup().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 13935 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 13940 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 13945 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 13947 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 13953 of file graphics.h.
References base_properties::has_readonly_property().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 13896 of file graphics.h.
References base_graphics_object::set_from_list().
|
virtual |
Reimplemented from base_graphics_object.
Definition at line 11589 of file graphics.cc.
References base_graphics_object::remove_all_listeners().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 13910 of file graphics.h.
References caseless_str::compare().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 13949 of file graphics.h.