GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Protected Member Functions | |
bool | do_set (const octave_value &v) |
bool | do_set (const octave_value &v) |
Protected Attributes | |
octave_value | data |
std::list< dim_vector > | size_constraints |
std::set< std::string > | type_constraints |
double | xmax |
double | xmaxp |
double | xmin |
double | xminp |
Private Member Functions | |
OCTINTERP_API bool | validate (const octave_value &v) |
OCTINTERP_API bool | validate (const octave_value &v) |
Definition at line 1432 of file graphics.h.
|
inline |
|
inline |
Definition at line 1444 of file graphics.h.
References add_constraint().
|
inline |
Definition at line 1433 of file graphics.in.h.
References add_constraint().
|
inline |
Definition at line 1442 of file graphics.in.h.
References add_constraint().
|
inline |
Reimplemented from array_property.
Definition at line 1450 of file graphics.in.h.
References add_constraint().
|
inline |
Reimplemented from array_property.
Definition at line 1452 of file graphics.h.
Referenced by add_constraint(), and row_vector_property().
|
inline |
Reimplemented from array_property.
Definition at line 1455 of file graphics.in.h.
References add_constraint().
|
inline |
Reimplemented from array_property.
Definition at line 1457 of file graphics.h.
References add_constraint().
|
inline |
Definition at line 1460 of file graphics.in.h.
References add_constraint(), and array_property::size_constraints.
|
inline |
Definition at line 1462 of file graphics.h.
References add_constraint(), and array_property::size_constraints.
|
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().
|
inlinevirtual |
Reimplemented from array_property.
Definition at line 1475 of file graphics.in.h.
References row_vector_property(), array_property::size_constraints, and array_property::type_constraints.
|
inlinevirtual |
Reimplemented from array_property.
Definition at line 1477 of file graphics.h.
References row_vector_property(), array_property::size_constraints, and array_property::type_constraints.
|
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 array_property.
Definition at line 1486 of file graphics.in.h.
References array_property::data, octave_value::dims(), do_set(), error_state, and octave_value::reshape().
|
inlineprotectedvirtual |
Reimplemented from array_property.
Definition at line 1488 of file graphics.h.
References array_property::data, octave_value::dims(), error_state, and octave_value::reshape().
Referenced by do_set().
|
inlinevirtualinherited |
Reimplemented from base_property.
Definition at line 1348 of file graphics.in.h.
References array_property::data.
|
inlinevirtualinherited |
Reimplemented from base_property.
Definition at line 1350 of file graphics.h.
References array_property::data.
Referenced by axes::properties::calc_ticklabels(), axes::properties::calc_ticks_and_lims(), and axes::properties::fix_limits().
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().
Definition at line 1361 of file graphics.in.h.
References array_property::max_neg(), array_property::max_val(), array_property::min_pos(), and array_property::min_val().
Definition at line 1363 of file graphics.h.
References array_property::max_neg(), array_property::max_val(), array_property::min_pos(), and array_property::min_val().
|
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(), string_array_property::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::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 1359 of file graphics.in.h.
References array_property::xmaxp.
Definition at line 1361 of file graphics.h.
References array_property::xmaxp.
Referenced by array_property::get_limits().
Definition at line 1357 of file graphics.in.h.
References array_property::xmax.
Definition at line 1359 of file graphics.h.
References array_property::xmax.
Referenced by array_property::get_limits().
Definition at line 1358 of file graphics.in.h.
References array_property::xminp.
Definition at line 1360 of file graphics.h.
References array_property::xminp.
Referenced by array_property::get_limits().
Definition at line 1356 of file graphics.in.h.
References array_property::xmin.
Definition at line 1358 of file graphics.h.
References array_property::xmin.
Referenced by array_property::get_limits().
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 array_property.
Definition at line 1469 of file graphics.in.h.
|
inline |
Reimplemented from array_property.
Definition at line 1471 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().
|
private |
|
private |
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().
|
protectedinherited |
Definition at line 1423 of file graphics.h.
Referenced by array_property::do_set(), do_set(), array_property::get(), array_property::get_data_limits(), and array_property::is_equal().
|
protectedinherited |
Definition at line 1429 of file graphics.h.
Referenced by array_property::add_constraint(), add_constraint(), array_property::clone(), clone(), and array_property::validate().
|
protectedinherited |
Definition at line 1428 of file graphics.h.
Referenced by array_property::add_constraint(), array_property::clone(), clone(), and array_property::validate().
|
protectedinherited |
Definition at line 1425 of file graphics.h.
Referenced by array_property::get_data_limits(), and array_property::max_val().
|
protectedinherited |
Definition at line 1427 of file graphics.h.
Referenced by array_property::get_data_limits(), and array_property::max_neg().
|
protectedinherited |
Definition at line 1424 of file graphics.h.
Referenced by array_property::get_data_limits(), and array_property::min_val().
|
protectedinherited |
Definition at line 1426 of file graphics.h.
Referenced by array_property::get_data_limits(), and array_property::min_pos().