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 | { ID___OBJECT__ = 12000, ID_BACKGROUNDCOLOR = 12001, ID_CALLBACK = 12002, ID_CDATA = 12003, ID_CLIPPING = 12004, ID_ENABLE = 12005, ID_EXTENT = 12006, ID_FONTANGLE = 12007, ID_FONTNAME = 12008, ID_FONTSIZE = 12009, ID_FONTUNITS = 12010, ID_FONTWEIGHT = 12011, ID_FOREGROUNDCOLOR = 12012, ID_HORIZONTALALIGNMENT = 12013, ID_KEYPRESSFCN = 12014, ID_LISTBOXTOP = 12015, ID_MAX = 12016, ID_MIN = 12017, ID_POSITION = 12018, ID_SLIDERSTEP = 12019, ID_STRING = 12020, ID_STYLE = 12021, ID_TOOLTIPSTRING = 12022, ID_UNITS = 12023, ID_VALUE = 12024, ID_VERTICALALIGNMENT = 12025 } |
enum | { ID_BEINGDELETED = 0, ID_BUSYACTION = 1, ID_BUTTONDOWNFCN = 2, ID_CHILDREN = 3, ID_CLIPPING = 4, ID_CREATEFCN = 5, ID_DELETEFCN = 6, ID_HANDLEVISIBILITY = 7, ID_HITTEST = 8, ID_INTERRUPTIBLE = 9, ID_PARENT = 10, ID_SELECTED = 11, ID_SELECTIONHIGHLIGHT = 12, ID_TAG = 13, ID_TYPE = 14, ID_UICONTEXTMENU = 15, ID_USERDATA = 16, ID_VISIBLE = 17, ID___MODIFIED__ = 18, ID___MYHANDLE__ = 19 } |
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 | |
any_property on radio_property | enable |
Protected Member Functions | |
octave_value | get_dynamic (const caseless_str &pname) const |
octave_value | get_dynamic (const caseless_str &pname) const |
octave_value | get_dynamic (bool all=false) const |
octave_value | get_dynamic (bool all=false) const |
property | get_property_dynamic (const caseless_str &pname) |
property | get_property_dynamic (const caseless_str &pname) |
void | init (void) |
void | insert_static_property (const std::string &name, base_property &p) |
void | set_dynamic (const caseless_str &pname, const octave_value &val) |
void | set_dynamic (const caseless_str &pname, const octave_value &val) |
void | update_fontangle (void) |
void | update_fontname (void) |
void | update_fontsize (void) |
void | update_fontunits (const caseless_str &old_units) |
void | update_fontweight (void) |
void | update_string (void) |
void | update_text_extent (void) |
void | update_units (void) |
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 |
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 11061 of file graphics.h.
anonymous enum |
Definition at line 11145 of file graphics.h.
|
inherited |
Definition at line 2611 of file graphics.h.
uicontrol::properties::properties | ( | const graphics_handle & | mh, |
const graphics_handle & | p | ||
) |
Definition at line 5604 of file graphics-props.cc.
References __object__, backgroundcolor, callback, cdata, clipping, enable, extent, fontangle, fontname, fontsize, fontunits, fontweight, foregroundcolor, horizontalalignment, ID___OBJECT__, ID_BACKGROUNDCOLOR, ID_CALLBACK, ID_CDATA, ID_CLIPPING, ID_ENABLE, ID_EXTENT, ID_FONTANGLE, ID_FONTNAME, ID_FONTSIZE, ID_FONTUNITS, ID_FONTWEIGHT, ID_FOREGROUNDCOLOR, ID_HORIZONTALALIGNMENT, ID_KEYPRESSFCN, ID_LISTBOXTOP, ID_MAX, ID_MIN, ID_POSITION, ID_SLIDERSTEP, ID_STRING, ID_STYLE, ID_TOOLTIPSTRING, ID_UNITS, ID_VALUE, ID_VERTICALALIGNMENT, init(), keypressfcn, listboxtop, max, min, position, base_property::set_id(), sliderstep, style, tooltipstring, units, value, and verticalalignment.
|
inline |
Definition at line 11076 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 > uicontrol::properties::all_property_names | ( | void | ) | const |
Reimplemented from base_properties.
Definition at line 5988 of file graphics-props.cc.
References base_properties::all_property_names().
|
inline |
Definition at line 11178 of file graphics.h.
Definition at line 11177 of file graphics.h.
|
inlineinherited |
Definition at line 2638 of file graphics.h.
any_property uicontrol::properties::color_values | ( | 1 | , |
1 | , | ||
1 | |||
) |
|
static |
Reimplemented from base_properties.
Definition at line 5935 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 11190 of file graphics.h.
|
inlineinherited |
Reimplemented in figure::properties.
Definition at line 2641 of file graphics.h.
|
inline |
Definition at line 11182 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().
|
inline |
Definition at line 11216 of file graphics.h.
|
static |
Reimplemented from base_properties.
Definition at line 5898 of file graphics-props.cc.
References default_control_position(), default_control_sliderstep(), base_properties::factory_defaults(), and OCTAVE_DEFAULT_FONTNAME.
Referenced by root_figure::init_factory_properties().
|
inline |
Definition at line 11195 of file graphics.h.
|
inline |
Definition at line 11202 of file graphics.h.
|
inline |
Definition at line 11205 of file graphics.h.
|
inline |
Definition at line 11209 of file graphics.h.
Definition at line 11208 of file graphics.h.
|
virtual |
Reimplemented from base_properties.
Definition at line 5727 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 5762 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 11084 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 11089 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().
|
inline |
Definition at line 11175 of file graphics.h.
|
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 11180 of file graphics.h.
Definition at line 11179 of file graphics.h.
|
inlineinherited |
Definition at line 2636 of file graphics.h.
Referenced by base_properties::get().
|
virtual |
Reimplemented from base_properties.
|
virtual |
Reimplemented from base_properties.
Definition at line 7751 of file graphics.cc.
References convert_position(), default_figure_position(), Matrix::extract_n(), base_properties::get_boundingbox(), gh_manager::get_object(), base_graphics_object::get_parent(), graphics_object::get_properties(), Array< T >::numel(), and graphics_object::valid_object().
|
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().
|
inline |
Definition at line 11183 of file graphics.h.
|
inline |
Definition at line 11185 of file graphics.h.
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().
|
inline |
Reimplemented from base_properties.
Definition at line 11188 of file graphics.h.
|
inlineinherited |
Definition at line 2648 of file graphics.h.
Referenced by base_properties::get().
|
inlineinherited |
Definition at line 2651 of file graphics.h.
Referenced by gh_manager::do_free(), and base_properties::get().
|
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 11191 of file graphics.h.
octave_value uicontrol::properties::get_extent | ( | void | ) | const |
Definition at line 7679 of file graphics.cc.
References convert_position(), Matrix::extract_n(), base_properties::get_boundingbox(), gh_manager::get_object(), base_graphics_object::get_parent(), and graphics_object::get_properties().
|
inline |
Definition at line 11196 of file graphics.h.
|
inline |
Definition at line 11198 of file graphics.h.
Definition at line 11200 of file graphics.h.
Definition at line 7804 of file graphics.cc.
References convert_font_size().
|
inline |
Definition at line 11203 of file graphics.h.
|
inline |
Definition at line 11206 of file graphics.h.
|
inline |
Definition at line 11211 of file graphics.h.
Definition at line 11210 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 11214 of file graphics.h.
|
inlineinherited |
Definition at line 2660 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 11217 of file graphics.h.
Definition at line 11219 of file graphics.h.
Definition at line 11221 of file graphics.h.
References max().
Definition at line 11223 of file graphics.h.
References min().
|
inlineinherited |
Definition at line 2662 of file graphics.h.
Referenced by base_properties::get(), and base_graphics_object::get_parent().
|
inline |
Definition at line 11225 of file graphics.h.
|
virtual |
Reimplemented from base_properties.
Definition at line 5832 of file graphics-props.cc.
References caseless_str::compare(), error_state, base_properties::get_property(), max(), min(), and validate_property_name().
|
protectedinherited |
|
protectedinherited |
Definition at line 2741 of file graphics.cc.
References error().
Referenced by base_properties::get_property().
|
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 11227 of file graphics.h.
|
inline |
Definition at line 11231 of file graphics.h.
|
inline |
Definition at line 11229 of file graphics.h.
|
inline |
Definition at line 11230 of file graphics.h.
|
inline |
Definition at line 11234 of file graphics.h.
|
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().
|
inline |
Definition at line 11236 of file graphics.h.
|
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 11239 of file graphics.h.
|
inlineinherited |
Definition at line 2676 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 11241 of file graphics.h.
|
inline |
Definition at line 11244 of file graphics.h.
|
inlineinherited |
Definition at line 2679 of file graphics.h.
Referenced by base_properties::get().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, line::properties, and axes::properties.
Definition at line 2548 of file graphics.in.h.
References octave_value().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, line::properties, and axes::properties.
Definition at line 2550 of file graphics.h.
References octave_value().
Referenced by axes::update_axis_limits(), and hggroup::update_axis_limits().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, line::properties, and axes::properties.
Definition at line 2549 of file graphics.in.h.
References octave_value().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, line::properties, and axes::properties.
Definition at line 2551 of file graphics.h.
References octave_value().
Referenced by axes::update_axis_limits(), and hggroup::update_axis_limits().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, text::properties, line::properties, and axes::properties.
Definition at line 2550 of file graphics.in.h.
References octave_value().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, text::properties, line::properties, and axes::properties.
Definition at line 2552 of file graphics.h.
References octave_value().
Referenced by axes::update_axis_limits(), and hggroup::update_axis_limits().
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 11096 of file graphics.h.
|
inlineinherited |
Definition at line 2653 of file graphics.h.
|
static |
Reimplemented from base_properties.
Definition at line 5980 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 6000 of file graphics-props.cc.
|
inline |
Definition at line 11213 of file graphics.h.
Reimplemented from base_properties.
Definition at line 11526 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.
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 from base_properties.
Definition at line 11187 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 in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, and line::properties.
Definition at line 2554 of file graphics.in.h.
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, and line::properties.
Definition at line 2556 of file graphics.h.
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, and line::properties.
Definition at line 2555 of file graphics.in.h.
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, and line::properties.
Definition at line 2557 of file graphics.h.
Reimplemented in hggroup::properties, surface::properties, patch::properties, text::properties, and line::properties.
Definition at line 2556 of file graphics.in.h.
Reimplemented in hggroup::properties, surface::properties, patch::properties, text::properties, and line::properties.
Definition at line 2558 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().
any_property uicontrol::properties::Matrix | ( | void | ) |
Reimplemented from base_properties.
any_property uicontrol::properties::Matrix | ( | void | ) |
Reimplemented from base_properties.
any_property uicontrol::properties::Matrix | ( | void | ) |
Reimplemented from base_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().
|
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().
|
virtual |
Reimplemented from base_properties.
Definition at line 5663 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 11247 of file graphics.h.
References error_state.
|
inline |
Definition at line 11258 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().
|
inline |
Definition at line 11269 of file graphics.h.
References error_state.
|
inline |
Definition at line 11280 of file graphics.h.
References error_state.
|
inlineinherited |
Definition at line 2720 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Reimplemented from base_properties.
Definition at line 11291 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().
|
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 11302 of file graphics.h.
References error_state.
|
inline |
Definition at line 11313 of file graphics.h.
References error_state.
|
inline |
Definition at line 11324 of file graphics.h.
References error_state.
|
inline |
Definition at line 11336 of file graphics.h.
References error_state.
|
inline |
Definition at line 11348 of file graphics.h.
References error_state.
void uicontrol::properties::set_fontunits | ( | const octave_value & | val | ) |
Definition at line 7778 of file graphics.cc.
References error_state, and base_graphics_object::mark_modified().
|
inline |
Definition at line 11362 of file graphics.h.
References error_state.
|
inline |
Definition at line 11374 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 11385 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 11396 of file graphics.h.
References error_state.
|
inline |
Definition at line 11407 of file graphics.h.
References error_state.
|
inline |
Definition at line 11418 of file graphics.h.
References error_state, and max().
|
inline |
Definition at line 11429 of file graphics.h.
References error_state, and min().
|
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 11440 of file graphics.h.
References error_state.
|
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 11451 of file graphics.h.
References error_state.
|
inline |
Definition at line 11462 of file graphics.h.
References error_state.
void uicontrol::properties::set_style | ( | const octave_value & | val | ) |
Definition at line 7742 of file graphics.cc.
References error().
|
inlineinherited |
Definition at line 2491 of file graphics.in.h.
|
inlineinherited |
Definition at line 2493 of file graphics.h.
Referenced by base_properties::set().
|
inline |
Definition at line 11476 of file graphics.h.
References error_state.
|
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 11487 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 11499 of file graphics.h.
References error_state.
|
inline |
Definition at line 11510 of file graphics.h.
References error_state.
|
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 11233 of file graphics.h.
|
inline |
Definition at line 11238 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 11541 of file graphics.h.
Definition at line 11539 of file graphics.h.
Definition at line 11540 of file graphics.h.
|
protected |
Definition at line 7792 of file graphics.cc.
References convert_font_size().
Definition at line 11542 of file graphics.h.
Definition at line 11538 of file graphics.h.
Definition at line 7692 of file graphics.cc.
References box(), ft_render::get_extent(), text_parser::parse(), and ft_render::set_font().
Definition at line 7727 of file graphics.cc.
References convert_position(), Matrix::extract_n(), base_properties::get_boundingbox(), gh_manager::get_object(), base_graphics_object::get_parent(), and graphics_object::get_properties().
|
inline |
Definition at line 11243 of file graphics.h.
|
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.
|
private |
Definition at line 11116 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2867 of file graphics.h.
Referenced by base_properties::all_property_names().
|
private |
Definition at line 11117 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 11523 of file graphics.h.
|
private |
Definition at line 11118 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11119 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2591 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 11120 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().
|
protectedinherited |
Definition at line 2567 of file graphics.h.
any_property on radio_property uicontrol::properties::enable |
Definition at line 5061 of file graphics.in.h.
|
private |
Definition at line 11121 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11122 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11123 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11124 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11125 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11126 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11127 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11128 of file graphics.h.
Referenced by properties().
|
staticprivate |
Definition at line 11101 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 11129 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 11130 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11131 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11132 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11133 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 11134 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 11135 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11136 of file graphics.h.
|
private |
Definition at line 11137 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2601 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 11138 of file graphics.h.
Referenced by properties().
|
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 11139 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 11140 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 11141 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().