GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Public Types | |
enum | desired_enum { string_t, cell_t, string_t, cell_t } |
enum | desired_enum { string_t, cell_t, string_t, cell_t } |
Protected Member Functions | |
bool | do_set (const octave_value &val) |
bool | do_set (const octave_value &val) |
Private Attributes | |
desired_enum | desired_type |
char | separator |
string_vector | str |
Definition at line 478 of file graphics.h.
Definition at line 479 of file graphics.in.h.
Definition at line 481 of file graphics.h.
|
inline |
Definition at line 483 of file graphics.h.
References string_vector::append(), separator, and str.
Referenced by clone().
|
inline |
Definition at line 506 of file graphics.h.
References error(), base_property::get_name(), Cell::is_cellstr(), Array< T >::numel(), and str.
|
inline |
Definition at line 525 of file graphics.h.
|
inline |
Definition at line 481 of file graphics.in.h.
References string_vector::append(), separator, and str.
|
inline |
Definition at line 504 of file graphics.in.h.
References error(), base_property::get_name(), Cell::is_cellstr(), Array< T >::numel(), and str.
|
inline |
Definition at line 523 of file graphics.in.h.
|
inlineinherited |
Definition at line 341 of file graphics.in.h.
References octave_value_list::length(), base_property::listeners, and octave_value_list::resize().
|
inlineinherited |
Definition at line 343 of file graphics.h.
References octave_value_list::length(), base_property::listeners, and octave_value_list::resize().
Referenced by property::add_listener().
Definition at line 549 of file graphics.in.h.
References str.
|
inlinevirtual |
Reimplemented from base_property.
Definition at line 559 of file graphics.in.h.
References string_array_property().
|
inlinevirtual |
Reimplemented from base_property.
Definition at line 561 of file graphics.h.
References string_array_property().
|
inlineinherited |
Definition at line 347 of file graphics.in.h.
References octave_value_list::length(), base_property::listeners, PERSISTENT, and octave_value_list::resize().
|
inlineinherited |
Definition at line 349 of file graphics.h.
References octave_value_list::length(), base_property::listeners, PERSISTENT, and octave_value_list::resize().
Referenced by property::delete_listener().
|
inlineprotectedvirtual |
Reimplemented from base_property.
Definition at line 563 of file graphics.in.h.
References string_vector::append(), cell_t, octave_value::cell_value(), Cell::cellstr_value(), octave_value::char_matrix_value(), desired_type, error(), base_property::get_name(), octave_value::is_cellstr(), octave_value::is_string(), Array< T >::length(), Array< T >::numel(), replace(), charMatrix::row_as_string(), Array< T >::rows(), octave_value::rows(), separator, str, string_t, and octave_value::string_value().
|
inlineprotectedvirtual |
Reimplemented from base_property.
Definition at line 565 of file graphics.h.
References string_vector::append(), cell_t, octave_value::cell_value(), Cell::cellstr_value(), octave_value::char_matrix_value(), desired_type, error(), base_property::get_name(), octave_value::is_cellstr(), octave_value::is_string(), Array< T >::length(), Array< T >::numel(), replace(), charMatrix::row_as_string(), Array< T >::rows(), octave_value::rows(), separator, str, string_t, and octave_value::string_value().
|
inlinevirtual |
Reimplemented from base_property.
Definition at line 527 of file graphics.in.h.
References cell_value(), desired_type, octave_value(), string_t, and string_value().
|
inlinevirtual |
Reimplemented from base_property.
Definition at line 529 of file graphics.h.
References cell_value(), desired_type, octave_value(), string_t, and string_value().
Definition at line 307 of file graphics.in.h.
References base_property::id.
Definition at line 309 of file graphics.h.
References base_property::id.
Referenced by property::get_id().
|
inlineinherited |
Definition at line 293 of file graphics.in.h.
References base_property::name.
|
inlineinherited |
Definition at line 295 of file graphics.h.
References base_property::name.
Referenced by string_property::do_set(), do_set(), text_label_property::do_set(), radio_property::do_set(), color_property::do_set(), double_property::do_set(), double_radio_property::do_set(), array_property::do_set(), handle_property::do_set(), callback_property::do_set(), double_radio_property::double_value(), property::get_name(), and string_array_property().
|
inlineinherited |
Definition at line 297 of file graphics.in.h.
References base_property::parent.
|
inlineinherited |
Definition at line 299 of file graphics.h.
References base_property::parent.
Referenced by callback_property::execute(), and property::get_parent().
Definition at line 301 of file graphics.in.h.
References base_property::hidden.
Definition at line 303 of file graphics.h.
References base_property::hidden.
Referenced by property::is_hidden().
Reimplemented in double_radio_property, double_radio_property, color_property, color_property, radio_property, and radio_property.
Definition at line 305 of file graphics.in.h.
Reimplemented in double_radio_property, double_radio_property, color_property, color_property, radio_property, and radio_property.
Definition at line 307 of file graphics.h.
Referenced by property::is_radio().
Definition at line 291 of file graphics.in.h.
References octave_handle::ok(), and base_property::parent.
Definition at line 293 of file graphics.h.
References octave_handle::ok(), and base_property::parent.
Referenced by property::ok().
|
inline |
Reimplemented from base_property.
Definition at line 553 of file graphics.in.h.
|
inline |
Reimplemented from base_property.
Definition at line 555 of file graphics.h.
|
inherited |
|
inherited |
Definition at line 961 of file graphics.cc.
References error_state, gh_manager::execute_listener(), octave_value_list::length(), base_property::listeners, and base_property::parent.
Referenced by property::run_listeners(), and base_property::set().
|
inherited |
|
inherited |
Definition at line 936 of file graphics.cc.
References base_property::do_set(), error_state, gh_manager::get_object(), base_property::parent, POSTSET, base_property::run_listeners(), and graphics_object::update().
Referenced by property::set().
Definition at line 303 of file graphics.in.h.
References base_property::hidden.
Definition at line 305 of file graphics.h.
References base_property::hidden.
Referenced by figure::properties::properties(), axes::properties::properties(), line::properties::properties(), text::properties::properties(), image::properties::properties(), patch::properties::properties(), surface::properties::properties(), hggroup::properties::properties(), uimenu::properties::properties(), and property::set_hidden().
Definition at line 309 of file graphics.in.h.
References d.
Definition at line 311 of file graphics.h.
References d.
Referenced by base_properties::base_properties(), root_figure::properties::properties(), figure::properties::properties(), axes::properties::properties(), line::properties::properties(), text::properties::properties(), image::properties::properties(), patch::properties::properties(), surface::properties::properties(), hggroup::properties::properties(), uimenu::properties::properties(), uicontextmenu::properties::properties(), uicontrol::properties::properties(), uipanel::properties::properties(), uitoolbar::properties::properties(), uipushtool::properties::properties(), uitoggletool::properties::properties(), and property::set_id().
|
inlineinherited |
Definition at line 295 of file graphics.in.h.
References base_property::name.
|
inlineinherited |
Definition at line 297 of file graphics.h.
References base_property::name.
Referenced by property::set_name().
|
inlineinherited |
Definition at line 299 of file graphics.in.h.
References base_property::parent.
|
inlineinherited |
Definition at line 301 of file graphics.h.
References base_property::parent.
Referenced by property::set_parent().
|
inline |
Definition at line 535 of file graphics.in.h.
References Array< T >::length(), separator, and str.
|
inline |
Definition at line 537 of file graphics.h.
References Array< T >::length(), separator, and str.
Referenced by get().
|
inline |
Definition at line 551 of file graphics.in.h.
References str.
|
inline |
Definition at line 553 of file graphics.h.
References str.
Reimplemented in color_property, color_property, radio_property, and radio_property.
Definition at line 329 of file graphics.in.h.
References error(), and base_property::name.
Reimplemented in color_property, color_property, radio_property, and radio_property.
Definition at line 331 of file graphics.h.
References error(), and base_property::name.
Referenced by property::values_as_cell().
|
inlinevirtualinherited |
Reimplemented in color_property, color_property, radio_property, and radio_property.
Definition at line 323 of file graphics.in.h.
References error(), and base_property::name.
|
inlinevirtualinherited |
Reimplemented in color_property, color_property, radio_property, and radio_property.
Definition at line 325 of file graphics.h.
References error(), and base_property::name.
Referenced by property::values_as_string().
|
private |
Definition at line 672 of file graphics.h.
|
private |
Definition at line 673 of file graphics.h.
Referenced by do_set(), string_array_property(), and string_value().
|
private |
Definition at line 674 of file graphics.h.
Referenced by cell_value(), do_set(), string_array_property(), string_value(), and string_vector_value().