GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Public Types | |
typedef plist_map_type::const_iterator | plist_map_const_iterator |
typedef plist_map_type::const_iterator | plist_map_const_iterator |
typedef plist_map_type::iterator | plist_map_iterator |
typedef plist_map_type::iterator | plist_map_iterator |
typedef std::map< std::string, pval_map_type > | plist_map_type |
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::const_iterator | pval_map_const_iterator |
typedef pval_map_type::iterator | pval_map_iterator |
typedef pval_map_type::iterator | pval_map_iterator |
typedef pval_vector | pval_map_type |
typedef pval_vector | pval_map_type |
Private Attributes | |
plist_map_type | plist_map |
Definition at line 2070 of file graphics.h.
typedef plist_map_type::const_iterator property_list::plist_map_const_iterator |
Definition at line 2078 of file graphics.in.h.
typedef plist_map_type::const_iterator property_list::plist_map_const_iterator |
Definition at line 2080 of file graphics.h.
typedef plist_map_type::iterator property_list::plist_map_iterator |
Definition at line 2077 of file graphics.in.h.
typedef plist_map_type::iterator property_list::plist_map_iterator |
Definition at line 2079 of file graphics.h.
typedef std::map<std::string, pval_map_type> property_list::plist_map_type |
Definition at line 2072 of file graphics.in.h.
typedef std::map<std::string, pval_map_type> property_list::plist_map_type |
Definition at line 2074 of file graphics.h.
typedef pval_map_type::const_iterator property_list::pval_map_const_iterator |
Definition at line 2075 of file graphics.in.h.
typedef pval_map_type::const_iterator property_list::pval_map_const_iterator |
Definition at line 2077 of file graphics.h.
typedef pval_map_type::iterator property_list::pval_map_iterator |
Definition at line 2074 of file graphics.in.h.
typedef pval_map_type::iterator property_list::pval_map_iterator |
Definition at line 2076 of file graphics.h.
Definition at line 2071 of file graphics.in.h.
Definition at line 2073 of file graphics.h.
|
inline |
Definition at line 2082 of file graphics.h.
|
inline |
Definition at line 2085 of file graphics.h.
|
inline |
Definition at line 2080 of file graphics.in.h.
|
inline |
Definition at line 2083 of file graphics.in.h.
octave_scalar_map property_list::as_struct | ( | const std::string & | prefix_arg | ) | const |
octave_scalar_map property_list::as_struct | ( | const std::string & | prefix_arg | ) | const |
Definition at line 2118 of file graphics.cc.
References octave_scalar_map::assign().
|
inline |
Definition at line 2089 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2090 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2091 of file graphics.h.
References plist_map.
|
inline |
Definition at line 2092 of file graphics.h.
References plist_map.
|
inline |
Definition at line 2092 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2093 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2094 of file graphics.h.
References plist_map.
Referenced by base_graphics_object::build_user_defaults_map(), and base_properties::set_from_list().
|
inline |
Definition at line 2095 of file graphics.h.
References plist_map.
|
inline |
Definition at line 2095 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2097 of file graphics.h.
References plist_map.
Referenced by base_graphics_object::build_user_defaults_map(), base_graphics_object::reset_default_properties(), and base_properties::set_from_list().
|
inline |
Definition at line 2100 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2102 of file graphics.h.
References plist_map.
octave_value property_list::lookup | ( | const caseless_str & | name | ) | const |
octave_value property_list::lookup | ( | const caseless_str & | name | ) | const |
Definition at line 2025 of file graphics.cc.
References caseless_str::compare(), find(), pval_vector::find(), 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 | ||
) |
void property_list::set | ( | const caseless_str & | name, |
const octave_value & | val | ||
) |
Definition at line 1888 of file graphics.cc.
References caseless_str::compare(), pval_vector::erase(), error(), error_state, 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(), 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(), uipanel::properties::has_core_property(), uitoolbar::properties::has_core_property(), uipushtool::properties::has_core_property(), octave_value::is_string(), octave_value::string_value(), and transform().
|
private |
Definition at line 2110 of file graphics.h.