GNU Octave
4.0.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) |
static bool | has_readonly_property (const caseless_str &pname) |
static std::set< std::string > | readonly_property_names (void) |
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 |
Private Member Functions | |
Matrix | get_auto_paperposition (void) |
void | update_paperpositionmode (void) |
Static Private Attributes | |
static std::string | go_name |
Definition at line 3905 of file graphics.h.
|
inherited |
Definition at line 2691 of file graphics.h.
anonymous enum |
Definition at line 4090 of file graphics.h.
figure::properties::properties | ( | const graphics_handle & | mh, |
const graphics_handle & | p | ||
) |
Definition at line 696 of file graphics-props.cc.
References __enhanced__, __graphics_toolkit__, __guidata__, __mouse_mode__, __pan_mode__, __plot_stream__, __rotate_mode__, __zoom_mode__, alphamap, buttondownfcn, closerequestfcn, color, colormap, currentaxes, currentcharacter, currentobject, currentpoint, dockcontrols, doublebuffer, filename, ID___ENHANCED__, ID___GRAPHICS_TOOLKIT__, ID___GUIDATA__, ID___MOUSE_MODE__, ID___PAN_MODE__, ID___PLOT_STREAM__, ID___ROTATE_MODE__, ID___ZOOM_MODE__, 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 3984 of file graphics.h.
|
inline |
Definition at line 4290 of file graphics.h.
References radio_property::is().
|
virtualinherited |
|
virtualinherited |
Definition at line 3157 of file graphics.cc.
References error_state.
Referenced by base_graphics_object::add_property_listener().
|
virtual |
Reimplemented from base_properties.
|
virtual |
Reimplemented from base_properties.
Definition at line 3815 of file graphics.cc.
References base_properties::adopt(), octave_handle::as_octave_value(), gh_manager::get_object(), and graphics_object::type().
std::set< std::string > figure::properties::all_property_names | ( | void | ) | const |
Definition at line 1490 of file graphics-props.cc.
References base_properties::all_property_names().
|
inlineinherited |
Definition at line 2718 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 4162 of file graphics.h.
References color_property::is().
|
inline |
Definition at line 4161 of file graphics.h.
References color_property::is_rgb().
array_property closereq color_property figure::properties::color_property | ( | color_values(1, 1, 1) | , |
radio_values("none") | |||
) |
|
static |
Definition at line 1374 of file graphics-props.cc.
References base_properties::core_property_names().
|
inlinevirtualinherited |
Definition at line 2600 of file graphics.in.h.
References clear().
|
inlinevirtualinherited |
Definition at line 2602 of file graphics.h.
References clear().
Referenced by gh_manager::do_free().
|
virtualinherited |
|
virtualinherited |
Definition at line 3167 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 2951 of file graphics.cc.
Referenced by base_properties::all_property_names().
|
inline |
Definition at line 4155 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 4158 of file graphics.h.
References callback_property::execute().
|
inlineinherited |
Definition at line 2727 of file graphics.h.
References callback_property::execute().
Referenced by gh_manager::do_make_graphics_handle(), and xcreatefcn().
|
inlineinherited |
Definition at line 2730 of file graphics.h.
References callback_property::execute().
Referenced by gh_manager::do_free().
|
inline |
Definition at line 4190 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 4193 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 4245 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 4257 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 4260 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 4263 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 4266 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 4269 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 4272 of file graphics.h.
References callback_property::execute().
|
static |
Definition at line 1304 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(), root_figure::reset_default_properties(), figure::reset_default_properties(), and uitoolbar::reset_default_properties().
|
virtual |
Reimplemented from base_properties.
Definition at line 960 of file graphics-props.cc.
References octave_map::assign(), base_properties::get(), and octave_value::map_value().
Referenced by figure::get().
|
virtual |
Reimplemented from base_properties.
Definition at line 1036 of file graphics-props.cc.
References caseless_str::compare(), error_state, base_properties::get(), and validate_property_name().
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3992 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3997 of file graphics.h.
|
inline |
Definition at line 4300 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4302 of file graphics.h.
References string_property::string_value().
|
inline |
Definition at line 4304 of file graphics.h.
References any_property::get().
|
inlineinherited |
Definition at line 2762 of file graphics.h.
References radio_property::current_value().
Referenced by base_properties::get().
|
inline |
Definition at line 4291 of file graphics.h.
References radio_property::current_value().
Referenced by QtHandles::Figure::mouseMode().
|
inlineinherited |
Definition at line 2764 of file graphics.h.
Referenced by convert_cdata(), convert_text_position(), base_properties::get(), base_graphics_object::get_handle(), set_toolkit(), and uicontextmenu::~uicontextmenu().
|
inline |
Definition at line 4293 of file graphics.h.
References any_property::get().
|
inline |
Definition at line 4306 of file graphics.h.
References any_property::get().
Referenced by gnuplot_graphics_toolkit::finalize(), and gnuplot_graphics_toolkit::update().
|
inline |
Definition at line 4295 of file graphics.h.
References any_property::get().
|
inline |
Definition at line 4297 of file graphics.h.
References any_property::get().
Referenced by QtHandles::Figure::mouseMode().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, and axes::properties.
Definition at line 2622 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 2624 of file graphics.h.
References octave_value().
Referenced by axes::update_axis_limits(), and hggroup::update_axis_limits().
|
inlineinherited |
Definition at line 2574 of file graphics.in.h.
|
inlineinherited |
Definition at line 2576 of file graphics.h.
Referenced by QtHandles::Canvas::canvasMousePressEvent(), finalize_r(), QtHandles::hasUiControlChildren(), QtHandles::hasUiMenuChildren(), and initialize_r().
|
inline |
Definition at line 4153 of file graphics.h.
References array_property::get().
|
private |
Definition at line 4180 of file graphics.cc.
References convert_position(), papersize_from_type(), and screen_size_pixels().
|
inlineinherited |
Definition at line 2716 of file graphics.h.
References radio_property::current_value().
Referenced by base_properties::get().
|
virtual |
Reimplemented from base_properties.
|
virtual |
Reimplemented from base_properties.
Definition at line 3861 of file graphics.cc.
References convert_position(), and screen_size_pixels().
Referenced by QtHandles::Figure::Figure(), G__osmesa_print__(), and QtHandles::Figure::update().
|
inlineinherited |
Definition at line 2719 of file graphics.h.
References radio_property::current_value().
Referenced by gh_manager::do_post_callback(), and base_properties::get().
|
inline |
Definition at line 4156 of file graphics.h.
References callback_property::get().
|
inlineinherited |
Definition at line 2569 of file graphics.in.h.
|
inlineinherited |
Definition at line 2571 of file graphics.h.
Referenced by calc_dimensions(), QtHandles::Canvas::canvasWheelEvent(), base_properties::get(), axes::update_axis_limits(), hggroup::update_axis_limits(), and QtHandles::Canvas::updateCurrentPoint().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, and axes::properties.
Definition at line 2623 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 2625 of file graphics.h.
References octave_value().
Referenced by axes::update_axis_limits(), and hggroup::update_axis_limits().
|
inlineinherited |
Definition at line 2725 of file graphics.h.
References radio_property::current_value().
Referenced by base_properties::get().
|
inline |
Definition at line 4159 of file graphics.h.
References callback_property::get().
|
inline |
Definition at line 4164 of file graphics.h.
References color_property::get().
|
inline |
Definition at line 4163 of file graphics.h.
References color_property::is_rgb(), base_properties::Matrix(), and color_property::rgb().
|
inline |
Definition at line 4166 of file graphics.h.
References array_property::get().
|
inlineinherited |
Definition at line 2728 of file graphics.h.
References callback_property::get().
Referenced by base_properties::get().
|
inline |
Definition at line 4168 of file graphics.h.
References handle_property::handle_value().
Referenced by QtHandles::Canvas::canvasAutoAxes(), QtHandles::Canvas::canvasToggleAxes(), and QtHandles::Canvas::canvasToggleGrid().
|
inline |
Definition at line 4170 of file graphics.h.
References string_property::string_value().
|
inline |
Definition at line 4172 of file graphics.h.
References handle_property::handle_value().
|
inline |
Definition at line 4174 of file graphics.h.
References array_property::get().
|
inlineinherited |
Definition at line 2731 of file graphics.h.
References callback_property::get().
Referenced by gh_manager::do_free(), and base_properties::get().
|
inline |
Definition at line 4177 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4180 of file graphics.h.
References radio_property::current_value().
|
protectedinherited |
|
protectedinherited |
Definition at line 2922 of file graphics.cc.
References error().
Referenced by base_properties::get().
|
protectedinherited |
|
protectedinherited |
Definition at line 2938 of file graphics.cc.
References octave_scalar_map::assign().
|
inline |
Definition at line 4182 of file graphics.h.
References string_property::string_value().
Referenced by QtHandles::Figure::fileName().
|
inlineinherited |
Definition at line 2734 of file graphics.h.
References radio_property::current_value().
Referenced by base_properties::get().
|
inlineinherited |
Definition at line 2579 of file graphics.in.h.
|
inlineinherited |
Definition at line 2581 of file graphics.h.
|
inlineinherited |
Definition at line 2737 of file graphics.h.
References radio_property::current_value().
Referenced by base_properties::get().
|
inline |
Definition at line 4185 of file graphics.h.
References radio_property::current_value().
|
inlineinherited |
Definition at line 2740 of file graphics.h.
References radio_property::current_value().
Referenced by base_properties::get().
|
inline |
Definition at line 4188 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4191 of file graphics.h.
References callback_property::get().
Referenced by QtHandles::Figure::Figure(), and QtHandles::Figure::update().
|
inline |
Definition at line 4194 of file graphics.h.
References callback_property::get().
Referenced by QtHandles::Figure::Figure(), and QtHandles::Figure::update().
|
inline |
Definition at line 4197 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4199 of file graphics.h.
References double_property::double_value().
|
inline |
Definition at line 4201 of file graphics.h.
References string_property::string_value().
|
inline |
Definition at line 4204 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4207 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4209 of file graphics.h.
References array_property::get().
|
inline |
Definition at line 4212 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4214 of file graphics.h.
References array_property::get().
|
inline |
Definition at line 4217 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4219 of file graphics.h.
References array_property::get().
|
inline |
Definition at line 4222 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4225 of file graphics.h.
References radio_property::current_value().
|
inlineinherited |
Definition at line 2742 of file graphics.h.
References handle_property::handle_value().
Referenced by base_properties::get(), and base_graphics_object::get_parent().
|
inline |
Definition at line 4228 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4230 of file graphics.h.
References array_property::get().
|
inline |
Definition at line 4232 of file graphics.h.
References array_property::get().
|
inline |
Definition at line 4234 of file graphics.h.
References array_property::get().
|
virtual |
Reimplemented from base_properties.
Definition at line 1172 of file graphics-props.cc.
References caseless_str::compare(), error_state, base_properties::get_property(), and validate_property_name().
|
protectedinherited |
|
protectedinherited |
Definition at line 2988 of file graphics.cc.
References error().
Referenced by base_properties::get_property().
|
inline |
Definition at line 4237 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4240 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4243 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4246 of file graphics.h.
References callback_property::get().
|
inlineinherited |
Definition at line 2745 of file graphics.h.
References radio_property::current_value().
Referenced by base_properties::get().
|
inlineinherited |
Definition at line 2748 of file graphics.h.
References radio_property::current_value().
Referenced by base_properties::get().
|
inline |
Definition at line 4249 of file graphics.h.
References radio_property::current_value().
|
inlineinherited |
Definition at line 2750 of file graphics.h.
References string_property::string_value().
Referenced by base_properties::get().
std::string figure::properties::get_title | ( | void | ) | const |
std::string figure::properties::get_title | ( | void | ) | const |
Definition at line 4623 of file graphics.cc.
Referenced by QtHandles::Figure::Figure(), axes::initialize(), and QtHandles::Figure::update().
|
inline |
Definition at line 4252 of file graphics.h.
References radio_property::current_value().
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3389 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3917 of file graphics.h.
References gtk_manager::get_toolkit().
Referenced by Fdrawnow().
|
inlineinherited |
Definition at line 2752 of file graphics.h.
References string_property::string_value().
Referenced by base_properties::get().
|
inlineinherited |
Definition at line 2754 of file graphics.h.
References handle_property::handle_value().
Referenced by QtHandles::ContextMenu::executeAt(), and base_properties::get().
|
inline |
Definition at line 4255 of file graphics.h.
References radio_property::current_value().
|
inlineinherited |
Definition at line 2756 of file graphics.h.
References any_property::get().
Referenced by base_properties::get().
|
inlineinherited |
Definition at line 2759 of file graphics.h.
References radio_property::current_value().
Referenced by base_properties::get().
|
inline |
Definition at line 4258 of file graphics.h.
References callback_property::get().
|
inline |
Definition at line 4261 of file graphics.h.
References callback_property::get().
Referenced by QtHandles::Figure::Figure(), and QtHandles::Figure::update().
|
inline |
Definition at line 4264 of file graphics.h.
References callback_property::get().
|
inline |
Definition at line 4267 of file graphics.h.
References callback_property::get().
|
inline |
Definition at line 4270 of file graphics.h.
References callback_property::get().
|
inline |
Definition at line 4273 of file graphics.h.
References callback_property::get().
|
inline |
Definition at line 4276 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4278 of file graphics.h.
References string_property::string_value().
|
inline |
Definition at line 4281 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 4283 of file graphics.h.
References string_property::string_value().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, line::properties, and axes::properties.
Definition at line 2624 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 2626 of file graphics.h.
References octave_value().
Referenced by axes::update_axis_limits(), and hggroup::update_axis_limits().
|
inline |
Definition at line 4285 of file graphics.h.
References string_property::string_value().
|
inline |
Definition at line 4288 of file graphics.h.
References radio_property::current_value().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, line::properties, and axes::properties.
Definition at line 2625 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 2627 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 2626 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 2628 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 4004 of file graphics.h.
|
inlineinherited |
Definition at line 2733 of file graphics.h.
References radio_property::is().
Referenced by QtHandles::Canvas::canvasToggleAxes(), and QtHandles::Canvas::canvasWheelEvent().
|
static |
Definition at line 1452 of file graphics-props.cc.
Referenced by property_list::set().
|
inherited |
|
inherited |
Definition at line 2957 of file graphics.cc.
Referenced by Fwaitfor().
|
virtual |
Reimplemented from base_properties.
Definition at line 1502 of file graphics-props.cc.
|
static |
Definition at line 1482 of file graphics-props.cc.
Referenced by figure::has_readonly_property().
|
inlineprotectedvirtual |
Reimplemented from base_properties.
Definition at line 4886 of file graphics.h.
References array_property::add_constraint().
Referenced by properties().
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3380 of file graphics.in.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 3908 of file graphics.h.
|
inlineinherited |
Definition at line 2499 of file graphics.in.h.
References property::set_name(), and property::set_parent().
|
inlineinherited |
Definition at line 2501 of file graphics.h.
References property::set_name(), and property::set_parent().
Referenced by Faddproperty().
|
inlineprotectedinherited |
Definition at line 2951 of file graphics.h.
|
inline |
Definition at line 4299 of file graphics.h.
References bool_property::is_on().
|
inlineinherited |
Definition at line 2761 of file graphics.h.
References bool_property::is_on().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, surface::properties, patch::properties, and image::properties.
Definition at line 2628 of file graphics.in.h.
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, surface::properties, patch::properties, and image::properties.
Definition at line 2630 of file graphics.h.
|
inlineinherited |
Definition at line 2715 of file graphics.h.
References bool_property::is_on().
Referenced by QtHandles::ObjectFactory::createObject(), and delete_graphics_object().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, surface::properties, patch::properties, and image::properties.
Definition at line 2629 of file graphics.in.h.
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, surface::properties, patch::properties, and image::properties.
Definition at line 2631 of file graphics.h.
|
inlineinherited |
Definition at line 2724 of file graphics.h.
References bool_property::is_on().
|
inline |
Definition at line 4176 of file graphics.h.
References bool_property::is_on().
|
inline |
Definition at line 4179 of file graphics.h.
References bool_property::is_on().
|
inherited |
|
inherited |
Definition at line 3116 of file graphics.cc.
|
inlineinherited |
Definition at line 2736 of file graphics.h.
References bool_property::is_on().
Referenced by opengl_selector::select().
|
inline |
Definition at line 4184 of file graphics.h.
References bool_property::is_on().
|
inlineinherited |
Definition at line 2739 of file graphics.h.
References bool_property::is_on().
Referenced by gh_manager::do_post_callback(), and gh_manager::do_process_events().
|
inline |
Definition at line 4187 of file graphics.h.
References bool_property::is_on().
|
inlineinherited |
Definition at line 2530 of file graphics.in.h.
|
inlineinherited |
Definition at line 2532 of file graphics.h.
Referenced by Fdrawnow().
|
inline |
Definition at line 4206 of file graphics.h.
References bool_property::is_on().
|
inline |
Definition at line 4242 of file graphics.h.
References bool_property::is_on().
|
inlineinherited |
Definition at line 2744 of file graphics.h.
References bool_property::is_on().
|
inlineinherited |
Definition at line 2747 of file graphics.h.
References bool_property::is_on().
|
inlineinherited |
Definition at line 2758 of file graphics.h.
References bool_property::is_on().
Referenced by QtHandles::Canvas::canvasToggleAxes(), Fdrawnow(), QtHandles::Figure::Figure(), G__osmesa_print__(), QtHandles::BaseControl::init(), QtHandles::Menu::Menu(), QtHandles::Panel::Panel(), QtHandles::Backend::print_figure(), QtHandles::Backend::redraw_figure(), QtHandles::ToolBar::ToolBar(), QtHandles::BaseControl::update(), QtHandles::Panel::update(), QtHandles::Menu::update(), QtHandles::ToolBar::update(), QtHandles::ContextMenu::update(), gnuplot_graphics_toolkit::update(), and QtHandles::Figure::update().
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, and line::properties.
Definition at line 2630 of file graphics.in.h.
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, and line::properties.
Definition at line 2632 of file graphics.h.
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, and line::properties.
Definition at line 2631 of file graphics.in.h.
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, image::properties, text::properties, and line::properties.
Definition at line 2633 of file graphics.h.
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, text::properties, and line::properties.
Definition at line 2632 of file graphics.in.h.
|
inlinevirtualinherited |
Reimplemented in hggroup::properties, surface::properties, patch::properties, text::properties, and line::properties.
Definition at line 2634 of file graphics.h.
array_property closereq color_property figure::properties::jet_colormap | ( | ) |
Definition at line 3896 of file graphics.cc.
References convert_position(), Matrix::extract_n(), and x.
Definition at line 3913 of file graphics.cc.
References convert_position(), Matrix::extract_n(), and x.
|
inherited |
|
inherited |
Definition at line 3064 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(), set___enhanced__(), set___graphics_toolkit__(), set___guidata__(), axes::properties::set___hold_all__(), uimenu::properties::set___object__(), uicontextmenu::properties::set___object__(), uicontrol::properties::set___object__(), uipanel::properties::set___object__(), uitoolbar::properties::set___object__(), uipushtool::properties::set___object__(), uitoggletool::properties::set___object__(), set___pan_mode__(), set___plot_stream__(), set___rotate_mode__(), set___zoom_mode__(), uimenu::properties::set_accelerator(), axes::properties::set_activepositionproperty(), axes::properties::set_alim(), image::properties::set_alim(), patch::properties::set_alim(), surface::properties::set_alim(), hggroup::properties::set_alim(), image::properties::set_aliminclude(), patch::properties::set_aliminclude(), surface::properties::set_aliminclude(), hggroup::properties::set_aliminclude(), axes::properties::set_alimmode(), image::properties::set_alphadata(), surface::properties::set_alphadata(), image::properties::set_alphadatamapping(), patch::properties::set_alphadatamapping(), surface::properties::set_alphadatamapping(), set_alphamap(), axes::properties::set_ambientlightcolor(), patch::properties::set_ambientstrength(), surface::properties::set_ambientstrength(), axes::properties::set_autopos_tag(), text::properties::set_autopos_tag(), patch::properties::set_backfacelighting(), surface::properties::set_backfacelighting(), text::properties::set_backgroundcolor(), uicontrol::properties::set_backgroundcolor(), uipanel::properties::set_backgroundcolor(), uipanel::properties::set_bordertype(), uipanel::properties::set_borderwidth(), axes::properties::set_box(), set_buttondownfcn(), uimenu::properties::set_callback(), uicontextmenu::properties::set_callback(), uicontrol::properties::set_callback(), axes::properties::set_cameraposition(), axes::properties::set_camerapositionmode(), axes::properties::set_cameratarget(), axes::properties::set_cameratargetmode(), axes::properties::set_cameraupvector(), axes::properties::set_cameraupvectormode(), axes::properties::set_cameraviewangle(), axes::properties::set_cameraviewanglemode(), image::properties::set_cdata(), patch::properties::set_cdata(), surface::properties::set_cdata(), uicontrol::properties::set_cdata(), uipushtool::properties::set_cdata(), uitoggletool::properties::set_cdata(), image::properties::set_cdatamapping(), patch::properties::set_cdatamapping(), surface::properties::set_cdatamapping(), surface::properties::set_cdatasource(), uimenu::properties::set_checked(), uipushtool::properties::set_clickedcallback(), uitoggletool::properties::set_clickedcallback(), axes::properties::set_clim(), image::properties::set_clim(), patch::properties::set_clim(), surface::properties::set_clim(), hggroup::properties::set_clim(), image::properties::set_climinclude(), patch::properties::set_climinclude(), surface::properties::set_climinclude(), hggroup::properties::set_climinclude(), axes::properties::set_climmode(), uicontrol::properties::set_clipping(), set_closerequestfcn(), set_color(), axes::properties::set_color(), line::properties::set_color(), text::properties::set_color(), set_colormap(), axes::properties::set_colororder(), root_figure::properties::set_commandwindowsize(), set_currentcharacter(), set_currentobject(), set_currentpoint(), axes::properties::set_currentpoint(), axes::properties::set_dataaspectratio(), axes::properties::set_dataaspectratiomode(), patch::properties::set_diffusestrength(), surface::properties::set_diffusestrength(), line::properties::set_displayname(), text::properties::set_displayname(), image::properties::set_displayname(), patch::properties::set_displayname(), surface::properties::set_displayname(), hggroup::properties::set_displayname(), set_dockcontrols(), set_doublebuffer(), axes::properties::set_drawmode(), patch::properties::set_edgealpha(), surface::properties::set_edgealpha(), text::properties::set_edgecolor(), patch::properties::set_edgecolor(), surface::properties::set_edgecolor(), patch::properties::set_edgelighting(), surface::properties::set_edgelighting(), text::properties::set_editing(), uimenu::properties::set_enable(), uicontrol::properties::set_enable(), uipushtool::properties::set_enable(), uitoggletool::properties::set_enable(), line::properties::set_erasemode(), text::properties::set_erasemode(), image::properties::set_erasemode(), patch::properties::set_erasemode(), surface::properties::set_erasemode(), hggroup::properties::set_erasemode(), root_figure::properties::set_errormessage(), text::properties::set_extent(), uicontrol::properties::set_extent(), patch::properties::set_facealpha(), surface::properties::set_facealpha(), patch::properties::set_facecolor(), surface::properties::set_facecolor(), patch::properties::set_facelighting(), surface::properties::set_facelighting(), patch::properties::set_faces(), patch::properties::set_facevertexalphadata(), patch::properties::set_facevertexcdata(), set_filename(), root_figure::properties::set_fixedwidthfontname(), uimenu::properties::set_fltk_label(), axes::properties::set_fontangle(), text::properties::set_fontangle(), uicontrol::properties::set_fontangle(), uipanel::properties::set_fontangle(), axes::properties::set_fontname(), text::properties::set_fontname(), uicontrol::properties::set_fontname(), uipanel::properties::set_fontname(), axes::properties::set_fontsize(), text::properties::set_fontsize(), uicontrol::properties::set_fontsize(), uipanel::properties::set_fontsize(), axes::properties::set_fontsize_points(), text::properties::set_fontsize_points(), axes::properties::set_fontweight(), text::properties::set_fontweight(), uicontrol::properties::set_fontweight(), uipanel::properties::set_fontweight(), uimenu::properties::set_foregroundcolor(), uicontrol::properties::set_foregroundcolor(), uipanel::properties::set_foregroundcolor(), axes::properties::set_gridlinestyle(), uipanel::properties::set_highlightcolor(), text::properties::set_horizontalalignment(), uicontrol::properties::set_horizontalalignment(), text::properties::set_horizontalalignmentmode(), axes::properties::set_interpreter(), line::properties::set_interpreter(), text::properties::set_interpreter(), patch::properties::set_interpreter(), surface::properties::set_interpreter(), set_inverthardcopy(), set_keypressfcn(), uicontrol::properties::set_keypressfcn(), set_keyreleasefcn(), uimenu::properties::set_label(), root_figure::properties::set_language(), axes::properties::set_layer(), line::properties::set_linestyle(), text::properties::set_linestyle(), patch::properties::set_linestyle(), surface::properties::set_linestyle(), axes::properties::set_linewidth(), line::properties::set_linewidth(), text::properties::set_linewidth(), patch::properties::set_linewidth(), surface::properties::set_linewidth(), uicontrol::properties::set_listboxtop(), axes::properties::set_looseinset(), text::properties::set_margin(), line::properties::set_marker(), patch::properties::set_marker(), surface::properties::set_marker(), line::properties::set_markeredgecolor(), patch::properties::set_markeredgecolor(), surface::properties::set_markeredgecolor(), line::properties::set_markerfacecolor(), patch::properties::set_markerfacecolor(), surface::properties::set_markerfacecolor(), line::properties::set_markersize(), patch::properties::set_markersize(), surface::properties::set_markersize(), uicontrol::properties::set_max(), set_menubar(), surface::properties::set_meshstyle(), uicontrol::properties::set_min(), set_mincolormap(), axes::properties::set_minorgridlinestyle(), root_figure::properties::set_monitorpositions(), axes::properties::set_mousewheelzoom(), set_name(), set_nextplot(), axes::properties::set_nextplot(), patch::properties::set_normalmode(), surface::properties::set_normalmode(), set_numbertitle(), uitoggletool::properties::set_offcallback(), uitoggletool::properties::set_oncallback(), axes::properties::set_outerposition(), set_paperorientation(), set_paperposition(), set_paperpositionmode(), set_papersize(), axes::properties::set_plotboxaspectratio(), axes::properties::set_plotboxaspectratiomode(), set_pointer(), root_figure::properties::set_pointerlocation(), set_pointershapecdata(), set_pointershapehotspot(), root_figure::properties::set_pointerwindow(), axes::properties::set_position(), text::properties::set_position(), uimenu::properties::set_position(), uicontextmenu::properties::set_position(), uicontrol::properties::set_position(), uipanel::properties::set_position(), text::properties::set_positionmode(), axes::properties::set_projection(), set_renderer(), set_renderermode(), set_resize(), set_resizefcn(), uipanel::properties::set_resizefcn(), text::properties::set_rotation(), text::properties::set_rotationmode(), root_figure::properties::set_screendepth(), root_figure::properties::set_screenpixelsperinch(), root_figure::properties::set_screensize(), set_selectiontype(), uimenu::properties::set_separator(), uipushtool::properties::set_separator(), uitoggletool::properties::set_separator(), uipanel::properties::set_shadowcolor(), root_figure::properties::set_showhiddenhandles(), uicontrol::properties::set_sliderstep(), patch::properties::set_specularcolorreflectance(), surface::properties::set_specularcolorreflectance(), patch::properties::set_specularexponent(), surface::properties::set_specularexponent(), patch::properties::set_specularstrength(), surface::properties::set_specularstrength(), uitoggletool::properties::set_state(), text::properties::set_string(), uicontrol::properties::set_string(), axes::properties::set_tickdir(), axes::properties::set_tickdirmode(), axes::properties::set_ticklength(), axes::properties::set_tightinset(), uipanel::properties::set_title(), uipanel::properties::set_titleposition(), set_toolbar(), set_toolkit(), uicontrol::properties::set_tooltipstring(), uipushtool::properties::set_tooltipstring(), uitoggletool::properties::set_tooltipstring(), root_figure::properties::set_units(), text::properties::set_units(), uicontrol::properties::set_units(), uicontrol::properties::set_value(), patch::properties::set_vertexnormals(), surface::properties::set_vertexnormals(), text::properties::set_verticalalignment(), uicontrol::properties::set_verticalalignment(), text::properties::set_verticalalignmentmode(), patch::properties::set_vertices(), axes::properties::set_view(), set_windowbuttondownfcn(), set_windowbuttonmotionfcn(), set_windowbuttonupfcn(), set_windowkeypressfcn(), set_windowkeyreleasefcn(), set_windowscrollwheelfcn(), set_windowstyle(), set_wvisual(), set_wvisualmode(), axes::properties::set_x_normrendertransform(), axes::properties::set_x_projectiontransform(), axes::properties::set_x_rendertransform(), axes::properties::set_x_viewporttransform(), axes::properties::set_x_viewtransform(), axes::properties::set_xaxislocation(), axes::properties::set_xcolor(), line::properties::set_xdata(), image::properties::set_xdata(), patch::properties::set_xdata(), surface::properties::set_xdata(), image::properties::set_xdatamode(), line::properties::set_xdatasource(), surface::properties::set_xdatasource(), axes::properties::set_xdir(), set_xdisplay(), axes::properties::set_xgrid(), axes::properties::set_xlim(), line::properties::set_xlim(), text::properties::set_xlim(), image::properties::set_xlim(), patch::properties::set_xlim(), surface::properties::set_xlim(), hggroup::properties::set_xlim(), line::properties::set_xliminclude(), text::properties::set_xliminclude(), image::properties::set_xliminclude(), patch::properties::set_xliminclude(), surface::properties::set_xliminclude(), hggroup::properties::set_xliminclude(), axes::properties::set_xlimmode(), axes::properties::set_xminorgrid(), axes::properties::set_xminortick(), axes::properties::set_xmtick(), axes::properties::set_xscale(), axes::properties::set_xtick(), axes::properties::set_xticklabelmode(), axes::properties::set_xtickmode(), set_xvisual(), set_xvisualmode(), axes::properties::set_yaxislocation(), axes::properties::set_ycolor(), line::properties::set_ydata(), image::properties::set_ydata(), patch::properties::set_ydata(), surface::properties::set_ydata(), image::properties::set_ydatamode(), line::properties::set_ydatasource(), surface::properties::set_ydatasource(), axes::properties::set_ydir(), axes::properties::set_ygrid(), axes::properties::set_ylim(), line::properties::set_ylim(), text::properties::set_ylim(), image::properties::set_ylim(), patch::properties::set_ylim(), surface::properties::set_ylim(), hggroup::properties::set_ylim(), line::properties::set_yliminclude(), text::properties::set_yliminclude(), image::properties::set_yliminclude(), patch::properties::set_yliminclude(), surface::properties::set_yliminclude(), hggroup::properties::set_yliminclude(), axes::properties::set_ylimmode(), axes::properties::set_yminorgrid(), axes::properties::set_yminortick(), axes::properties::set_ymtick(), axes::properties::set_yscale(), axes::properties::set_ytick(), axes::properties::set_yticklabelmode(), axes::properties::set_ytickmode(), axes::properties::set_zcolor(), line::properties::set_zdata(), patch::properties::set_zdata(), surface::properties::set_zdata(), line::properties::set_zdatasource(), surface::properties::set_zdatasource(), axes::properties::set_zdir(), axes::properties::set_zgrid(), axes::properties::set_zlim(), line::properties::set_zlim(), text::properties::set_zlim(), patch::properties::set_zlim(), surface::properties::set_zlim(), hggroup::properties::set_zlim(), line::properties::set_zliminclude(), text::properties::set_zliminclude(), patch::properties::set_zliminclude(), surface::properties::set_zliminclude(), hggroup::properties::set_zliminclude(), axes::properties::set_zlimmode(), axes::properties::set_zminorgrid(), axes::properties::set_zminortick(), axes::properties::set_zmtick(), axes::properties::set_zscale(), axes::properties::set_ztick(), axes::properties::set_zticklabelmode(), and axes::properties::set_ztickmode().
array_property figure::properties::Matrix | ( | 64 | , |
1 | , | ||
1 | |||
) |
array_property figure::properties::Matrix | ( | void | ) |
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 | ) |
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 | ) |
|
inline |
Definition at line 4196 of file graphics.h.
References radio_property::is().
Referenced by QtHandles::Figure::Figure(), and QtHandles::Figure::update().
|
inline |
Definition at line 4203 of file graphics.h.
References radio_property::is().
|
inherited |
|
inherited |
Definition at line 3073 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(), figure::override_defaults(), axes::override_defaults(), and uitoolbar::override_defaults().
|
inline |
Definition at line 4211 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 4216 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 4221 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 4224 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 4227 of file graphics.h.
References radio_property::is().
|
static |
Definition at line 1460 of file graphics-props.cc.
References base_properties::readonly_property_names().
|
virtual |
Reimplemented from base_properties.
|
virtual |
Reimplemented from base_properties.
Definition at line 3787 of file graphics.cc.
References gh_manager::get_object(), graphics_object::isa(), Array< T >::numel(), and base_properties::remove_child().
|
inline |
Definition at line 4236 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 4239 of file graphics.h.
References radio_property::is().
|
inlineinherited |
Definition at line 2605 of file graphics.in.h.
|
inlineinherited |
Definition at line 2607 of file graphics.h.
Referenced by set_integerhandle().
|
inlineinherited |
Definition at line 2610 of file graphics.in.h.
|
inlineinherited |
Definition at line 2612 of file graphics.h.
Referenced by set_integerhandle().
|
inlineinherited |
Definition at line 2588 of file graphics.in.h.
|
inlineinherited |
Definition at line 2590 of file graphics.h.
Referenced by base_graphics_object::reparent().
|
inline |
Definition at line 4248 of file graphics.h.
References radio_property::is().
|
virtual |
Reimplemented from base_properties.
Definition at line 829 of file graphics-props.cc.
References caseless_str::compare(), error(), error_state, figure::has_readonly_property(), base_properties::set(), and validate_property_name().
Referenced by figure::set().
|
inline |
Definition at line 4851 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
Referenced by gnuplot_graphics_toolkit::update().
|
inline |
Definition at line 3399 of file graphics.in.h.
|
inline |
Definition at line 3927 of file graphics.h.
References error(), error_state, gtk_manager::find_toolkit(), graphics_toolkit::get_name(), octave_value::is_string(), base_properties::mark_modified(), and octave_value::string_value().
|
inline |
Definition at line 4862 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inlineinherited |
Definition at line 2586 of file graphics.in.h.
|
inlineinherited |
Definition at line 2588 of file graphics.h.
Referenced by base_properties::set().
void figure::properties::set___mouse_mode__ | ( | const octave_value & | val | ) |
Definition at line 1825 of file graphics.cc.
References error_state, octave_scalar_map::getfield(), octave_value::is_string(), base_graphics_object::mark_modified(), octave_scalar_map::setfield(), and octave_value::string_value().
Referenced by QtHandles::Figure::setMouseMode().
|
inline |
Definition at line 4818 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4873 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
Referenced by gnuplot_graphics_toolkit::update().
|
inline |
Definition at line 4829 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4840 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4309 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inlineinherited |
Definition at line 2767 of file graphics.h.
References error_state, and base_property::set().
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 3878 of file graphics.cc.
References convert_position(), and screen_size_pixels().
Referenced by QtHandles::Figure::updateBoundingBoxHelper().
|
inlineinherited |
Definition at line 2778 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
|
inline |
Definition at line 4320 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inlineinherited |
Definition at line 2800 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
|
inlineinherited |
Definition at line 2811 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set(), and text::text().
|
inline |
Definition at line 4331 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4342 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4353 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inlineinherited |
Definition at line 2822 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
void figure::properties::set_currentaxes | ( | const octave_value & | val | ) |
Definition at line 3773 of file graphics.cc.
References error_state, gripe_set_invalid(), is_handle(), octave_handle::value(), and xisnan().
|
inline |
Definition at line 4366 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4377 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4388 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inlineinherited |
Definition at line 2833 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
|
inline |
Definition at line 4399 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4410 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
protectedinherited |
|
protectedinherited |
Definition at line 2968 of file graphics.cc.
References error(), error_state, and base_graphics_object::mark_modified().
Referenced by base_properties::set().
|
inline |
Definition at line 4421 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
Referenced by QtHandles::Figure::setFileName().
|
inherited |
|
inherited |
Definition at line 2877 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 2844 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
|
inlineinherited |
Definition at line 2855 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
void figure::properties::set_integerhandle | ( | const octave_value & | val | ) |
Definition at line 3627 of file graphics.cc.
References gh_manager::current_figure(), error_state, gh_manager::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 2866 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
|
inline |
Definition at line 4434 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4445 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4456 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4467 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4478 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inlineinherited |
Definition at line 2584 of file graphics.in.h.
|
inlineinherited |
Definition at line 2586 of file graphics.h.
Referenced by Fdrawnow().
|
inline |
Definition at line 4489 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4500 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4511 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
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 3963 of file graphics.cc.
References error_state, and base_graphics_object::mark_modified().
|
inline |
Definition at line 4522 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4536 of file graphics.h.
References error_state, base_properties::mark_modified(), POSTSET, base_property::run_listeners(), and base_property::set().
|
inline |
Definition at line 4551 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4563 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
void figure::properties::set_papertype | ( | const octave_value & | val | ) |
Definition at line 4000 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 3976 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 3003 of file graphics.cc.
References base_graphics_object::adopt(), octave_handle::as_octave_value(), octave_value::double_value(), error(), error_state, graphics_object::get_handle(), gh_manager::get_object(), base_graphics_object::get_parent(), graphics_object::get_parent(), graphics_object::get_properties(), gh_manager::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 4583 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4594 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4605 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
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 3930 of file graphics.cc.
References error_state, base_graphics_object::mark_modified(), and POSTSET.
|
inline |
Definition at line 4616 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4627 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4638 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4649 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inlineinherited |
Definition at line 2877 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
|
inlineinherited |
Definition at line 2888 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
|
inline |
Definition at line 4660 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inlineinherited |
Definition at line 2565 of file graphics.in.h.
|
inlineinherited |
Definition at line 2567 of file graphics.h.
Referenced by base_properties::set().
|
inline |
Definition at line 4671 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
void figure::properties::set_toolkit | ( | const graphics_toolkit & | b | ) |
void figure::properties::set_toolkit | ( | const graphics_toolkit & | b | ) |
Definition at line 1809 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 2899 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
void figure::properties::set_units | ( | const octave_value & | val | ) |
Definition at line 4584 of file graphics.cc.
References error_state, and base_graphics_object::mark_modified().
|
inlineinherited |
Definition at line 2911 of file graphics.h.
References error_state, and base_property::set().
Referenced by base_properties::set().
void figure::properties::set_visible | ( | const octave_value & | val | ) |
void figure::properties::set_visible | ( | const octave_value & | val | ) |
Definition at line 3847 of file graphics.cc.
References error_state, octave_value::string_value(), and xset().
Referenced by G__osmesa_print__().
|
inline |
Definition at line 4684 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4695 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4706 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4717 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4728 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4739 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4750 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4761 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4772 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4783 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4794 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4805 of file graphics.h.
References error_state, base_properties::mark_modified(), and base_property::set().
|
inline |
Definition at line 4251 of file graphics.h.
References radio_property::is().
Referenced by QtHandles::Figure::Figure(), and QtHandles::Figure::update().
|
inline |
Definition at line 4254 of file graphics.h.
References radio_property::is().
|
virtualinherited |
Reimplemented in axes::properties, and axes::properties.
|
virtualinherited |
Reimplemented in axes::properties, and axes::properties.
Definition at line 3148 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 |
|
virtualinherited |
Definition at line 3082 of file graphics.cc.
References gh_manager::get_object(), and graphics_object::update_axis_limits().
Referenced by image::properties::set_alim(), patch::properties::set_alim(), surface::properties::set_alim(), image::properties::set_aliminclude(), patch::properties::set_aliminclude(), surface::properties::set_aliminclude(), image::properties::set_alphadatamapping(), patch::properties::set_alphadatamapping(), surface::properties::set_alphadatamapping(), image::properties::set_cdatamapping(), patch::properties::set_cdatamapping(), surface::properties::set_cdatamapping(), image::properties::set_clim(), patch::properties::set_clim(), surface::properties::set_clim(), image::properties::set_climinclude(), patch::properties::set_climinclude(), surface::properties::set_climinclude(), axes::properties::set_climmode(), line::properties::set_xlim(), text::properties::set_xlim(), image::properties::set_xlim(), patch::properties::set_xlim(), surface::properties::set_xlim(), line::properties::set_xliminclude(), text::properties::set_xliminclude(), image::properties::set_xliminclude(), patch::properties::set_xliminclude(), surface::properties::set_xliminclude(), axes::properties::set_xlimmode(), axes::properties::set_xscale(), line::properties::set_ylim(), text::properties::set_ylim(), image::properties::set_ylim(), patch::properties::set_ylim(), surface::properties::set_ylim(), line::properties::set_yliminclude(), text::properties::set_yliminclude(), image::properties::set_yliminclude(), patch::properties::set_yliminclude(), surface::properties::set_yliminclude(), axes::properties::set_ylimmode(), axes::properties::set_yscale(), line::properties::set_zlim(), text::properties::set_zlim(), patch::properties::set_zlim(), surface::properties::set_zlim(), line::properties::set_zliminclude(), text::properties::set_zliminclude(), patch::properties::set_zliminclude(), surface::properties::set_zliminclude(), axes::properties::set_zlimmode(), and axes::properties::set_zscale().
|
virtualinherited |
Definition at line 3091 of file graphics.cc.
References gh_manager::get_object(), and graphics_object::update_axis_limits().
|
virtualinherited |
Reimplemented in axes::properties, and axes::properties.
|
virtualinherited |
Reimplemented in axes::properties, and axes::properties.
Definition at line 3134 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 QtHandles::Panel::eventFilter(), base_properties::update_boundingbox(), axes::properties::update_boundingbox(), and QtHandles::Panel::updateLayout().
void figure::properties::update_paperorientation | ( | void | ) |
Definition at line 4535 of file graphics.cc.
|
inlineprivate |
Definition at line 4901 of file graphics.h.
References radio_property::is(), and base_property::set().
void figure::properties::update_papersize | ( | void | ) |
Definition at line 4368 of file graphics.cc.
void figure::properties::update_papertype | ( | void | ) |
Definition at line 4350 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 4295 of file graphics.cc.
References caseless_str::compare(), and papersize_from_type().
|
virtualinherited |
|
virtualinherited |
Definition at line 3101 of file graphics.cc.
References uicontextmenu::properties::add_dependent_obj(), base_graphics_object::get(), gh_manager::get_object(), graphics_object::get_properties(), octave_value::is_empty(), and graphics_object::isa().
void figure::properties::update_units | ( | const caseless_str & | old_units | ) |
void figure::properties::update_units | ( | const caseless_str & | old_units | ) |
Definition at line 4598 of file graphics.cc.
References convert_position(), and screen_size_pixels().
|
inline |
Definition at line 4275 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 4280 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 4287 of file graphics.h.
References radio_property::is().
|
private |
Definition at line 4083 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4084 of file graphics.h.
Referenced by properties(), and set_toolkit().
|
private |
Definition at line 4085 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2686 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4079 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2687 of file graphics.h.
|
private |
Definition at line 4080 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4086 of file graphics.h.
Referenced by properties(), and set_toolkit().
|
private |
Definition at line 4081 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4082 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2948 of file graphics.h.
Referenced by base_properties::all_property_names().
|
private |
Definition at line 4028 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2653 of file graphics.in.h.
|
protectedinherited |
Definition at line 2668 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2653 of file graphics.in.h.
|
protectedinherited |
Definition at line 2669 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4029 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2671 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2672 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4030 of file graphics.h.
Referenced by properties().
array_property closereq color_property figure::properties::color |
Definition at line 3457 of file graphics.in.h.
|
private |
Definition at line 4031 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4032 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2658 of file graphics.in.h.
|
protectedinherited |
Definition at line 2673 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4033 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4034 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4035 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4036 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2674 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4037 of file graphics.h.
Referenced by properties().
array_property closereq color_property handle_property currentobject off bool_property figure::properties::doublebuffer |
Definition at line 3464 of file graphics.in.h.
|
private |
Definition at line 4038 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2643 of file graphics.h.
array_property closereq color_property handle_property currentobject off bool_property on string_property figure::properties::filename |
Definition at line 3464 of file graphics.in.h.
|
private |
Definition at line 4039 of file graphics.h.
Referenced by properties().
|
staticprivate |
Definition at line 4009 of file graphics.h.
|
protectedinherited |
Definition at line 2675 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2676 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4040 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2677 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 3464 of file graphics.in.h.
|
private |
Definition at line 4041 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 3464 of file graphics.in.h.
|
private |
Definition at line 4042 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4043 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4044 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4045 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4046 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4047 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4048 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4049 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4050 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4051 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4052 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4053 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4054 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4055 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2678 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4056 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4057 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4058 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4059 of file graphics.h.
Referenced by properties().
array_property closereq color_property handle_property currentobject figure::properties::r |
Definition at line 3461 of file graphics.in.h.
|
private |
Definition at line 4060 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4061 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4062 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4063 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 3464 of file graphics.in.h.
|
protectedinherited |
Definition at line 2679 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2680 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4064 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2681 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4065 of file graphics.h.
Referenced by properties().
|
mutableprivate |
Definition at line 4907 of file graphics.h.
Referenced by set_toolkit().
|
protectedinherited |
Definition at line 2682 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2683 of file graphics.h.
|
private |
Definition at line 4066 of file graphics.h.
Referenced by properties().
|
protectedinherited |
Definition at line 2684 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
protectedinherited |
Definition at line 2685 of file graphics.h.
Referenced by base_properties::base_properties(), and base_properties::get_property().
|
private |
Definition at line 4067 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4068 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4069 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4070 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4071 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4072 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4073 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4074 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4075 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4076 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4077 of file graphics.h.
Referenced by properties().
|
private |
Definition at line 4078 of file graphics.h.
Referenced by properties().