#include "graphics.h"
Public Types | |
typedef plist_map_type::const_iterator | plist_map_const_iterator |
typedef plist_map_type::iterator | plist_map_iterator |
typedef std::map< std::string, pval_map_type > | plist_map_type |
typedef pval_map_type::const_iterator | pval_map_const_iterator |
typedef pval_map_type::iterator | pval_map_iterator |
typedef pval_vector | pval_map_type |
Public Member Functions | |
property_list (const plist_map_type &m=plist_map_type()) | |
octave_scalar_map | as_struct (const std::string &prefix_arg) const |
plist_map_iterator | begin () |
plist_map_const_iterator | begin () const |
plist_map_iterator | end () |
plist_map_const_iterator | end () const |
plist_map_iterator | find (const std::string &go_name) |
plist_map_const_iterator | find (const std::string &go_name) const |
octave_value | lookup (const caseless_str &name) const |
void | set (const caseless_str &name, const octave_value &val) |
Definition at line 2189 of file graphics.h.
typedef plist_map_type::const_iterator property_list::plist_map_const_iterator |
Definition at line 2199 of file graphics.h.
typedef plist_map_type::iterator property_list::plist_map_iterator |
Definition at line 2198 of file graphics.h.
typedef std::map<std::string, pval_map_type> property_list::plist_map_type |
Definition at line 2193 of file graphics.h.
typedef pval_map_type::const_iterator property_list::pval_map_const_iterator |
Definition at line 2196 of file graphics.h.
typedef pval_map_type::iterator property_list::pval_map_iterator |
Definition at line 2195 of file graphics.h.
Definition at line 2192 of file graphics.h.
|
inline |
Definition at line 2201 of file graphics.h.
octave_scalar_map property_list::as_struct | ( | const std::string & | prefix_arg | ) | const |
Definition at line 2548 of file graphics.cc.
References m.
|
inline |
Definition at line 2210 of file graphics.h.
|
inline |
Definition at line 2211 of file graphics.h.
|
inline |
Definition at line 2213 of file graphics.h.
Referenced by base_graphics_object::build_user_defaults_map().
|
inline |
Definition at line 2214 of file graphics.h.
|
inline |
Definition at line 2216 of file graphics.h.
Referenced by base_graphics_object::build_user_defaults_map(), and base_graphics_object::reset_default_properties().
|
inline |
Definition at line 2221 of file graphics.h.
octave_value property_list::lookup | ( | const caseless_str & | name | ) | const |
Definition at line 2453 of file graphics.cc.
References caseless_str::compare(), len, and transform().
Referenced by figure::get_default(), axes::get_default(), and uitoolbar::get_default().
void property_list::set | ( | const caseless_str & | name, |
const octave_value & | val | ||
) |
Definition at line 2310 of file graphics.cc.
References caseless_str::compare(), pval_vector::erase(), error(), pval_vector::find(), figure::properties::has_core_property(), axes::properties::has_core_property(), line::properties::has_core_property(), text::properties::has_core_property(), image::properties::has_core_property(), patch::properties::has_core_property(), scatter::properties::has_core_property(), surface::properties::has_core_property(), hggroup::properties::has_core_property(), uimenu::properties::has_core_property(), uicontextmenu::properties::has_core_property(), uicontrol::properties::has_core_property(), uibuttongroup::properties::has_core_property(), uipanel::properties::has_core_property(), uitable::properties::has_core_property(), uitoolbar::properties::has_core_property(), uipushtool::properties::has_core_property(), octave_value::is_string(), len, octave_value::string_value(), and transform().