GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Static Public Member Functions | |
static std::set< std::string > | core_property_names (void) |
static property_list::pval_map_type | factory_defaults (void) |
static bool | has_core_property (const caseless_str &pname) |
Public Attributes | |
color_property color_property | edgecolor |
color_property color_property off radio_property | erasemode |
ft_render | renderer |
Protected Attributes | |
bool_property | __modified__ |
graphics_handle | __myhandle__ |
std::map< caseless_str, property, cmp_caseless_str > | all_props |
BEGIN_BASE_PROPERTIES bool_property | beingdeleted |
bool_property | beingdeleted |
BEGIN_BASE_PROPERTIES bool_property off radio_property | busyaction |
radio_property | busyaction |
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property | buttondownfcn |
callback_property | buttondownfcn |
children_property | children |
bool_property | clipping |
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property on callback_property | createfcn |
callback_property | createfcn |
callback_property | deletefcn |
std::set< std::string > | dynamic_properties |
radio_property | handlevisibility |
bool_property | hittest |
bool_property | interruptible |
handle_property | parent |
bool_property | selected |
bool_property | selectionhighlight |
string_property | tag |
string_property | type |
handle_property | uicontextmenu |
any_property | userdata |
bool_property | visible |
Static Private Attributes | |
static std::string | go_name |
Definition at line 7494 of file graphics.h.
anonymous enum |
Definition at line 7606 of file graphics.h.
|
inherited |
Definition at line 2611 of file graphics.h.
text::properties::properties | ( | const graphics_handle & | mh, |
const graphics_handle & | p | ||
) |
Definition at line 2932 of file graphics-props.cc.
References autopos_tag, backgroundcolor, color, displayname, edgecolor, editing, erasemode, extent, fontangle, fontname, fontsize, fontunits, fontweight, horizontalalignment, horizontalalignmentmode, ID_AUTOPOS_TAG, ID_BACKGROUNDCOLOR, ID_COLOR, ID_DISPLAYNAME, ID_EDGECOLOR, ID_EDITING, ID_ERASEMODE, ID_EXTENT, ID_FONTANGLE, ID_FONTNAME, ID_FONTSIZE, ID_FONTUNITS, ID_FONTWEIGHT, ID_HORIZONTALALIGNMENT, ID_HORIZONTALALIGNMENTMODE, ID_INTERPRETER, ID_LINESTYLE, ID_LINEWIDTH, ID_MARGIN, ID_POSITION, ID_POSITIONMODE, ID_ROTATION, ID_ROTATIONMODE, ID_STRING, ID_UNITS, ID_VERTICALALIGNMENT, ID_VERTICALALIGNMENTMODE, ID_XLIM, ID_XLIMINCLUDE, ID_YLIM, ID_YLIMINCLUDE, ID_ZLIM, ID_ZLIMINCLUDE, init(), interpreter, linestyle, linewidth, margin, position, positionmode, rotation, rotationmode, base_property::set_hidden(), base_property::set_id(), units, verticalalignment, verticalalignmentmode, xlim, xliminclude, ylim, yliminclude, zlim, and zliminclude.
|
inline |
Definition at line 7530 of file graphics.h.
|
virtualinherited |
|
virtualinherited |
Definition at line 2877 of file graphics.cc.
References error_state.
Referenced by base_graphics_object::add_property_listener().
|
inlinevirtualinherited |
Reimplemented in uimenu::properties, hggroup::properties, uimenu::properties, and hggroup::properties.
Definition at line 2468 of file graphics.in.h.
References octave_handle::value().
|
inlinevirtualinherited |
Reimplemented in uimenu::properties, hggroup::properties, uimenu::properties, and hggroup::properties.
Definition at line 2470 of file graphics.h.
References octave_handle::value().
Referenced by base_graphics_object::adopt().
std::set< std::string > text::properties::all_property_names | ( | void | ) | const |
Reimplemented from base_properties.
Definition at line 3409 of file graphics-props.cc.
References base_properties::all_property_names().
|
inline |
Definition at line 7733 of file graphics.h.
|
inline |
Definition at line 7644 of file graphics.h.
Definition at line 7643 of file graphics.h.
|
inlineinherited |
Definition at line 2638 of file graphics.h.
|
inline |
Definition at line 7649 of file graphics.h.
Definition at line 7648 of file graphics.h.
color_property text::properties::color_property | ( | radio_values("{none}") | , |
color_values(1, 1, 1) | |||
) |
color_property color_property text::properties::color_property | ( | radio_values("{none}") | , |
color_values(0, 0, 0) | |||
) |
color_property text::properties::color_values | ( | 0 | , |
0 | , | ||
0 | |||
) |
|
static |
Reimplemented from base_properties.
Definition at line 3349 of file graphics-props.cc.
References base_properties::core_property_names(), and initialized.
Definition at line 2524 of file graphics.in.h.
References clear().
Definition at line 2526 of file graphics.h.
References clear().
Referenced by gh_manager::do_free().
|
virtualinherited |
|
virtualinherited |
Definition at line 2887 of file graphics.cc.
References error_state.
Referenced by base_graphics_object::delete_property_listener(), and do_cleanup_waitfor_listener().
|
inherited |
|
inherited |
Definition at line 2704 of file graphics.cc.
Referenced by base_properties::all_property_names().
|
inline |
Definition at line 7656 of file graphics.h.
Definition at line 7655 of file graphics.h.
|
inline |
Definition at line 7663 of file graphics.h.
|
inlineinherited |
Reimplemented in figure::properties.
Definition at line 2641 of file graphics.h.
|
inlineinherited |
Definition at line 2647 of file graphics.h.
Referenced by gh_manager::do_make_graphics_handle(), and xcreatefcn().
|
inlineinherited |
Definition at line 2650 of file graphics.h.
Referenced by gh_manager::do_free().
|
static |
Reimplemented from base_properties.
Definition at line 3305 of file graphics-props.cc.
References base_properties::factory_defaults(), and OCTAVE_DEFAULT_FONTNAME.
Referenced by root_figure::init_factory_properties().
|
inline |
Definition at line 7668 of file graphics.h.
|
inline |
Definition at line 7675 of file graphics.h.
|
inline |
Definition at line 7678 of file graphics.h.
|
virtual |
Reimplemented from base_properties.
Definition at line 3088 of file graphics-props.cc.
References octave_map::assign(), base_graphics_object::get(), and octave_value::map_value().
|
virtual |
Reimplemented from base_properties.
Definition at line 3141 of file graphics-props.cc.
References caseless_str::compare(), error_state, base_graphics_object::get(), and validate_property_name().
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 7538 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 7543 of file graphics.h.
|
inlineinherited |
Definition at line 2682 of file graphics.h.
Referenced by base_properties::get().
|
inlineinherited |
Definition at line 2684 of file graphics.h.
Referenced by convert_cdata(), convert_text_position(), base_properties::get(), base_graphics_object::get_handle(), and figure::properties::set_toolkit().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, and axes::properties.
Definition at line 2546 of file graphics.in.h.
References octave_value().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, and axes::properties.
Definition at line 2548 of file graphics.h.
References octave_value().
Referenced by axes::update_axis_limits(), and hggroup::update_axis_limits().
Definition at line 2500 of file graphics.in.h.
Definition at line 2502 of file graphics.h.
Referenced by finalize_r(), and initialize_r().
|
inline |
Definition at line 7734 of file graphics.h.
|
inline |
Definition at line 7646 of file graphics.h.
Definition at line 7645 of file graphics.h.
|
inlineinherited |
Definition at line 2636 of file graphics.h.
Referenced by base_properties::get().
|
inlinevirtualinherited |
Reimplemented in uipanel::properties, uicontrol::properties, uipanel::properties, uicontrol::properties, axes::properties, figure::properties, axes::properties, root_figure::properties, figure::properties, and root_figure::properties.
Definition at line 2477 of file graphics.in.h.
|
inlinevirtualinherited |
Reimplemented in uipanel::properties, uicontrol::properties, uipanel::properties, uicontrol::properties, axes::properties, figure::properties, axes::properties, root_figure::properties, figure::properties, and root_figure::properties.
Definition at line 2479 of file graphics.h.
Referenced by axes::properties::calc_tightbox(), axes::properties::get_boundingbox(), uicontrol::properties::get_boundingbox(), uipanel::properties::get_boundingbox(), uicontrol::properties::get_extent(), axes::properties::update_units(), uicontrol::properties::update_units(), and uipanel::properties::update_units().
|
inlineinherited |
Definition at line 2639 of file graphics.h.
Referenced by gh_manager::do_post_callback(), and base_properties::get().
|
inlineinherited |
Reimplemented in figure::properties.
Definition at line 2642 of file graphics.h.
Referenced by base_properties::get().
Definition at line 2495 of file graphics.in.h.
Definition at line 2497 of file graphics.h.
Referenced by calc_dimensions(), base_properties::get(), axes::update_axis_limits(), and hggroup::update_axis_limits().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, and axes::properties.
Definition at line 2547 of file graphics.in.h.
References octave_value().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, and axes::properties.
Definition at line 2549 of file graphics.h.
References octave_value().
Referenced by axes::update_axis_limits(), and hggroup::update_axis_limits().
|
inlineinherited |
Reimplemented in uicontrol::properties.
Definition at line 2645 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 7651 of file graphics.h.
Definition at line 7650 of file graphics.h.
|
inlineinherited |
Definition at line 2648 of file graphics.h.
Referenced by base_properties::get().
Definition at line 7177 of file graphics.cc.
References convert_text_position().
Referenced by axes::properties::get_extent().
|
inlineinherited |
Definition at line 2651 of file graphics.h.
Referenced by gh_manager::do_free(), and base_properties::get().
|
inline |
Definition at line 7653 of file graphics.h.
|
protectedinherited |
|
protectedinherited |
Definition at line 2675 of file graphics.cc.
References error().
Referenced by base_properties::get().
|
protectedinherited |
|
protectedinherited |
Definition at line 2691 of file graphics.cc.
References octave_scalar_map::assign().
|
inline |
Definition at line 7658 of file graphics.h.
Definition at line 7657 of file graphics.h.
|
inline |
Definition at line 7661 of file graphics.h.
|
inline |
Definition at line 7664 of file graphics.h.
octave_value text::properties::get_extent | ( | void | ) | const |
Definition at line 7195 of file graphics.cc.
References convert_text_position().
Definition at line 7188 of file graphics.cc.
Referenced by axes::properties::get_extent().
|
inline |
Definition at line 7669 of file graphics.h.
|
inline |
Definition at line 7671 of file graphics.h.
Definition at line 7673 of file graphics.h.
Definition at line 7306 of file graphics.cc.
References convert_font_size(), graphics_object::get_ancestor(), and gh_manager::get_object().
|
inline |
Definition at line 7676 of file graphics.h.
|
inline |
Definition at line 7679 of file graphics.h.
|
inlineinherited |
Definition at line 2654 of file graphics.h.
Referenced by base_properties::get().
Definition at line 2505 of file graphics.in.h.
Definition at line 2507 of file graphics.h.
|
inlineinherited |
Definition at line 2657 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 7682 of file graphics.h.
|
inline |
Definition at line 7728 of file graphics.h.
|
inline |
Definition at line 7685 of file graphics.h.
|
inlineinherited |
Definition at line 2660 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 7688 of file graphics.h.
Definition at line 7690 of file graphics.h.
Definition at line 7692 of file graphics.h.
|
inlineinherited |
Definition at line 2662 of file graphics.h.
Referenced by base_properties::get(), and base_graphics_object::get_parent().
|
inline |
Definition at line 8131 of file graphics.h.
|
inline |
Definition at line 7694 of file graphics.h.
|
inline |
Definition at line 7722 of file graphics.h.
|
virtual |
Reimplemented from base_properties.
Definition at line 3225 of file graphics-props.cc.
References caseless_str::compare(), error_state, base_properties::get_property(), and validate_property_name().
|
protectedinherited |
|
protectedinherited |
Definition at line 2741 of file graphics.cc.
References error().
Referenced by base_properties::get_property().
Definition at line 7696 of file graphics.h.
Referenced by axes::properties::get_extent().
|
inline |
Definition at line 7725 of file graphics.h.
|
inlineinherited |
Definition at line 2665 of file graphics.h.
Referenced by base_properties::get().
|
inlineinherited |
Definition at line 2668 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 7698 of file graphics.h.
Referenced by axes::properties::get_extent(), axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inlineinherited |
Definition at line 2670 of file graphics.h.
Referenced by base_properties::get().
|
virtualinherited |
Reimplemented in figure::properties, and figure::properties.
|
virtualinherited |
Reimplemented in figure::properties, and figure::properties.
Definition at line 2843 of file graphics.cc.
References gh_manager::get_object(), base_graphics_object::get_parent(), and graphics_object::get_toolkit().
Referenced by base_graphics_object::get_toolkit().
|
inlineinherited |
Definition at line 2672 of file graphics.h.
Referenced by base_properties::get().
|
inlineinherited |
Definition at line 2674 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 7701 of file graphics.h.
|
inlineinherited |
Definition at line 2676 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 7704 of file graphics.h.
|
inline |
Definition at line 7731 of file graphics.h.
|
inlineinherited |
Definition at line 2679 of file graphics.h.
Referenced by base_properties::get().
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 7706 of file graphics.h.
|
inline |
Definition at line 7713 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 7708 of file graphics.h.
|
inline |
Definition at line 7716 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 7710 of file graphics.h.
|
inline |
Definition at line 7719 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 7550 of file graphics.h.
|
inlineinherited |
Definition at line 2653 of file graphics.h.
|
static |
Reimplemented from base_properties.
Definition at line 3401 of file graphics-props.cc.
Referenced by property_list::set().
|
inherited |
|
inherited |
Definition at line 2710 of file graphics.cc.
Referenced by Fwaitfor().
|
virtual |
Reimplemented from base_properties.
Definition at line 3421 of file graphics-props.cc.
|
inline |
Definition at line 7681 of file graphics.h.
|
inline |
Definition at line 7727 of file graphics.h.
Referenced by axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
Reimplemented from base_properties.
Definition at line 8138 of file graphics.h.
Referenced by properties().
|
inlinevirtualinherited |
Reimplemented in figure::properties, and figure::properties.
Definition at line 2419 of file graphics.in.h.
References panic_impossible.
|
inlinevirtualinherited |
Reimplemented in figure::properties, and figure::properties.
Definition at line 2421 of file graphics.h.
References panic_impossible.
Referenced by F__go_figure__().
Definition at line 2429 of file graphics.in.h.
References property::set_name(), and property::set_parent().
Definition at line 2431 of file graphics.h.
References property::set_name(), and property::set_parent().
Referenced by Faddproperty().
|
inlineprotectedinherited |
Definition at line 2870 of file graphics.h.
|
inline |
Definition at line 7684 of file graphics.h.
Definition at line 2681 of file graphics.h.
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, surface::properties, patch::properties, and image::properties.
Definition at line 2552 of file graphics.in.h.
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, surface::properties, patch::properties, and image::properties.
Definition at line 2554 of file graphics.h.
Definition at line 2635 of file graphics.h.
Referenced by delete_graphics_object().
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, surface::properties, patch::properties, and image::properties.
Definition at line 2553 of file graphics.in.h.
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, surface::properties, patch::properties, and image::properties.
Definition at line 2555 of file graphics.h.
Reimplemented in uicontrol::properties.
Definition at line 2644 of file graphics.h.
Definition at line 7660 of file graphics.h.
Definition at line 2836 of file graphics.cc.
Definition at line 2656 of file graphics.h.
Definition at line 2659 of file graphics.h.
Referenced by gh_manager::do_post_callback(), and gh_manager::do_process_events().
Definition at line 2460 of file graphics.in.h.
Definition at line 2462 of file graphics.h.
Referenced by Fdrawnow().
Definition at line 2664 of file graphics.h.
Definition at line 2667 of file graphics.h.
Definition at line 2678 of file graphics.h.
Referenced by Fdrawnow(), and gnuplot_graphics_toolkit::update().
Reimplemented from base_properties.
Definition at line 7712 of file graphics.h.
Reimplemented from base_properties.
Definition at line 7715 of file graphics.h.
Reimplemented from base_properties.
Definition at line 7718 of file graphics.h.
|
inline |
Definition at line 7687 of file graphics.h.
Definition at line 2799 of file graphics.cc.
References gh_manager::get_object(), base_graphics_object::get_parent(), and graphics_object::mark_modified().
Referenced by base_graphics_object::mark_modified(), and figure::properties::set_toolkit().
|
protectedinherited |
Reimplemented in uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uipushtool::properties, uipushtool::properties, uipushtool::properties, uitoolbar::properties, uipanel::properties, uicontrol::properties, uicontrol::properties, uicontrol::properties, uicontextmenu::properties, uicontextmenu::properties, uimenu::properties, uimenu::properties, surface::properties, image::properties, figure::properties, figure::properties, and figure::properties.
Referenced by base_properties::factory_defaults().
|
protectedinherited |
Reimplemented in uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uipushtool::properties, uipushtool::properties, uipushtool::properties, uitoolbar::properties, uipanel::properties, uicontrol::properties, uicontrol::properties, uicontrol::properties, uicontextmenu::properties, uicontextmenu::properties, uimenu::properties, uimenu::properties, surface::properties, image::properties, figure::properties, figure::properties, and figure::properties.
|
protectedinherited |
Reimplemented in uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uipushtool::properties, uipushtool::properties, uipushtool::properties, uitoolbar::properties, uipanel::properties, uicontrol::properties, uicontrol::properties, uicontrol::properties, uicontextmenu::properties, uicontextmenu::properties, uimenu::properties, uimenu::properties, surface::properties, image::properties, figure::properties, figure::properties, and figure::properties.
|
protectedinherited |
Reimplemented in uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uitoggletool::properties, uipushtool::properties, uipushtool::properties, uipushtool::properties, uitoolbar::properties, uipanel::properties, uicontrol::properties, uicontrol::properties, uicontrol::properties, uicontextmenu::properties, uicontextmenu::properties, uimenu::properties, uimenu::properties, surface::properties, image::properties, figure::properties, figure::properties, and figure::properties.
|
inherited |
|
inherited |
Definition at line 2808 of file graphics.cc.
References gh_manager::get_object(), base_graphics_object::get_parent(), and graphics_object::override_defaults().
Referenced by base_graphics_object::override_defaults().
|
inline |
Definition at line 7721 of file graphics.h.
Referenced by axes::properties::update_title_position(), axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inlinevirtualinherited |
Reimplemented in uimenu::properties, hggroup::properties, uimenu::properties, axes::properties, hggroup::properties, figure::properties, axes::properties, root_figure::properties, figure::properties, and root_figure::properties.
Definition at line 2462 of file graphics.in.h.
References octave_handle::value().
|
inlinevirtualinherited |
Reimplemented in uimenu::properties, hggroup::properties, uimenu::properties, axes::properties, hggroup::properties, figure::properties, axes::properties, root_figure::properties, figure::properties, and root_figure::properties.
Definition at line 2464 of file graphics.h.
References octave_handle::value().
Referenced by base_graphics_object::remove_child(), hggroup::properties::remove_child(), and uimenu::properties::remove_child().
|
inlineinherited |
Definition at line 2529 of file graphics.in.h.
|
inlineinherited |
Definition at line 2531 of file graphics.h.
Referenced by figure::properties::set_integerhandle().
|
inlineinherited |
Definition at line 2534 of file graphics.in.h.
|
inlineinherited |
Definition at line 2536 of file graphics.h.
Referenced by figure::properties::set_integerhandle().
|
inlineinherited |
Definition at line 2514 of file graphics.in.h.
|
inlineinherited |
Definition at line 2516 of file graphics.h.
Referenced by base_graphics_object::reparent().
Definition at line 7269 of file graphics.cc.
|
inline |
Definition at line 7724 of file graphics.h.
Referenced by axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
virtual |
Reimplemented from base_properties.
Definition at line 3016 of file graphics-props.cc.
References caseless_str::compare(), error_state, base_graphics_object::set(), and validate_property_name().
|
inlineinherited |
Definition at line 2512 of file graphics.in.h.
|
inlineinherited |
Definition at line 2514 of file graphics.h.
Referenced by base_properties::set().
|
inline |
Definition at line 8117 of file graphics.h.
References error_state.
|
inline |
Definition at line 7737 of file graphics.h.
References error_state.
|
inlineinherited |
Definition at line 2687 of file graphics.h.
References error_state.
Referenced by gh_manager::do_free(), and base_properties::set().
|
inlineinherited |
Definition at line 2698 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inlineinherited |
Reimplemented in figure::properties.
Definition at line 2709 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inlineinherited |
Definition at line 2720 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inlineinherited |
Reimplemented in uicontrol::properties.
Definition at line 2731 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Definition at line 7748 of file graphics.h.
References error_state.
|
inlineinherited |
Definition at line 2742 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inlineinherited |
Definition at line 2753 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Definition at line 7760 of file graphics.h.
References error_state.
|
protectedinherited |
|
protectedinherited |
Definition at line 2721 of file graphics.cc.
References error(), error_state, and base_graphics_object::mark_modified().
Referenced by base_properties::set().
|
inline |
Definition at line 7771 of file graphics.h.
References error_state.
|
inline |
Definition at line 7782 of file graphics.h.
References error_state.
|
inline |
Definition at line 7793 of file graphics.h.
References error_state.
|
inline |
Definition at line 7804 of file graphics.h.
References error_state.
|
inline |
Definition at line 7815 of file graphics.h.
References error_state.
|
inline |
Definition at line 7827 of file graphics.h.
References error_state.
|
inline |
Definition at line 7839 of file graphics.h.
References error_state.
|
inline |
Definition at line 7851 of file graphics.h.
References error_state.
|
inline |
Definition at line 7862 of file graphics.h.
References error_state.
|
inherited |
|
inherited |
Definition at line 2646 of file graphics.cc.
References property_list::end(), error(), error_state, property_list::find(), and base_graphics_object::set().
Referenced by base_graphics_object::set_from_list().
|
inlineinherited |
Definition at line 2764 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inlineinherited |
Definition at line 2775 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Definition at line 7874 of file graphics.h.
References error_state, and POSTSET.
Referenced by axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inline |
Definition at line 8093 of file graphics.h.
References error_state.
Referenced by axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inline |
Definition at line 7890 of file graphics.h.
References error_state.
|
inlineinherited |
Definition at line 2786 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Definition at line 7902 of file graphics.h.
References error_state.
|
inline |
Definition at line 7913 of file graphics.h.
References error_state.
|
inline |
Definition at line 7924 of file graphics.h.
References error_state.
|
inlineinherited |
Definition at line 2510 of file graphics.in.h.
|
inlineinherited |
Definition at line 2512 of file graphics.h.
Referenced by Fdrawnow().
|
inherited |
|
inherited |
Definition at line 2756 of file graphics.cc.
References base_graphics_object::adopt(), octave_handle::as_octave_value(), octave_value::double_value(), error(), error_state, gh_manager::get_object(), base_graphics_object::get_parent(), graphics_object::get_parent(), graphics_object::get_properties(), lookup(), octave_NaN, octave_handle::ok(), graphics_object::remove_child(), and base_properties::set_parent().
Referenced by base_properties::set(), and base_properties::set_parent().
|
inline |
Definition at line 4271 of file graphics.in.h.
|
inline |
Definition at line 7499 of file graphics.h.
References error_state, octave_value::numel(), POSTSET, and octave_value::resize().
Referenced by axes::properties::update_title_position(), axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inline |
Definition at line 8069 of file graphics.h.
References error_state.
Referenced by axes::properties::update_title_position(), axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inline |
Definition at line 7935 of file graphics.h.
References error_state, and POSTSET.
Referenced by axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inline |
Definition at line 8081 of file graphics.h.
References error_state.
Referenced by axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inlineinherited |
Definition at line 2797 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inlineinherited |
Definition at line 2808 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Definition at line 7951 of file graphics.h.
References error_state.
|
inlineinherited |
Definition at line 2491 of file graphics.in.h.
|
inlineinherited |
Definition at line 2493 of file graphics.h.
Referenced by base_properties::set().
|
inlineinherited |
Definition at line 2819 of file graphics.h.
References error_state, and base_graphics_object::set().
Referenced by base_properties::set().
|
inline |
Definition at line 7963 of file graphics.h.
References error_state.
|
inlineinherited |
Definition at line 2830 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Definition at line 7975 of file graphics.h.
References error_state, and POSTSET.
Referenced by axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inline |
Definition at line 8105 of file graphics.h.
References error_state.
Referenced by axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
inlineinherited |
Reimplemented in figure::properties, and figure::properties.
Definition at line 2841 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Definition at line 7991 of file graphics.h.
References error_state, and POSTSET.
|
inline |
Definition at line 8030 of file graphics.h.
References error_state, and POSTSET.
|
inline |
Definition at line 8004 of file graphics.h.
References error_state, and POSTSET.
|
inline |
Definition at line 8043 of file graphics.h.
References error_state, and POSTSET.
|
inline |
Definition at line 8017 of file graphics.h.
References error_state, and POSTSET.
|
inline |
Definition at line 8056 of file graphics.h.
References error_state, and POSTSET.
|
inline |
Definition at line 7700 of file graphics.h.
|
virtualinherited |
Reimplemented in axes::properties, and axes::properties.
|
virtualinherited |
Reimplemented in axes::properties, and axes::properties.
Definition at line 2868 of file graphics.cc.
References gh_manager::get_object(), base_graphics_object::get_parent(), graphics_object::get_properties(), base_properties::update_autopos(), and graphics_object::valid_object().
Referenced by base_properties::update_autopos().
|
virtualinherited |
|
virtualinherited |
Definition at line 2817 of file graphics.cc.
References gh_manager::get_object(), and graphics_object::update_axis_limits().
Referenced by graphics_object::update_axis_limits().
|
virtualinherited |
|
virtualinherited |
Definition at line 2826 of file graphics.cc.
References gh_manager::get_object(), and graphics_object::update_axis_limits().
Reimplemented in axes::properties, and axes::properties.
Reimplemented in axes::properties, and axes::properties.
Definition at line 2854 of file graphics.cc.
References gh_manager::get_object(), graphics_object::get_properties(), Array< T >::numel(), base_properties::update_boundingbox(), and graphics_object::valid_object().
Referenced by base_properties::update_boundingbox(), and axes::properties::update_boundingbox().
Definition at line 8181 of file graphics.h.
Definition at line 7210 of file graphics.cc.
Definition at line 8184 of file graphics.h.
Definition at line 8182 of file graphics.h.
Definition at line 8183 of file graphics.h.
Definition at line 8185 of file graphics.h.
Definition at line 8187 of file graphics.h.
Definition at line 8175 of file graphics.h.
Definition at line 8186 of file graphics.h.
Definition at line 8146 of file graphics.h.
References Array< T >::numel(), and octave_Inf.
Definition at line 8173 of file graphics.h.
Definition at line 8180 of file graphics.h.
Definition at line 8174 of file graphics.h.
Definition at line 8179 of file graphics.h.
Definition at line 7224 of file graphics.cc.
References octave_value::all_strings(), and string_vector::join().
Definition at line 7277 of file graphics.cc.
References convert_text_position().
Definition at line 8188 of file graphics.h.
Definition at line 8176 of file graphics.h.
|
inline |
Definition at line 7703 of file graphics.h.
|
inline |
Definition at line 7730 of file graphics.h.
Referenced by axes::properties::update_xlabel_position(), axes::properties::update_ylabel_position(), and axes::properties::update_zlabel_position().
|
protectedinherited |
Definition at line 2606 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2607 of file graphics.h.
|
protectedinherited |
Definition at line 2867 of file graphics.h.
Referenced by base_properties::all_property_names().
|
private |
Definition at line 7602 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7570 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2577 of file graphics.in.h.
|
protectedinherited |
Definition at line 2588 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2577 of file graphics.in.h.
|
protectedinherited |
Definition at line 2589 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2577 of file graphics.in.h.
|
protectedinherited |
Definition at line 2590 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 8193 of file graphics.h.
|
protectedinherited |
Definition at line 2591 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2592 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 7571 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2582 of file graphics.in.h.
|
protectedinherited |
Definition at line 2593 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2594 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 7572 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2567 of file graphics.h.
color_property color_property text::properties::edgecolor |
Definition at line 4303 of file graphics.in.h.
|
private |
Definition at line 7573 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7574 of file graphics.h.
Referenced by properties().
color_property color_property off radio_property text::properties::erasemode |
Definition at line 4305 of file graphics.in.h.
|
private |
Definition at line 7575 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7576 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7577 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7578 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7579 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7580 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7581 of file graphics.h.
Referenced by properties().
|
staticprivate |
Definition at line 7555 of file graphics.h.
|
protectedinherited |
Definition at line 2595 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2596 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 7582 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7600 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7583 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2597 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 7584 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7585 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7586 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2598 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 8194 of file graphics.h.
|
private |
Definition at line 7587 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7598 of file graphics.h.
Referenced by properties().
ft_render text::properties::renderer |
Definition at line 8134 of file graphics.h.
|
private |
Definition at line 7588 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7599 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2599 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2600 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 7589 of file graphics.h.
|
protectedinherited |
Definition at line 2601 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2602 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2603 of file graphics.h.
|
private |
Definition at line 7590 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2604 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 7591 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7601 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2605 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 7592 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7595 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7593 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7596 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7594 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 7597 of file graphics.h.
Referenced by properties().