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 | |
array_property closereq color_property | color |
array_property closereq color_property handle_property currentobject off bool_property | doublebuffer |
array_property closereq color_property handle_property currentobject off bool_property on string_property | filename |
array_property closereq color_property handle_property currentobject off bool_property on string_property bool_property integerhandle on bool_property | inverthardcopy |
array_property closereq color_property handle_property currentobject off bool_property on string_property bool_property integerhandle on bool_property off callback_property | keypressfcn |
array_property closereq color_property handle_property currentobject | r |
array_property closereq color_property handle_property currentobject off bool_property on string_property bool_property integerhandle | S |
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) |
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 |
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 3820 of file graphics.h.
|
inherited |
Definition at line 2611 of file graphics.h.
anonymous enum |
Definition at line 3992 of file graphics.h.
figure::properties::properties | ( | const graphics_handle & | mh, |
const graphics_handle & | p | ||
) |
Definition at line 633 of file graphics-props.cc.
References __enhanced__, __graphics_toolkit__, __guidata__, __plot_stream__, alphamap, buttondownfcn, closerequestfcn, color, colormap, currentaxes, currentcharacter, currentobject, currentpoint, dockcontrols, doublebuffer, filename, ID___ENHANCED__, ID___GRAPHICS_TOOLKIT__, ID___GUIDATA__, ID___PLOT_STREAM__, ID_ALPHAMAP, ID_BUTTONDOWNFCN, ID_CLOSEREQUESTFCN, ID_COLOR, ID_COLORMAP, ID_CURRENTAXES, ID_CURRENTCHARACTER, ID_CURRENTOBJECT, ID_CURRENTPOINT, ID_DOCKCONTROLS, ID_DOUBLEBUFFER, ID_FILENAME, ID_INTEGERHANDLE, ID_INVERTHARDCOPY, ID_KEYPRESSFCN, ID_KEYRELEASEFCN, ID_MENUBAR, ID_MINCOLORMAP, ID_NAME, ID_NEXTPLOT, ID_NUMBERTITLE, ID_OUTERPOSITION, ID_PAPERORIENTATION, ID_PAPERPOSITION, ID_PAPERPOSITIONMODE, ID_PAPERSIZE, ID_PAPERTYPE, ID_PAPERUNITS, ID_POINTER, ID_POINTERSHAPECDATA, ID_POINTERSHAPEHOTSPOT, ID_POSITION, ID_RENDERER, ID_RENDERERMODE, ID_RESIZE, ID_RESIZEFCN, ID_SELECTIONTYPE, ID_TOOLBAR, ID_UNITS, ID_WINDOWBUTTONDOWNFCN, ID_WINDOWBUTTONMOTIONFCN, ID_WINDOWBUTTONUPFCN, ID_WINDOWKEYPRESSFCN, ID_WINDOWKEYRELEASEFCN, ID_WINDOWSCROLLWHEELFCN, ID_WINDOWSTYLE, ID_WVISUAL, ID_WVISUALMODE, ID_XDISPLAY, ID_XVISUAL, ID_XVISUALMODE, init(), integerhandle, inverthardcopy, keypressfcn, keyreleasefcn, menubar, mincolormap, name, nextplot, numbertitle, outerposition, paperorientation, paperposition, paperpositionmode, papersize, papertype, paperunits, pointer, pointershapecdata, pointershapehotspot, position, renderer, renderermode, resize, resizefcn, selectiontype, base_property::set_hidden(), base_property::set_id(), toolbar, units, windowbuttondownfcn, windowbuttonmotionfcn, windowbuttonupfcn, windowkeypressfcn, windowkeyreleasefcn, windowscrollwheelfcn, windowstyle, wvisual, wvisualmode, xdisplay, xvisual, and xvisualmode.
|
inline |
Definition at line 3894 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 > figure::properties::all_property_names | ( | void | ) | const |
Reimplemented from base_properties.
Definition at line 1338 of file graphics-props.cc.
References base_properties::all_property_names().
|
inlineinherited |
Definition at line 2638 of file graphics.h.
|
inline |
Definition at line 4060 of file graphics.h.
Definition at line 4059 of file graphics.h.
array_property closereq color_property figure::properties::color_property | ( | color_values(1, 1, 1) | , |
radio_values("none") | |||
) |
|
static |
Reimplemented from base_properties.
Definition at line 1256 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 |
Reimplemented from base_properties.
Definition at line 4053 of file graphics.h.
|
inline |
Definition at line 4056 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 4088 of file graphics.h.
|
inline |
Definition at line 4091 of file graphics.h.
|
inline |
Definition at line 4143 of file graphics.h.
|
inline |
Definition at line 4155 of file graphics.h.
|
inline |
Definition at line 4158 of file graphics.h.
|
inline |
Definition at line 4161 of file graphics.h.
|
inline |
Definition at line 4164 of file graphics.h.
|
inline |
Definition at line 4167 of file graphics.h.
|
inline |
Definition at line 4170 of file graphics.h.
|
static |
Reimplemented from base_properties.
Definition at line 1190 of file graphics-props.cc.
References octave_handle::as_octave_value(), default_figure_paperposition(), default_figure_papersize(), default_figure_position(), gtk_manager::default_toolkit(), base_properties::factory_defaults(), and jet_colormap().
Referenced by root_figure::init_factory_properties().
|
virtual |
Reimplemented from base_properties.
Definition at line 871 of file graphics-props.cc.
References octave_map::assign(), figure::get(), and octave_value::map_value().
|
virtual |
Reimplemented from base_properties.
Definition at line 938 of file graphics-props.cc.
References caseless_str::compare(), error_state, figure::get(), and validate_property_name().
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3902 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3907 of file graphics.h.
|
inline |
Definition at line 4189 of file graphics.h.
|
inline |
Definition at line 4191 of file graphics.h.
|
inline |
Definition at line 4193 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 set_toolkit().
|
inline |
Definition at line 4195 of file graphics.h.
Referenced by gnuplot_graphics_toolkit::finalize(), and gnuplot_graphics_toolkit::update().
|
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 4051 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 3317 of file graphics.cc.
References convert_position(), and screen_size_pixels().
|
inlineinherited |
Definition at line 2639 of file graphics.h.
Referenced by gh_manager::do_post_callback(), and base_properties::get().
|
inline |
Reimplemented from base_properties.
Definition at line 4054 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().
|
inlineinherited |
Reimplemented in uicontrol::properties.
Definition at line 2645 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 4057 of file graphics.h.
|
inline |
Definition at line 4062 of file graphics.h.
Definition at line 4061 of file graphics.h.
|
inline |
Definition at line 4064 of file graphics.h.
|
inlineinherited |
Definition at line 2648 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 4066 of file graphics.h.
|
inline |
Definition at line 4068 of file graphics.h.
|
inline |
Definition at line 4070 of file graphics.h.
|
inline |
Definition at line 4072 of file graphics.h.
|
inlineinherited |
Definition at line 2651 of file graphics.h.
Referenced by gh_manager::do_free(), and base_properties::get().
|
inline |
Definition at line 4075 of file graphics.h.
|
inline |
Definition at line 4078 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 4080 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 4083 of file graphics.h.
|
inlineinherited |
Definition at line 2660 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 4086 of file graphics.h.
|
inline |
Definition at line 4089 of file graphics.h.
|
inline |
Definition at line 4092 of file graphics.h.
|
inline |
Definition at line 4095 of file graphics.h.
Definition at line 4097 of file graphics.h.
|
inline |
Definition at line 4099 of file graphics.h.
|
inline |
Definition at line 4102 of file graphics.h.
|
inline |
Definition at line 4105 of file graphics.h.
|
inline |
Definition at line 4107 of file graphics.h.
|
inline |
Definition at line 4110 of file graphics.h.
|
inline |
Definition at line 4112 of file graphics.h.
|
inline |
Definition at line 4115 of file graphics.h.
|
inline |
Definition at line 4117 of file graphics.h.
|
inline |
Definition at line 4120 of file graphics.h.
|
inline |
Definition at line 4123 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 4126 of file graphics.h.
|
inline |
Definition at line 4128 of file graphics.h.
|
inline |
Definition at line 4130 of file graphics.h.
|
inline |
Definition at line 4132 of file graphics.h.
|
virtual |
Reimplemented from base_properties.
Definition at line 1066 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().
|
inline |
Definition at line 4135 of file graphics.h.
|
inline |
Definition at line 4138 of file graphics.h.
|
inline |
Definition at line 4141 of file graphics.h.
|
inline |
Definition at line 4144 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 4147 of file graphics.h.
|
inlineinherited |
Definition at line 2670 of file graphics.h.
Referenced by base_properties::get().
std::string figure::properties::get_title | ( | void | ) | const |
std::string figure::properties::get_title | ( | void | ) | const |
Definition at line 3951 of file graphics.cc.
Referenced by axes::initialize().
|
inline |
Definition at line 4150 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3259 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3832 of file graphics.h.
References gtk_manager::get_toolkit().
Referenced by Fdrawnow().
|
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 4153 of file graphics.h.
|
inlineinherited |
Definition at line 2676 of file graphics.h.
Referenced by base_properties::get().
|
inlineinherited |
Definition at line 2679 of file graphics.h.
Referenced by base_properties::get().
|
inline |
Definition at line 4156 of file graphics.h.
|
inline |
Definition at line 4159 of file graphics.h.
|
inline |
Definition at line 4162 of file graphics.h.
|
inline |
Definition at line 4165 of file graphics.h.
|
inline |
Definition at line 4168 of file graphics.h.
|
inline |
Definition at line 4171 of file graphics.h.
|
inline |
Definition at line 4174 of file graphics.h.
|
inline |
Definition at line 4176 of file graphics.h.
|
inline |
Definition at line 4179 of file graphics.h.
|
inline |
Definition at line 4181 of file graphics.h.
|
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().
|
inline |
Definition at line 4183 of file graphics.h.
|
inline |
Definition at line 4186 of file graphics.h.
|
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().
array_property closereq color_property figure::properties::graphics_handle | ( | ) |
array_property closereq color_property handle_property currentobject figure::properties::graphics_handle | ( | ) |
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3914 of file graphics.h.
|
inlineinherited |
Definition at line 2653 of file graphics.h.
|
static |
Reimplemented from base_properties.
Definition at line 1330 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 1350 of file graphics-props.cc.
Reimplemented from base_properties.
Definition at line 4735 of file graphics.h.
Referenced by properties().
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3250 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3823 of file graphics.h.
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 4188 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 4074 of file graphics.h.
Definition at line 4077 of file graphics.h.
Definition at line 2836 of file graphics.cc.
Definition at line 2656 of file graphics.h.
Definition at line 4082 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 4085 of file graphics.h.
Definition at line 2460 of file graphics.in.h.
Definition at line 2462 of file graphics.h.
Referenced by Fdrawnow().
Definition at line 4104 of file graphics.h.
Definition at line 4140 of file graphics.h.
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.
array_property closereq color_property figure::properties::jet_colormap | ( | ) |
Definition at line 3352 of file graphics.cc.
References convert_position(), Matrix::extract_n(), and x.
Definition at line 3369 of file graphics.cc.
References convert_position(), Matrix::extract_n(), and x.
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 set_toolkit().
array_property figure::properties::Matrix | ( | 64 | , |
1 | , | ||
1 | |||
) |
array_property figure::properties::Matrix | ( | void | ) |
Reimplemented from base_properties.
Referenced by set_toolkit().
array_property closereq color_property handle_property currentobject figure::properties::Matrix | ( | 2 | , |
1 | , | ||
0 | |||
) |
array_property closereq color_property handle_property currentobject off bool_property on string_property bool_property integerhandle on bool_property off callback_property figure::properties::Matrix | ( | void | ) |
Reimplemented from base_properties.
array_property closereq color_property handle_property currentobject off bool_property on string_property bool_property integerhandle on bool_property off callback_property figure::properties::Matrix | ( | void | ) |
Reimplemented from base_properties.
|
inline |
Definition at line 4094 of file graphics.h.
|
inline |
Definition at line 4101 of file graphics.h.
|
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 4109 of file graphics.h.
|
inline |
Definition at line 4114 of file graphics.h.
|
inline |
Definition at line 4119 of file graphics.h.
|
inline |
Definition at line 4122 of file graphics.h.
|
inline |
Definition at line 4125 of file graphics.h.
|
virtual |
Reimplemented from base_properties.
|
virtual |
Reimplemented from base_properties.
Definition at line 3275 of file graphics.cc.
References gh_manager::get_object(), graphics_object::isa(), Array< T >::numel(), and base_graphics_object::remove_child().
|
inline |
Definition at line 4134 of file graphics.h.
|
inline |
Definition at line 4137 of file graphics.h.
|
inlineinherited |
Definition at line 2529 of file graphics.in.h.
|
inlineinherited |
Definition at line 2531 of file graphics.h.
Referenced by set_integerhandle().
|
inlineinherited |
Definition at line 2534 of file graphics.in.h.
|
inlineinherited |
Definition at line 2536 of file graphics.h.
Referenced by 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().
|
inline |
Definition at line 4146 of file graphics.h.
|
virtual |
Reimplemented from base_properties.
Definition at line 753 of file graphics-props.cc.
References caseless_str::compare(), error_state, figure::set(), and validate_property_name().
|
inline |
Definition at line 4700 of file graphics.h.
References error_state.
Referenced by gnuplot_graphics_toolkit::update().
|
inline |
Definition at line 3269 of file graphics.in.h.
|
inline |
Definition at line 3842 of file graphics.h.
References error(), error_state, gtk_manager::find_toolkit(), graphics_toolkit::get_name(), octave_value::is_string(), and octave_value::string_value().
|
inline |
Definition at line 4711 of file graphics.h.
References error_state.
|
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 4722 of file graphics.h.
References error_state.
Referenced by gnuplot_graphics_toolkit::update().
|
inline |
Definition at line 4198 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().
void figure::properties::set_boundingbox | ( | const Matrix & | bb, |
bool | internal = false , |
||
bool | do_notify_toolkit = true |
||
) |
void figure::properties::set_boundingbox | ( | const Matrix & | bb, |
bool | internal = false , |
||
bool | do_notify_toolkit = true |
||
) |
Definition at line 3334 of file graphics.cc.
References convert_position(), and screen_size_pixels().
|
inlineinherited |
Definition at line 2698 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Reimplemented from base_properties.
Definition at line 4209 of file graphics.h.
References error_state.
|
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 4220 of file graphics.h.
References error_state.
|
inline |
Definition at line 4231 of file graphics.h.
References error_state.
|
inline |
Definition at line 4242 of file graphics.h.
References error_state.
|
inlineinherited |
Definition at line 2742 of file graphics.h.
References error_state.
Referenced by base_properties::set().
void figure::properties::set_currentaxes | ( | const octave_value & | val | ) |
Definition at line 3261 of file graphics.cc.
References error_state, gripe_set_invalid(), is_handle(), octave_handle::value(), and xisnan().
|
inline |
Definition at line 4255 of file graphics.h.
References error_state.
|
inline |
Definition at line 4266 of file graphics.h.
References error_state.
|
inline |
Definition at line 4277 of file graphics.h.
References error_state.
|
inlineinherited |
Definition at line 2753 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Definition at line 4288 of file graphics.h.
References error_state.
|
inline |
Definition at line 4299 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 4310 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().
void figure::properties::set_integerhandle | ( | const octave_value & | val | ) |
Definition at line 3090 of file graphics.cc.
References gh_manager::current_figure(), error_state, base_graphics_object::get_handle(), gh_manager::get_object(), base_graphics_object::get_parent(), graphics_object::get_properties(), base_graphics_object::mark_modified(), Array< T >::numel(), base_properties::renumber_child(), gh_manager::renumber_figure(), base_properties::renumber_parent(), graphics_object::update(), and xset().
|
inlineinherited |
Definition at line 2786 of file graphics.h.
References error_state.
Referenced by base_properties::set().
|
inline |
Definition at line 4323 of file graphics.h.
References error_state.
|
inline |
Definition at line 4334 of file graphics.h.
References error_state.
|
inline |
Definition at line 4345 of file graphics.h.
References error_state.
|
inline |
Definition at line 4356 of file graphics.h.
References error_state.
|
inline |
Definition at line 4367 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().
|
inline |
Definition at line 4378 of file graphics.h.
References error_state.
|
inline |
Definition at line 4389 of file graphics.h.
References error_state.
|
inline |
Definition at line 4400 of file graphics.h.
References error_state.
void figure::properties::set_outerposition | ( | const octave_value & | val, |
bool | do_notify_toolkit = true |
||
) |
void figure::properties::set_outerposition | ( | const octave_value & | val, |
bool | do_notify_toolkit = true |
||
) |
Definition at line 3416 of file graphics.cc.
References error_state, and base_graphics_object::mark_modified().
|
inline |
Definition at line 4411 of file graphics.h.
References error_state.
|
inline |
Definition at line 4425 of file graphics.h.
References error_state.
|
inline |
Definition at line 4436 of file graphics.h.
References error_state.
|
inline |
Definition at line 4447 of file graphics.h.
References error_state.
void figure::properties::set_papertype | ( | const octave_value & | val | ) |
Definition at line 3453 of file graphics.cc.
References caseless_str::compare(), error(), error_state, base_graphics_object::mark_modified(), and octave_value::string_value().
void figure::properties::set_paperunits | ( | const octave_value & | val | ) |
Definition at line 3429 of file graphics.cc.
References caseless_str::compare(), error(), error_state, base_graphics_object::mark_modified(), and octave_value::string_value().
|
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 4467 of file graphics.h.
References error_state.
|
inline |
Definition at line 4478 of file graphics.h.
References error_state.
|
inline |
Definition at line 4489 of file graphics.h.
References error_state.
void figure::properties::set_position | ( | const octave_value & | val, |
bool | do_notify_toolkit = true |
||
) |
void figure::properties::set_position | ( | const octave_value & | val, |
bool | do_notify_toolkit = true |
||
) |
Definition at line 3386 of file graphics.cc.
References error_state, base_graphics_object::mark_modified(), and POSTSET.
|
inline |
Definition at line 4500 of file graphics.h.
References error_state.
|
inline |
Definition at line 4511 of file graphics.h.
References error_state.
|
inline |
Definition at line 4522 of file graphics.h.
References error_state.
|
inline |
Definition at line 4533 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 4544 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().
|
inline |
Definition at line 4555 of file graphics.h.
References error_state.
void figure::properties::set_toolkit | ( | const graphics_toolkit & | b | ) |
void figure::properties::set_toolkit | ( | const graphics_toolkit & | b | ) |
Definition at line 1682 of file graphics.cc.
References __graphics_toolkit__, __plot_stream__, finalize_r(), base_properties::get___myhandle__(), graphics_toolkit::get_name(), initialize_r(), base_properties::mark_modified(), Matrix(), and toolkit.
|
inlineinherited |
Definition at line 2819 of file graphics.h.
References error_state, and base_graphics_object::set().
Referenced by base_properties::set().
void figure::properties::set_units | ( | const octave_value & | val | ) |
Definition at line 3912 of file graphics.cc.
References error_state, and base_graphics_object::mark_modified().
|
inlineinherited |
Definition at line 2830 of file graphics.h.
References error_state.
Referenced by base_properties::set().
void figure::properties::set_visible | ( | const octave_value & | val | ) |
Reimplemented from base_properties.
void figure::properties::set_visible | ( | const octave_value & | val | ) |
Reimplemented from base_properties.
Definition at line 3303 of file graphics.cc.
References error_state, octave_value::string_value(), and xset().
|
inline |
Definition at line 4568 of file graphics.h.
References error_state.
|
inline |
Definition at line 4579 of file graphics.h.
References error_state.
|
inline |
Definition at line 4590 of file graphics.h.
References error_state.
|
inline |
Definition at line 4601 of file graphics.h.
References error_state.
|
inline |
Definition at line 4612 of file graphics.h.
References error_state.
|
inline |
Definition at line 4623 of file graphics.h.
References error_state.
|
inline |
Definition at line 4634 of file graphics.h.
References error_state.
|
inline |
Definition at line 4645 of file graphics.h.
References error_state.
|
inline |
Definition at line 4656 of file graphics.h.
References error_state.
|
inline |
Definition at line 4667 of file graphics.h.
References error_state.
|
inline |
Definition at line 4678 of file graphics.h.
References error_state.
|
inline |
Definition at line 4689 of file graphics.h.
References error_state.
|
inline |
Definition at line 4149 of file graphics.h.
|
inline |
Definition at line 4152 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 3866 of file graphics.cc.
Definition at line 3702 of file graphics.cc.
Definition at line 3687 of file graphics.cc.
References caseless_str::compare(), and papersize_from_type().
void figure::properties::update_paperunits | ( | const caseless_str & | old_paperunits | ) |
void figure::properties::update_paperunits | ( | const caseless_str & | old_paperunits | ) |
Definition at line 3632 of file graphics.cc.
References caseless_str::compare(), and papersize_from_type().
void figure::properties::update_units | ( | const caseless_str & | old_units | ) |
void figure::properties::update_units | ( | const caseless_str & | old_units | ) |
Definition at line 3926 of file graphics.cc.
References convert_position(), and screen_size_pixels().
|
inline |
Definition at line 4173 of file graphics.h.
|
inline |
Definition at line 4178 of file graphics.h.
|
inline |
Definition at line 4185 of file graphics.h.
|
private |
Definition at line 3985 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3986 of file graphics.h.
Referenced by properties(), and set_toolkit().
|
private |
Definition at line 3987 of file graphics.h.
Referenced by properties().
|
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 3988 of file graphics.h.
Referenced by properties(), and set_toolkit().
|
protectedinherited |
Definition at line 2867 of file graphics.h.
Referenced by base_properties::all_property_names().
|
private |
Definition at line 3934 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().
|
private |
Definition at line 3935 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().
|
protectedinherited |
Definition at line 2592 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 3936 of file graphics.h.
Referenced by properties().
array_property closereq color_property figure::properties::color |
Definition at line 3322 of file graphics.in.h.
|
private |
Definition at line 3937 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3938 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().
|
private |
Definition at line 3939 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3940 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3941 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3942 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2594 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 3943 of file graphics.h.
Referenced by properties().
array_property closereq color_property handle_property currentobject off bool_property figure::properties::doublebuffer |
Definition at line 3329 of file graphics.in.h.
|
private |
Definition at line 3944 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2567 of file graphics.h.
array_property closereq color_property handle_property currentobject off bool_property on string_property figure::properties::filename |
Definition at line 3329 of file graphics.in.h.
|
private |
Definition at line 3945 of file graphics.h.
Referenced by properties().
|
staticprivate |
Definition at line 3919 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 3946 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().
array_property closereq color_property handle_property currentobject off bool_property on string_property bool_property integerhandle on bool_property figure::properties::inverthardcopy |
Definition at line 3329 of file graphics.in.h.
|
private |
Definition at line 3947 of file graphics.h.
Referenced by properties().
array_property closereq color_property handle_property currentobject off bool_property on string_property bool_property integerhandle on bool_property off callback_property figure::properties::keypressfcn |
Definition at line 3329 of file graphics.in.h.
|
private |
Definition at line 3948 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3949 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3950 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3951 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3952 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3953 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3954 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3955 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3956 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3957 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3958 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3959 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3960 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3961 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 3962 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3963 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3964 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3965 of file graphics.h.
Referenced by properties().
array_property closereq color_property handle_property currentobject figure::properties::r |
Definition at line 3326 of file graphics.in.h.
|
private |
Definition at line 3966 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3967 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3968 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3969 of file graphics.h.
Referenced by properties().
array_property closereq color_property handle_property currentobject off bool_property on string_property bool_property integerhandle figure::properties::S |
Definition at line 3329 of file graphics.in.h.
|
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 3970 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 3971 of file graphics.h.
Referenced by properties().
|
mutableprivate |
Definition at line 4748 of file graphics.h.
Referenced by set_toolkit().
|
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 3972 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().
|
protectedinherited |
Definition at line 2605 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 3973 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3974 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3975 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3976 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3977 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3978 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3979 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3980 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3981 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3982 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3983 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 3984 of file graphics.h.
Referenced by properties().