#include "graphics.h"
Classes | |
class | properties |
Public Member Functions | |
axes (const graphics_handle &mh, const graphics_handle &p) | |
~axes ()=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) |
void | set_defaults (const std::string &mode) |
void | update_axis_limits (const std::string &axis_type) |
void | update_axis_limits (const std::string &axis_type, const graphics_handle &h) |
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_from_list (property_list &plist) |
virtual std::string | type () const |
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 () |
Protected Member Functions | |
void | initialize (const graphics_object &go) |
Protected Member Functions inherited from base_graphics_object | |
virtual void | finalize (const graphics_object &go) |
virtual void | update (const graphics_object &go, int id) |
Additional Inherited Members | |
Protected Attributes inherited from base_graphics_object | |
bool | m_toolkit_flag |
Definition at line 4662 of file graphics.h.
|
inline |
Definition at line 7201 of file graphics.h.
|
default |
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 7241 of file graphics.h.
References caseless_str::compare().
|
virtual |
Reimplemented from base_graphics_object.
Definition at line 7063 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 7256 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 7261 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 7266 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 7268 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 7279 of file graphics.h.
References base_properties::has_readonly_property().
|
protectedvirtual |
Reimplemented from base_graphics_object.
Definition at line 9086 of file graphics.cc.
References base_graphics_object::initialize().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 7211 of file graphics.h.
References base_graphics_object::set_from_list().
|
virtual |
Reimplemented from base_graphics_object.
Definition at line 9070 of file graphics.cc.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 7225 of file graphics.h.
References caseless_str::compare().
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 7236 of file graphics.h.
|
virtual |
Reimplemented from base_graphics_object.
Definition at line 8410 of file graphics.cc.
|
virtual |
Reimplemented from base_graphics_object.
Definition at line 8193 of file graphics.cc.
|
inlinevirtual |
Reimplemented from base_graphics_object.
Definition at line 7275 of file graphics.h.