GNU Octave
3.8.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 std::map< std::string, octave_value > | pval_map_type |
typedef std::map< std::string, octave_value > | pval_map_type |
Private Attributes | |
plist_map_type | plist_map |
Definition at line 1994 of file graphics.h.
typedef plist_map_type::const_iterator property_list::plist_map_const_iterator |
Definition at line 2002 of file graphics.in.h.
typedef plist_map_type::const_iterator property_list::plist_map_const_iterator |
Definition at line 2004 of file graphics.h.
typedef plist_map_type::iterator property_list::plist_map_iterator |
Definition at line 2001 of file graphics.in.h.
typedef plist_map_type::iterator property_list::plist_map_iterator |
Definition at line 2003 of file graphics.h.
typedef std::map<std::string, pval_map_type> property_list::plist_map_type |
Definition at line 1996 of file graphics.in.h.
typedef std::map<std::string, pval_map_type> property_list::plist_map_type |
Definition at line 1998 of file graphics.h.
typedef pval_map_type::const_iterator property_list::pval_map_const_iterator |
Definition at line 1999 of file graphics.in.h.
typedef pval_map_type::const_iterator property_list::pval_map_const_iterator |
Definition at line 2001 of file graphics.h.
typedef pval_map_type::iterator property_list::pval_map_iterator |
Definition at line 1998 of file graphics.in.h.
typedef pval_map_type::iterator property_list::pval_map_iterator |
Definition at line 2000 of file graphics.h.
typedef std::map<std::string, octave_value> property_list::pval_map_type |
Definition at line 1995 of file graphics.in.h.
typedef std::map<std::string, octave_value> property_list::pval_map_type |
Definition at line 1997 of file graphics.h.
|
inline |
Definition at line 2006 of file graphics.h.
|
inline |
Definition at line 2009 of file graphics.h.
|
inline |
Definition at line 2004 of file graphics.in.h.
|
inline |
Definition at line 2007 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 1930 of file graphics.cc.
References octave_scalar_map::assign().
|
inline |
Definition at line 2013 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2014 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2015 of file graphics.h.
References plist_map.
Referenced by reset_default_properties().
|
inline |
Definition at line 2016 of file graphics.h.
References plist_map.
|
inline |
Definition at line 2016 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2017 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2018 of file graphics.h.
References plist_map.
Referenced by reset_default_properties(), and base_properties::set_from_list().
|
inline |
Definition at line 2019 of file graphics.h.
References plist_map.
|
inline |
Definition at line 2019 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2021 of file graphics.h.
References plist_map.
Referenced by base_properties::set_from_list().
|
inline |
Definition at line 2024 of file graphics.in.h.
References plist_map.
|
inline |
Definition at line 2026 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 1837 of file graphics.cc.
References caseless_str::compare(), 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 1700 of file graphics.cc.
References caseless_str::compare(), error(), error_state, 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().
Referenced by reset_default_properties().
|
private |
Definition at line 2034 of file graphics.h.