GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
axes::properties Class Reference

#include "graphics.h"

Inheritance diagram for axes::properties:
Inheritance graph
[legend]
Collaboration diagram for axes::properties:
Collaboration graph
[legend]

Public Types

enum  {
  ID_BEINGDELETED = 0, ID_BUSYACTION = 1, ID_BUTTONDOWNFCN = 2, ID_CHILDREN = 3,
  ID_CLIPPING = 4, ID_CREATEFCN = 5, ID_DELETEFCN = 6, ID_HANDLEVISIBILITY = 7,
  ID_HITTEST = 8, ID_INTERRUPTIBLE = 9, ID_PARENT = 10, ID_SELECTED = 11,
  ID_SELECTIONHIGHLIGHT = 12, ID_TAG = 13, ID_TYPE = 14, ID_UICONTEXTMENU = 15,
  ID_USERDATA = 16, ID_VISIBLE = 17, ID___MODIFIED__ = 18, ID___MYHANDLE__ = 19
}
enum  {
  ID_ACTIVEPOSITIONPROPERTY = 3000, ID_ALIM = 3001, ID_ALIMMODE = 3002, ID_AMBIENTLIGHTCOLOR = 3003,
  ID_BOX = 3004, ID_CAMERAPOSITION = 3005, ID_CAMERAPOSITIONMODE = 3006, ID_CAMERATARGET = 3007,
  ID_CAMERATARGETMODE = 3008, ID_CAMERAUPVECTOR = 3009, ID_CAMERAUPVECTORMODE = 3010, ID_CAMERAVIEWANGLE = 3011,
  ID_CAMERAVIEWANGLEMODE = 3012, ID_CLIM = 3013, ID_CLIMMODE = 3014, ID_COLOR = 3015,
  ID_COLORORDER = 3016, ID_CURRENTPOINT = 3017, ID_DATAASPECTRATIO = 3018, ID_DATAASPECTRATIOMODE = 3019,
  ID_DRAWMODE = 3020, ID_FONTANGLE = 3021, ID_FONTNAME = 3022, ID_FONTSIZE = 3023,
  ID_FONTUNITS = 3024, ID_FONTWEIGHT = 3025, ID_GRIDLINESTYLE = 3026, ID_INTERPRETER = 3027,
  ID_LAYER = 3028, ID_LINESTYLEORDER = 3029, ID_LINEWIDTH = 3030, ID_MINORGRIDLINESTYLE = 3031,
  ID_NEXTPLOT = 3032, ID_OUTERPOSITION = 3033, ID_PLOTBOXASPECTRATIO = 3034, ID_PLOTBOXASPECTRATIOMODE = 3035,
  ID_POSITION = 3036, ID_PROJECTION = 3037, ID_TICKDIR = 3038, ID_TICKDIRMODE = 3039,
  ID_TICKLENGTH = 3040, ID_TIGHTINSET = 3041, ID_TITLE = 3042, ID_UNITS = 3043,
  ID_VIEW = 3044, ID_XAXISLOCATION = 3045, ID_XCOLOR = 3046, ID_XDIR = 3047,
  ID_XGRID = 3048, ID_XLABEL = 3049, ID_XLIM = 3050, ID_XLIMMODE = 3051,
  ID_XMINORGRID = 3052, ID_XMINORTICK = 3053, ID_XSCALE = 3054, ID_XTICK = 3055,
  ID_XTICKLABEL = 3056, ID_XTICKLABELMODE = 3057, ID_XTICKMODE = 3058, ID_YAXISLOCATION = 3059,
  ID_YCOLOR = 3060, ID_YDIR = 3061, ID_YGRID = 3062, ID_YLABEL = 3063,
  ID_YLIM = 3064, ID_YLIMMODE = 3065, ID_YMINORGRID = 3066, ID_YMINORTICK = 3067,
  ID_YSCALE = 3068, ID_YTICK = 3069, ID_YTICKLABEL = 3070, ID_YTICKLABELMODE = 3071,
  ID_YTICKMODE = 3072, ID_ZCOLOR = 3073, ID_ZDIR = 3074, ID_ZGRID = 3075,
  ID_ZLABEL = 3076, ID_ZLIM = 3077, ID_ZLIMMODE = 3078, ID_ZMINORGRID = 3079,
  ID_ZMINORTICK = 3080, ID_ZSCALE = 3081, ID_ZTICK = 3082, ID_ZTICKLABEL = 3083,
  ID_ZTICKLABELMODE = 3084, ID_ZTICKMODE = 3085, ID___HOLD_ALL__ = 3086, ID_AUTOPOS_TAG = 3087,
  ID_LOOSEINSET = 3088, ID_X_VIEWTRANSFORM = 3089, ID_X_PROJECTIONTRANSFORM = 3090, ID_X_VIEWPORTTRANSFORM = 3091,
  ID_X_NORMRENDERTRANSFORM = 3092, ID_X_RENDERTRANSFORM = 3093, ID_XMTICK = 3094, ID_YMTICK = 3095,
  ID_ZMTICK = 3096
}

Public Member Functions

 properties (const graphics_handle &mh, const graphics_handle &p)
 ~properties (void)
bool activepositionproperty_is (const std::string &v) const
virtual void add_listener (const caseless_str &, const octave_value &, listener_mode=POSTSET)
virtual void add_listener (const caseless_str &, const octave_value &, listener_mode=POSTSET)
virtual void adopt (const graphics_handle &h)
virtual void adopt (const graphics_handle &h)
bool alimmode_is (const std::string &v) const
std::set< std::string > all_property_names (void) const
bool ambientlightcolor_is (const std::string &v) const
bool ambientlightcolor_is_rgb (void) const
bool autopos_tag_is (const std::string &v) const
bool busyaction_is (const std::string &v) const
bool camerapositionmode_is (const std::string &v) const
bool cameratargetmode_is (const std::string &v) const
bool cameraupvectormode_is (const std::string &v) const
bool cameraviewanglemode_is (const std::string &v) const
void clear_zoom_stack (void)
void clear_zoom_stack (void)
bool climmode_is (const std::string &v) const
bool color_is (const std::string &v) const
bool color_is_rgb (void) const
ColumnVector coord2pixel (double x, double y, double z) const
ColumnVector coord2pixel (double x, double y, double z) const
bool dataaspectratiomode_is (const std::string &v) const
virtual void delete_children (bool clear=false)
virtual void delete_children (bool clear=false)
virtual void delete_listener (const caseless_str &, const octave_value &, listener_mode=POSTSET)
virtual void delete_listener (const caseless_str &, const octave_value &, listener_mode=POSTSET)
bool drawmode_is (const std::string &v) const
std::set< std::string > dynamic_property_names (void) const
std::set< std::string > dynamic_property_names (void) const
void execute_buttondownfcn (const octave_value &data=octave_value()) const
void execute_createfcn (const octave_value &data=octave_value()) const
void execute_deletefcn (const octave_value &data=octave_value()) const
bool fontangle_is (const std::string &v) const
bool fontunits_is (const std::string &v) const
bool fontweight_is (const std::string &v) const
octave_value get (bool all=false) const
octave_value get (const caseless_str &pname) const
octave_value get (const std::string &pname) const
octave_value get (const char *pname) const
std::string get___hold_all__ (void) const
std::string get___modified__ (void) const
graphics_handle get___myhandle__ (void) const
std::string get_activepositionproperty (void) const
octave_value get_alim (void) const
std::string get_alimmode (void) const
Matrix get_all_children (void) const
Matrix get_all_children (void) const
octave_value get_ambientlightcolor (void) const
Matrix get_ambientlightcolor_rgb (void) const
std::string get_autopos_tag (void) const
Matrix get_axis_limits (double xmin, double xmax, double min_pos, double max_neg, bool logscale)
std::string get_beingdeleted (void) const
Matrix get_boundingbox (bool internal=false, const Matrix &parent_pix_size=Matrix()) const
Matrix get_boundingbox (bool internal=false, const Matrix &parent_pix_size=Matrix()) const
std::string get_box (void) const
std::string get_busyaction (void) const
octave_value get_buttondownfcn (void) const
octave_value get_cameraposition (void) const
std::string get_camerapositionmode (void) const
octave_value get_cameratarget (void) const
std::string get_cameratargetmode (void) const
octave_value get_cameraupvector (void) const
std::string get_cameraupvectormode (void) const
double get_cameraviewangle (void) const
std::string get_cameraviewanglemode (void) const
Matrix get_children (void) const
Matrix get_children (void) const
octave_value get_clim (void) const
std::string get_climmode (void) const
std::string get_clipping (void) const
octave_value get_color (void) const
Matrix get_color_rgb (void) const
octave_value get_colororder (void) const
octave_value get_createfcn (void) const
octave_value get_currentpoint (void) const
octave_value get_dataaspectratio (void) const
std::string get_dataaspectratiomode (void) const
octave_value get_deletefcn (void) const
std::string get_drawmode (void) const
Matrix get_extent (bool with_text=false, bool only_text_height=false) const
Matrix get_extent (bool with_text=false, bool only_text_height=false) const
std::string get_fontangle (void) const
std::string get_fontname (void) const
double get_fontsize (void) const
double get_fontsize_points (double box_pix_height=0) const
double get_fontsize_points (double box_pix_height=0) const
std::string get_fontunits (void) const
std::string get_fontweight (void) const
double get_fx (void) const
double get_fx (void) const
double get_fy (void) const
double get_fy (void) const
double get_fz (void) const
double get_fz (void) const
std::string get_gridlinestyle (void) const
std::string get_handlevisibility (void) const
Matrix get_hidden_children (void) const
Matrix get_hidden_children (void) const
std::string get_hittest (void) const
std::string get_interpreter (void) const
std::string get_interruptible (void) const
Matrix get_inverse_transform_matrix (void) const
Matrix get_inverse_transform_matrix (void) const
std::string get_layer (void) const
bool get_layer2Dtop (void) const
bool get_layer2Dtop (void) const
octave_value get_linestyleorder (void) const
double get_linewidth (void) const
octave_value get_looseinset (void) const
std::string get_minorgridlinestyle (void) const
bool get_nearhoriz (void) const
bool get_nearhoriz (void) const
std::string get_nextplot (void) const
Matrix get_opengl_matrix_1 (void) const
Matrix get_opengl_matrix_1 (void) const
Matrix get_opengl_matrix_2 (void) const
Matrix get_opengl_matrix_2 (void) const
octave_value get_outerposition (void) const
graphics_handle get_parent (void) const
octave_value get_plotboxaspectratio (void) const
std::string get_plotboxaspectratiomode (void) const
octave_value get_position (void) const
std::string get_projection (void) const
property get_property (const caseless_str &pname)
std::string get_selected (void) const
std::string get_selectionhighlight (void) const
std::string get_tag (void) const
std::string get_tickdir (void) const
std::string get_tickdirmode (void) const
octave_value get_ticklength (void) const
octave_value get_tightinset (void) const
graphics_handle get_title (void) const
virtual graphics_toolkit get_toolkit (void) const
virtual graphics_toolkit get_toolkit (void) const
graphics_xform get_transform (void) const
graphics_xform get_transform (void) const
Matrix get_transform_matrix (void) const
Matrix get_transform_matrix (void) const
Matrix get_transform_zlim (void) const
Matrix get_transform_zlim (void) const
std::string get_type (void) const
graphics_handle get_uicontextmenu (void) const
std::string get_units (void) const
octave_value get_userdata (void) const
octave_value get_view (void) const
std::string get_visible (void) const
bool get_x2Dtop (void) const
bool get_x2Dtop (void) const
double get_x_max (void) const
double get_x_max (void) const
double get_x_min (void) const
double get_x_min (void) const
octave_value get_x_normrendertransform (void) const
octave_value get_x_projectiontransform (void) const
octave_value get_x_rendertransform (void) const
const scalerget_x_scaler (void) const
const scalerget_x_scaler (void) const
octave_value get_x_viewporttransform (void) const
octave_value get_x_viewtransform (void) const
std::string get_xaxislocation (void) const
octave_value get_xcolor (void) const
Matrix get_xcolor_rgb (void) const
std::string get_xdir (void) const
std::string get_xgrid (void) const
graphics_handle get_xlabel (void) const
octave_value get_xlim (void) const
std::string get_xlimmode (void) const
std::string get_xminorgrid (void) const
std::string get_xminortick (void) const
octave_value get_xmtick (void) const
double get_xPlane (void) const
double get_xPlane (void) const
double get_xPlaneN (void) const
double get_xPlaneN (void) const
double get_xpTick (void) const
double get_xpTick (void) const
double get_xpTickN (void) const
double get_xpTickN (void) const
std::string get_xscale (void) const
int get_xstate (void) const
int get_xstate (void) const
octave_value get_xtick (void) const
octave_value get_xticklabel (void) const
std::string get_xticklabelmode (void) const
double get_xticklen (void) const
double get_xticklen (void) const
std::string get_xtickmode (void) const
double get_xtickoffset (void) const
double get_xtickoffset (void) const
bool get_xySym (void) const
bool get_xySym (void) const
bool get_xyzSym (void) const
bool get_xyzSym (void) const
bool get_y2Dright (void) const
bool get_y2Dright (void) const
double get_y_max (void) const
double get_y_max (void) const
double get_y_min (void) const
double get_y_min (void) const
const scalerget_y_scaler (void) const
const scalerget_y_scaler (void) const
std::string get_yaxislocation (void) const
octave_value get_ycolor (void) const
Matrix get_ycolor_rgb (void) const
std::string get_ydir (void) const
std::string get_ygrid (void) const
graphics_handle get_ylabel (void) const
octave_value get_ylim (void) const
std::string get_ylimmode (void) const
std::string get_yminorgrid (void) const
std::string get_yminortick (void) const
octave_value get_ymtick (void) const
double get_yPlane (void) const
double get_yPlane (void) const
double get_yPlaneN (void) const
double get_yPlaneN (void) const
double get_ypTick (void) const
double get_ypTick (void) const
double get_ypTickN (void) const
double get_ypTickN (void) const
std::string get_yscale (void) const
int get_ystate (void) const
int get_ystate (void) const
octave_value get_ytick (void) const
octave_value get_yticklabel (void) const
std::string get_yticklabelmode (void) const
double get_yticklen (void) const
double get_yticklen (void) const
std::string get_ytickmode (void) const
double get_ytickoffset (void) const
double get_ytickoffset (void) const
double get_z_max (void) const
double get_z_max (void) const
double get_z_min (void) const
double get_z_min (void) const
const scalerget_z_scaler (void) const
const scalerget_z_scaler (void) const
octave_value get_zcolor (void) const
Matrix get_zcolor_rgb (void) const
std::string get_zdir (void) const
std::string get_zgrid (void) const
graphics_handle get_zlabel (void) const
octave_value get_zlim (void) const
std::string get_zlimmode (void) const
std::string get_zminorgrid (void) const
std::string get_zminortick (void) const
octave_value get_zmtick (void) const
double get_zPlane (void) const
double get_zPlane (void) const
double get_zPlaneN (void) const
double get_zPlaneN (void) const
double get_zpTick (void) const
double get_zpTick (void) const
double get_zpTickN (void) const
double get_zpTickN (void) const
std::string get_zscale (void) const
bool get_zSign (void) const
bool get_zSign (void) const
int get_zstate (void) const
int get_zstate (void) const
octave_value get_ztick (void) const
octave_value get_zticklabel (void) const
std::string get_zticklabelmode (void) const
double get_zticklen (void) const
double get_zticklen (void) const
std::string get_ztickmode (void) const
double get_ztickoffset (void) const
double get_ztickoffset (void) const
std::string graphics_object_name (void) const
bool gridlinestyle_is (const std::string &v) const
bool handlevisibility_is (const std::string &v) const
bool has_dynamic_property (const std::string &pname)
bool has_dynamic_property (const std::string &pname)
bool has_property (const caseless_str &pname) const
virtual void init_integerhandle (const octave_value &)
virtual void init_integerhandle (const octave_value &)
void insert_property (const std::string &name, property p)
void insert_property (const std::string &name, property p)
bool interpreter_is (const std::string &v) const
bool is___hold_all__ (void) const
bool is___modified__ (void) const
virtual bool is_aliminclude (void) const
virtual bool is_aliminclude (void) const
bool is_beingdeleted (void) const
bool is_box (void) const
virtual bool is_climinclude (void) const
virtual bool is_climinclude (void) const
bool is_clipping (void) const
bool is_handle_visible (void) const
bool is_handle_visible (void) const
bool is_hittest (void) const
bool is_interruptible (void) const
bool is_modified (void) const
bool is_modified (void) const
bool is_selected (void) const
bool is_selectionhighlight (void) const
bool is_visible (void) const
bool is_xgrid (void) const
virtual bool is_xliminclude (void) const
virtual bool is_xliminclude (void) const
bool is_xminorgrid (void) const
bool is_xminortick (void) const
bool is_ygrid (void) const
virtual bool is_yliminclude (void) const
virtual bool is_yliminclude (void) const
bool is_yminorgrid (void) const
bool is_yminortick (void) const
bool is_zgrid (void) const
virtual bool is_zliminclude (void) const
virtual bool is_zliminclude (void) const
bool is_zminorgrid (void) const
bool is_zminortick (void) const
bool layer_is (const std::string &v) const
void mark_modified (void)
void mark_modified (void)
bool minorgridlinestyle_is (const std::string &v) const
bool nextplot_is (const std::string &v) const
void override_defaults (base_graphics_object &obj)
void override_defaults (base_graphics_object &obj)
ColumnVector pixel2coord (double px, double py) const
ColumnVector pixel2coord (double px, double py) const
bool plotboxaspectratiomode_is (const std::string &v) const
bool projection_is (const std::string &v) const
void remove_child (const graphics_handle &h)
void remove_child (const graphics_handle &h)
void renumber_child (graphics_handle old_gh, graphics_handle new_gh)
void renumber_child (graphics_handle old_gh, graphics_handle new_gh)
void renumber_parent (graphics_handle new_gh)
void renumber_parent (graphics_handle new_gh)
void reparent (const graphics_handle &new_parent)
void reparent (const graphics_handle &new_parent)
void rotate_view (double delta_az, double delta_el)
void rotate_view (double delta_az, double delta_el)
void set (const caseless_str &pname, const octave_value &val)
void set___hold_all__ (const octave_value &val)
void set___modified__ (const octave_value &val)
void set___modified__ (const octave_value &val)
void set_activepositionproperty (const octave_value &val)
void set_alim (const octave_value &val)
void set_alimmode (const octave_value &val)
void set_ambientlightcolor (const octave_value &val)
void set_autopos_tag (const octave_value &val)
void set_beingdeleted (const octave_value &val)
void set_box (const octave_value &val)
void set_busyaction (const octave_value &val)
void set_buttondownfcn (const octave_value &val)
void set_cameraposition (const octave_value &val)
void set_camerapositionmode (const octave_value &val)
void set_cameratarget (const octave_value &val)
void set_cameratargetmode (const octave_value &val)
void set_cameraupvector (const octave_value &val)
void set_cameraupvectormode (const octave_value &val)
void set_cameraviewangle (const octave_value &val)
void set_cameraviewanglemode (const octave_value &val)
void set_children (const octave_value &val)
void set_clim (const octave_value &val)
void set_climmode (const octave_value &val)
void set_clipping (const octave_value &val)
void set_color (const octave_value &val)
void set_colororder (const octave_value &val)
void set_createfcn (const octave_value &val)
void set_currentpoint (const octave_value &val)
void set_dataaspectratio (const octave_value &val)
void set_dataaspectratiomode (const octave_value &val)
void set_defaults (base_graphics_object &obj, const std::string &mode)
void set_defaults (base_graphics_object &obj, const std::string &mode)
void set_deletefcn (const octave_value &val)
void set_drawmode (const octave_value &val)
void set_fontangle (const octave_value &val)
void set_fontname (const octave_value &val)
void set_fontsize (const octave_value &val)
void set_fontunits (const octave_value &val)
void set_fontweight (const octave_value &val)
void set_from_list (base_graphics_object &obj, property_list &defaults)
void set_from_list (base_graphics_object &obj, property_list &defaults)
void set_gridlinestyle (const octave_value &val)
void set_handlevisibility (const octave_value &val)
void set_hittest (const octave_value &val)
void set_interpreter (const octave_value &val)
void set_interruptible (const octave_value &val)
void set_layer (const octave_value &val)
void set_linestyleorder (const octave_value &val)
void set_linewidth (const octave_value &val)
void set_looseinset (const octave_value &val)
void set_minorgridlinestyle (const octave_value &val)
void set_modified (const octave_value &val)
void set_modified (const octave_value &val)
void set_nextplot (const octave_value &val)
void set_outerposition (const octave_value &val)
void set_parent (const octave_value &val)
void set_parent (const octave_value &val)
void set_plotboxaspectratio (const octave_value &val)
void set_plotboxaspectratiomode (const octave_value &val)
void set_position (const octave_value &val)
void set_projection (const octave_value &val)
void set_selected (const octave_value &val)
void set_selectionhighlight (const octave_value &val)
void set_tag (const octave_value &val)
void set_tag (const octave_value &val)
void set_tickdir (const octave_value &val)
void set_tickdirmode (const octave_value &val)
void set_ticklength (const octave_value &val)
void set_tightinset (const octave_value &val)
void set_title (const octave_value &val)
void set_uicontextmenu (const octave_value &val)
void set_units (const octave_value &val)
void set_userdata (const octave_value &val)
void set_view (const octave_value &val)
void set_visible (const octave_value &val)
void set_x_normrendertransform (const octave_value &val)
void set_x_projectiontransform (const octave_value &val)
void set_x_rendertransform (const octave_value &val)
void set_x_viewporttransform (const octave_value &val)
void set_x_viewtransform (const octave_value &val)
void set_xaxislocation (const octave_value &val)
void set_xcolor (const octave_value &val)
void set_xdir (const octave_value &val)
void set_xgrid (const octave_value &val)
void set_xlabel (const octave_value &val)
void set_xlim (const octave_value &val)
void set_xlimmode (const octave_value &val)
void set_xminorgrid (const octave_value &val)
void set_xminortick (const octave_value &val)
void set_xmtick (const octave_value &val)
void set_xscale (const octave_value &val)
void set_xtick (const octave_value &val)
void set_xticklabel (const octave_value &val)
void set_xticklabelmode (const octave_value &val)
void set_xtickmode (const octave_value &val)
void set_yaxislocation (const octave_value &val)
void set_ycolor (const octave_value &val)
void set_ydir (const octave_value &val)
void set_ygrid (const octave_value &val)
void set_ylabel (const octave_value &val)
void set_ylim (const octave_value &val)
void set_ylimmode (const octave_value &val)
void set_yminorgrid (const octave_value &val)
void set_yminortick (const octave_value &val)
void set_ymtick (const octave_value &val)
void set_yscale (const octave_value &val)
void set_ytick (const octave_value &val)
void set_yticklabel (const octave_value &val)
void set_yticklabelmode (const octave_value &val)
void set_ytickmode (const octave_value &val)
void set_zcolor (const octave_value &val)
void set_zdir (const octave_value &val)
void set_zgrid (const octave_value &val)
void set_zlabel (const octave_value &val)
void set_zlim (const octave_value &val)
void set_zlimmode (const octave_value &val)
void set_zminorgrid (const octave_value &val)
void set_zminortick (const octave_value &val)
void set_zmtick (const octave_value &val)
void set_zscale (const octave_value &val)
void set_ztick (const octave_value &val)
void set_zticklabel (const octave_value &val)
void set_zticklabelmode (const octave_value &val)
void set_ztickmode (const octave_value &val)
void sync_positions (void)
void sync_positions (void)
bool tickdir_is (const std::string &v) const
bool tickdirmode_is (const std::string &v) const
void translate_view (double x0, double x1, double y0, double y1)
void translate_view (double x0, double x1, double y0, double y1)
bool units_is (const std::string &v) const
void unzoom (void)
void unzoom (void)
void update_aspectratios (void)
void update_aspectratios (void)
void update_autopos (const std::string &elem_type)
void update_autopos (const std::string &elem_type)
void update_axes_layout (void)
void update_axes_layout (void)
virtual void update_axis_limits (const std::string &axis_type) const
virtual void update_axis_limits (const std::string &axis_type) const
virtual void update_axis_limits (const std::string &axis_type, const graphics_handle &h) const
virtual void update_axis_limits (const std::string &axis_type, const graphics_handle &h) const
void update_boundingbox (void)
void update_boundingbox (void)
void update_camera (void)
void update_camera (void)
void update_fontunits (const caseless_str &old_fontunits)
void update_fontunits (const caseless_str &old_fontunits)
void update_fontunits (void)
void update_title_position (void)
void update_title_position (void)
void update_transform (void)
void update_transform (void)
void update_units (const caseless_str &old_units)
void update_units (const caseless_str &old_units)
void update_units (void)
void update_xlabel_position (void)
void update_xlabel_position (void)
void update_xlim (bool do_clr_zoom=true)
void update_ylabel_position (void)
void update_ylabel_position (void)
void update_ylim (bool do_clr_zoom=true)
void update_zlabel_position (void)
void update_zlabel_position (void)
void update_zlim (void)
bool xaxislocation_is (const std::string &v) const
bool xcolor_is (const std::string &v) const
bool xcolor_is_rgb (void) const
bool xdir_is (const std::string &v) const
bool xlimmode_is (const std::string &v) const
bool xscale_is (const std::string &v) const
bool xticklabelmode_is (const std::string &v) const
bool xtickmode_is (const std::string &v) const
bool yaxislocation_is (const std::string &v) const
bool ycolor_is (const std::string &v) const
bool ycolor_is_rgb (void) const
bool ydir_is (const std::string &v) const
bool ylimmode_is (const std::string &v) const
bool yscale_is (const std::string &v) const
bool yticklabelmode_is (const std::string &v) const
bool ytickmode_is (const std::string &v) const
bool zcolor_is (const std::string &v) const
bool zcolor_is_rgb (void) const
bool zdir_is (const std::string &v) const
bool zlimmode_is (const std::string &v) const
void zoom (const Matrix &xl, const Matrix &yl, bool push_to_zoom_stack=true)
void zoom (const Matrix &xl, const Matrix &yl, bool push_to_zoom_stack=true)
void zoom_about_point (double x, double y, double factor, bool push_to_zoom_stack=true)
void zoom_about_point (double x, double y, double factor, bool push_to_zoom_stack=true)
bool zscale_is (const std::string &v) const
bool zticklabelmode_is (const std::string &v) const
bool ztickmode_is (const std::string &v) const

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)

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)
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property 
Matrix () children_property children gf
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property 
Matrix () bool_property clipping
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property on
callback_property 
Matrix () callback_property deletefcn
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property on
callback_property 
Matrix () radio_property handlevisibility
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
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property 
buttondownfcn
callback_property buttondownfcn
children_property children
bool_property clipping
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property on
callback_property 
createfcn
callback_property createfcn
callback_property deletefcn
std::set< std::string > dynamic_properties
radio_property handlevisibility
bool_property hittest
bool_property interruptible
handle_property parent
bool_property selected
bool_property selectionhighlight
string_property tag
string_property type
handle_property uicontextmenu
any_property userdata
bool_property visible

Private Member Functions

double calc_tick_sep (double minval, double maxval)
void calc_ticklabels (const array_property &ticks, any_property &labels, bool is_logscale)
void calc_ticks_and_lims (array_property &lims, array_property &ticks, array_property &mticks, bool limmode_is_auto, bool is_logscale)
Matrix calc_tightbox (const Matrix &init_pos)
void delete_text_child (handle_property &h)
void delete_text_child (handle_property &h)
void fix_limits (array_property &lims)
std::string get_scale (const std::string &scale, const Matrix &lims)
Matrix get_ticklabel_extents (const Matrix &ticks, const string_vector &ticklabels, const Matrix &limits)
void set_text_child (handle_property &h, const std::string &who, const octave_value &v)
void set_text_child (handle_property &h, const std::string &who, const octave_value &v)
void update_dataaspectratio (void)
void update_dataaspectratiomode (void)
void update_font (void)
void update_fontangle (void)
void update_fontname (void)
void update_fontsize (void)
void update_fontweight (void)
void update_layer (void)
void update_looseinset (void)
void update_outerposition (void)
void update_plotboxaspectratio (void)
void update_plotboxaspectratiomode (void)
void update_position (void)
void update_tickdir (void)
void update_tickdirmode (void)
void update_ticklength (void)
void update_view (void)
void update_xaxislocation (void)
void update_xdir (void)
void update_xscale (void)
void update_xtick (void)
void update_xticklabelmode (void)
void update_xtickmode (void)
void update_yaxislocation (void)
void update_ydir (void)
void update_yscale (void)
void update_ytick (void)
void update_yticklabelmode (void)
void update_ytickmode (void)
void update_zdir (void)
void update_zscale (void)
void update_ztick (void)
void update_zticklabelmode (void)
void update_ztickmode (void)

Private Attributes

bool_property __hold_all__
radio_property activepositionproperty
row_vector_property alim
radio_property alimmode
color_property ambientlightcolor
radio_property autopos_tag
bool_property box
array_property cameraposition
radio_property camerapositionmode
array_property cameratarget
radio_property cameratargetmode
array_property cameraupvector
radio_property cameraupvectormode
double_property cameraviewangle
radio_property cameraviewanglemode
row_vector_property clim
radio_property climmode
color_property color
array_property colororder
array_property currentpoint
array_property dataaspectratio
radio_property dataaspectratiomode
radio_property drawmode
radio_property fontangle
string_property fontname
double_property fontsize
radio_property fontunits
radio_property fontweight
double fx
double fy
double fz
radio_property gridlinestyle
radio_property interpreter
radio_property layer
bool layer2Dtop
any_property linestyleorder
double_property linewidth
array_property looseinset
radio_property minorgridlinestyle
bool nearhoriz
radio_property nextplot
array_property outerposition
array_property plotboxaspectratio
radio_property plotboxaspectratiomode
array_property position
radio_property projection
scaler sx
scaler sy
scaler sz
ft_render text_renderer
radio_property tickdir
radio_property tickdirmode
array_property ticklength
array_property tightinset
handle_property title
radio_property units
array_property view
bool x2Dtop
Matrix x_gl_mat1
Matrix x_gl_mat2
array_property x_normrendertransform
array_property x_projectiontransform
Matrix x_render
Matrix x_render_inv
array_property x_rendertransform
array_property x_viewporttransform
array_property x_viewtransform
Matrix x_zlim
radio_property xaxislocation
color_property xcolor
radio_property xdir
bool_property xgrid
handle_property xlabel
row_vector_property xlim
radio_property xlimmode
bool_property xminorgrid
bool_property xminortick
row_vector_property xmtick
double xPlane
double xPlaneN
double xpTick
double xpTickN
radio_property xscale
int xstate
row_vector_property xtick
any_property xticklabel
radio_property xticklabelmode
double xticklen
radio_property xtickmode
double xtickoffset
bool xySym
bool xyzSym
bool y2Dright
radio_property yaxislocation
color_property ycolor
radio_property ydir
bool_property ygrid
handle_property ylabel
row_vector_property ylim
radio_property ylimmode
bool_property yminorgrid
bool_property yminortick
row_vector_property ymtick
double yPlane
double yPlaneN
double ypTick
double ypTickN
radio_property yscale
int ystate
row_vector_property ytick
any_property yticklabel
radio_property yticklabelmode
double yticklen
radio_property ytickmode
double ytickoffset
color_property zcolor
radio_property zdir
bool_property zgrid
handle_property zlabel
row_vector_property zlim
radio_property zlimmode
bool_property zminorgrid
bool_property zminortick
row_vector_property zmtick
std::list< octave_valuezoom_stack
double zPlane
double zPlaneN
double zpTick
double zpTickN
radio_property zscale
bool zSign
int zstate
row_vector_property ztick
any_property zticklabel
radio_property zticklabelmode
double zticklen
radio_property ztickmode
double ztickoffset

Static Private Attributes

static std::string go_name

Detailed Description

Definition at line 4912 of file graphics.h.

Member Enumeration Documentation

anonymous enum
inherited
Enumerator:
ID_BEINGDELETED 
ID_BUSYACTION 
ID_BUTTONDOWNFCN 
ID_CHILDREN 
ID_CLIPPING 
ID_CREATEFCN 
ID_DELETEFCN 
ID_HANDLEVISIBILITY 
ID_HITTEST 
ID_INTERRUPTIBLE 
ID_PARENT 
ID_SELECTED 
ID_SELECTIONHIGHLIGHT 
ID_TAG 
ID_TYPE 
ID_UICONTEXTMENU 
ID_USERDATA 
ID_VISIBLE 
ID___MODIFIED__ 
ID___MYHANDLE__ 

Definition at line 2611 of file graphics.h.

anonymous enum
Enumerator:
ID_ACTIVEPOSITIONPROPERTY 
ID_ALIM 
ID_ALIMMODE 
ID_AMBIENTLIGHTCOLOR 
ID_BOX 
ID_CAMERAPOSITION 
ID_CAMERAPOSITIONMODE 
ID_CAMERATARGET 
ID_CAMERATARGETMODE 
ID_CAMERAUPVECTOR 
ID_CAMERAUPVECTORMODE 
ID_CAMERAVIEWANGLE 
ID_CAMERAVIEWANGLEMODE 
ID_CLIM 
ID_CLIMMODE 
ID_COLOR 
ID_COLORORDER 
ID_CURRENTPOINT 
ID_DATAASPECTRATIO 
ID_DATAASPECTRATIOMODE 
ID_DRAWMODE 
ID_FONTANGLE 
ID_FONTNAME 
ID_FONTSIZE 
ID_FONTUNITS 
ID_FONTWEIGHT 
ID_GRIDLINESTYLE 
ID_INTERPRETER 
ID_LAYER 
ID_LINESTYLEORDER 
ID_LINEWIDTH 
ID_MINORGRIDLINESTYLE 
ID_NEXTPLOT 
ID_OUTERPOSITION 
ID_PLOTBOXASPECTRATIO 
ID_PLOTBOXASPECTRATIOMODE 
ID_POSITION 
ID_PROJECTION 
ID_TICKDIR 
ID_TICKDIRMODE 
ID_TICKLENGTH 
ID_TIGHTINSET 
ID_TITLE 
ID_UNITS 
ID_VIEW 
ID_XAXISLOCATION 
ID_XCOLOR 
ID_XDIR 
ID_XGRID 
ID_XLABEL 
ID_XLIM 
ID_XLIMMODE 
ID_XMINORGRID 
ID_XMINORTICK 
ID_XSCALE 
ID_XTICK 
ID_XTICKLABEL 
ID_XTICKLABELMODE 
ID_XTICKMODE 
ID_YAXISLOCATION 
ID_YCOLOR 
ID_YDIR 
ID_YGRID 
ID_YLABEL 
ID_YLIM 
ID_YLIMMODE 
ID_YMINORGRID 
ID_YMINORTICK 
ID_YSCALE 
ID_YTICK 
ID_YTICKLABEL 
ID_YTICKLABELMODE 
ID_YTICKMODE 
ID_ZCOLOR 
ID_ZDIR 
ID_ZGRID 
ID_ZLABEL 
ID_ZLIM 
ID_ZLIMMODE 
ID_ZMINORGRID 
ID_ZMINORTICK 
ID_ZSCALE 
ID_ZTICK 
ID_ZTICKLABEL 
ID_ZTICKLABELMODE 
ID_ZTICKMODE 
ID___HOLD_ALL__ 
ID_AUTOPOS_TAG 
ID_LOOSEINSET 
ID_X_VIEWTRANSFORM 
ID_X_PROJECTIONTRANSFORM 
ID_X_VIEWPORTTRANSFORM 
ID_X_NORMRENDERTRANSFORM 
ID_X_RENDERTRANSFORM 
ID_XMTICK 
ID_YMTICK 
ID_ZMTICK 

Definition at line 5197 of file graphics.h.

Constructor & Destructor Documentation

axes::properties::properties ( const graphics_handle mh,
const graphics_handle p 
)

Definition at line 1359 of file graphics-props.cc.

References __hold_all__, activepositionproperty, alim, alimmode, ambientlightcolor, autopos_tag, box, cameraposition, camerapositionmode, cameratarget, cameratargetmode, cameraupvector, cameraupvectormode, cameraviewangle, cameraviewanglemode, clim, climmode, color, colororder, currentpoint, dataaspectratio, dataaspectratiomode, drawmode, fontangle, fontname, fontsize, fontunits, fontweight, gridlinestyle, ID___HOLD_ALL__, ID_ACTIVEPOSITIONPROPERTY, ID_ALIM, ID_ALIMMODE, ID_AMBIENTLIGHTCOLOR, ID_AUTOPOS_TAG, ID_BOX, ID_CAMERAPOSITION, ID_CAMERAPOSITIONMODE, ID_CAMERATARGET, ID_CAMERATARGETMODE, ID_CAMERAUPVECTOR, ID_CAMERAUPVECTORMODE, ID_CAMERAVIEWANGLE, ID_CAMERAVIEWANGLEMODE, ID_CLIM, ID_CLIMMODE, ID_COLOR, ID_COLORORDER, ID_CURRENTPOINT, ID_DATAASPECTRATIO, ID_DATAASPECTRATIOMODE, ID_DRAWMODE, ID_FONTANGLE, ID_FONTNAME, ID_FONTSIZE, ID_FONTUNITS, ID_FONTWEIGHT, ID_GRIDLINESTYLE, ID_INTERPRETER, ID_LAYER, ID_LINESTYLEORDER, ID_LINEWIDTH, ID_LOOSEINSET, ID_MINORGRIDLINESTYLE, ID_NEXTPLOT, ID_OUTERPOSITION, ID_PLOTBOXASPECTRATIO, ID_PLOTBOXASPECTRATIOMODE, ID_POSITION, ID_PROJECTION, ID_TICKDIR, ID_TICKDIRMODE, ID_TICKLENGTH, ID_TIGHTINSET, ID_TITLE, ID_UNITS, ID_VIEW, ID_X_NORMRENDERTRANSFORM, ID_X_PROJECTIONTRANSFORM, ID_X_RENDERTRANSFORM, ID_X_VIEWPORTTRANSFORM, ID_X_VIEWTRANSFORM, ID_XAXISLOCATION, ID_XCOLOR, ID_XDIR, ID_XGRID, ID_XLABEL, ID_XLIM, ID_XLIMMODE, ID_XMINORGRID, ID_XMINORTICK, ID_XMTICK, ID_XSCALE, ID_XTICK, ID_XTICKLABEL, ID_XTICKLABELMODE, ID_XTICKMODE, ID_YAXISLOCATION, ID_YCOLOR, ID_YDIR, ID_YGRID, ID_YLABEL, ID_YLIM, ID_YLIMMODE, ID_YMINORGRID, ID_YMINORTICK, ID_YMTICK, ID_YSCALE, ID_YTICK, ID_YTICKLABEL, ID_YTICKLABELMODE, ID_YTICKMODE, ID_ZCOLOR, ID_ZDIR, ID_ZGRID, ID_ZLABEL, ID_ZLIM, ID_ZLIMMODE, ID_ZMINORGRID, ID_ZMINORTICK, ID_ZMTICK, ID_ZSCALE, ID_ZTICK, ID_ZTICKLABEL, ID_ZTICKLABELMODE, ID_ZTICKMODE, init(), interpreter, layer, linestyleorder, linewidth, looseinset, minorgridlinestyle, nextplot, outerposition, plotboxaspectratio, plotboxaspectratiomode, position, projection, base_property::set_hidden(), base_property::set_id(), tickdir, tickdirmode, ticklength, tightinset, title, units, view, x_normrendertransform, x_projectiontransform, x_rendertransform, x_viewporttransform, x_viewtransform, xaxislocation, xcolor, xdir, xgrid, xlabel, xlim, xlimmode, xminorgrid, xminortick, xmtick, xscale, xtick, xticklabel, xticklabelmode, xtickmode, yaxislocation, ycolor, ydir, ygrid, ylabel, ylim, ylimmode, yminorgrid, yminortick, ymtick, yscale, ytick, yticklabel, yticklabelmode, ytickmode, zcolor, zdir, zgrid, zlabel, zlim, zlimmode, zminorgrid, zminortick, zmtick, zscale, ztick, zticklabel, zticklabelmode, and ztickmode.

axes::properties::~properties ( void  )
inline

Definition at line 5057 of file graphics.h.

Member Function Documentation

bool axes::properties::activepositionproperty_is ( const std::string &  v) const
inline

Definition at line 5298 of file graphics.h.

virtual void base_properties::add_listener ( const caseless_str ,
const octave_value ,
listener_mode  = POSTSET 
)
virtualinherited
void base_properties::add_listener ( const caseless_str nm,
const octave_value v,
listener_mode  mode = POSTSET 
)
virtualinherited

Definition at line 2877 of file graphics.cc.

References error_state.

Referenced by base_graphics_object::add_property_listener().

virtual void base_properties::adopt ( const graphics_handle h)
inlinevirtualinherited
virtual void base_properties::adopt ( const graphics_handle h)
inlinevirtualinherited
bool axes::properties::alimmode_is ( const std::string &  v) const
inline

Definition at line 5303 of file graphics.h.

std::set< std::string > axes::properties::all_property_names ( void  ) const

Reimplemented from base_properties.

Definition at line 2542 of file graphics-props.cc.

References base_properties::all_property_names().

bool axes::properties::ambientlightcolor_is ( const std::string &  v) const
inline

Definition at line 5307 of file graphics.h.

bool axes::properties::ambientlightcolor_is_rgb ( void  ) const
inline

Definition at line 5306 of file graphics.h.

bool axes::properties::autopos_tag_is ( const std::string &  v) const
inline

Definition at line 5537 of file graphics.h.

bool base_properties::busyaction_is ( const std::string &  v) const
inlineinherited

Definition at line 2638 of file graphics.h.

double axes::properties::calc_tick_sep ( double  minval,
double  maxval 
)
private

Definition at line 6104 of file graphics.cc.

References magform(), pow(), and x.

void axes::properties::calc_ticklabels ( const array_property ticks,
any_property labels,
bool  is_logscale 
)
private
void axes::properties::calc_ticks_and_lims ( array_property lims,
array_property ticks,
array_property mticks,
bool  limmode_is_auto,
bool  is_logscale 
)
private
Matrix axes::properties::calc_tightbox ( const Matrix init_pos)
private
bool axes::properties::camerapositionmode_is ( const std::string &  v) const
inline

Definition at line 5316 of file graphics.h.

bool axes::properties::cameratargetmode_is ( const std::string &  v) const
inline

Definition at line 5321 of file graphics.h.

bool axes::properties::cameraupvectormode_is ( const std::string &  v) const
inline

Definition at line 5326 of file graphics.h.

bool axes::properties::cameraviewanglemode_is ( const std::string &  v) const
inline

Definition at line 5331 of file graphics.h.

void axes::properties::clear_zoom_stack ( void  )
void axes::properties::clear_zoom_stack ( void  )

Definition at line 7119 of file graphics.cc.

bool axes::properties::climmode_is ( const std::string &  v) const
inline

Definition at line 5336 of file graphics.h.

bool axes::properties::color_is ( const std::string &  v) const
inline

Definition at line 5340 of file graphics.h.

bool axes::properties::color_is_rgb ( void  ) const
inline

Definition at line 5339 of file graphics.h.

ColumnVector axes::properties::coord2pixel ( double  x,
double  y,
double  z 
) const
inline

Definition at line 3650 of file graphics.in.h.

ColumnVector axes::properties::coord2pixel ( double  x,
double  y,
double  z 
) const
inline

Definition at line 5007 of file graphics.h.

std::set< std::string > axes::properties::core_property_names ( void  )
static

Reimplemented from base_properties.

Definition at line 2418 of file graphics-props.cc.

References base_properties::core_property_names(), and initialized.

bool axes::properties::dataaspectratiomode_is ( const std::string &  v) const
inline

Definition at line 5350 of file graphics.h.

virtual void base_properties::delete_children ( bool  clear = false)
inlinevirtualinherited

Definition at line 2524 of file graphics.in.h.

References clear().

virtual void base_properties::delete_children ( bool  clear = false)
inlinevirtualinherited

Definition at line 2526 of file graphics.h.

References clear().

Referenced by gh_manager::do_free().

virtual void base_properties::delete_listener ( const caseless_str ,
const octave_value ,
listener_mode  = POSTSET 
)
virtualinherited
void base_properties::delete_listener ( const caseless_str nm,
const octave_value v,
listener_mode  mode = POSTSET 
)
virtualinherited
void axes::properties::delete_text_child ( handle_property h)
private
void axes::properties::delete_text_child ( handle_property h)
private
bool axes::properties::drawmode_is ( const std::string &  v) const
inline

Definition at line 5353 of file graphics.h.

std::set<std::string> base_properties::dynamic_property_names ( void  ) const
inherited
std::set< std::string > base_properties::dynamic_property_names ( void  ) const
inherited

Definition at line 2704 of file graphics.cc.

Referenced by base_properties::all_property_names().

void base_properties::execute_buttondownfcn ( const octave_value data = octave_value ()) const
inlineinherited

Reimplemented in figure::properties.

Definition at line 2641 of file graphics.h.

void base_properties::execute_createfcn ( const octave_value data = octave_value ()) const
inlineinherited

Definition at line 2647 of file graphics.h.

Referenced by gh_manager::do_make_graphics_handle(), and xcreatefcn().

void base_properties::execute_deletefcn ( const octave_value data = octave_value ()) const
inlineinherited

Definition at line 2650 of file graphics.h.

Referenced by gh_manager::do_free().

property_list::pval_map_type axes::properties::factory_defaults ( void  )
static
void axes::properties::fix_limits ( array_property lims)
inlineprivate
bool axes::properties::fontangle_is ( const std::string &  v) const
inline

Definition at line 5356 of file graphics.h.

bool axes::properties::fontunits_is ( const std::string &  v) const
inline

Definition at line 5363 of file graphics.h.

bool axes::properties::fontweight_is ( const std::string &  v) const
inline

Definition at line 5366 of file graphics.h.

octave_value axes::properties::get ( bool  all = false) const
virtual

Reimplemented from base_properties.

Definition at line 1777 of file graphics-props.cc.

References octave_map::assign(), axes::get(), and octave_value::map_value().

octave_value axes::properties::get ( const caseless_str pname) const
virtual

Reimplemented from base_properties.

Definition at line 1894 of file graphics-props.cc.

References caseless_str::compare(), error_state, axes::get(), and validate_property_name().

octave_value axes::properties::get ( const std::string &  pname) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 5065 of file graphics.h.

octave_value axes::properties::get ( const char pname) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 5070 of file graphics.h.

std::string axes::properties::get___hold_all__ ( void  ) const
inline

Definition at line 5535 of file graphics.h.

std::string base_properties::get___modified__ ( void  ) const
inlineinherited

Definition at line 2682 of file graphics.h.

Referenced by base_properties::get().

graphics_handle base_properties::get___myhandle__ ( void  ) const
inlineinherited
std::string axes::properties::get_activepositionproperty ( void  ) const
inline

Definition at line 5299 of file graphics.h.

octave_value axes::properties::get_alim ( void  ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 5301 of file graphics.h.

std::string axes::properties::get_alimmode ( void  ) const
inline

Definition at line 5304 of file graphics.h.

Matrix base_properties::get_all_children ( void  ) const
inlineinherited

Definition at line 2500 of file graphics.in.h.

Matrix base_properties::get_all_children ( void  ) const
inlineinherited

Definition at line 2502 of file graphics.h.

Referenced by finalize_r(), and initialize_r().

octave_value axes::properties::get_ambientlightcolor ( void  ) const
inline

Definition at line 5309 of file graphics.h.

Matrix axes::properties::get_ambientlightcolor_rgb ( void  ) const
inline

Definition at line 5308 of file graphics.h.

std::string axes::properties::get_autopos_tag ( void  ) const
inline

Definition at line 5538 of file graphics.h.

Matrix axes::properties::get_axis_limits ( double  xmin,
double  xmax,
double  min_pos,
double  max_neg,
bool  logscale 
)
std::string base_properties::get_beingdeleted ( void  ) const
inlineinherited

Definition at line 2636 of file graphics.h.

Referenced by base_properties::get().

Matrix axes::properties::get_boundingbox ( bool  internal = false,
const Matrix parent_pix_size = Matrix() 
) const
virtual

Reimplemented from base_properties.

Matrix axes::properties::get_boundingbox ( bool  internal = false,
const Matrix parent_pix_size = Matrix () 
) const
virtual
std::string axes::properties::get_box ( void  ) const
inline

Definition at line 5312 of file graphics.h.

References box().

std::string base_properties::get_busyaction ( void  ) const
inlineinherited

Definition at line 2639 of file graphics.h.

Referenced by gh_manager::do_post_callback(), and base_properties::get().

octave_value base_properties::get_buttondownfcn ( void  ) const
inlineinherited

Reimplemented in figure::properties.

Definition at line 2642 of file graphics.h.

Referenced by base_properties::get().

octave_value axes::properties::get_cameraposition ( void  ) const
inline

Definition at line 5314 of file graphics.h.

std::string axes::properties::get_camerapositionmode ( void  ) const
inline

Definition at line 5317 of file graphics.h.

octave_value axes::properties::get_cameratarget ( void  ) const
inline

Definition at line 5319 of file graphics.h.

std::string axes::properties::get_cameratargetmode ( void  ) const
inline

Definition at line 5322 of file graphics.h.

octave_value axes::properties::get_cameraupvector ( void  ) const
inline

Definition at line 5324 of file graphics.h.

std::string axes::properties::get_cameraupvectormode ( void  ) const
inline

Definition at line 5327 of file graphics.h.

double axes::properties::get_cameraviewangle ( void  ) const
inline

Definition at line 5329 of file graphics.h.

std::string axes::properties::get_cameraviewanglemode ( void  ) const
inline

Definition at line 5332 of file graphics.h.

Matrix base_properties::get_children ( void  ) const
inlineinherited

Definition at line 2495 of file graphics.in.h.

Matrix base_properties::get_children ( void  ) const
inlineinherited
octave_value axes::properties::get_clim ( void  ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 5334 of file graphics.h.

std::string axes::properties::get_climmode ( void  ) const
inline

Definition at line 5337 of file graphics.h.

std::string base_properties::get_clipping ( void  ) const
inlineinherited

Reimplemented in uicontrol::properties.

Definition at line 2645 of file graphics.h.

Referenced by base_properties::get().

octave_value axes::properties::get_color ( void  ) const
inline

Definition at line 5342 of file graphics.h.

Matrix axes::properties::get_color_rgb ( void  ) const
inline

Definition at line 5341 of file graphics.h.

octave_value axes::properties::get_colororder ( void  ) const
inline

Definition at line 5344 of file graphics.h.

octave_value base_properties::get_createfcn ( void  ) const
inlineinherited

Definition at line 2648 of file graphics.h.

Referenced by base_properties::get().

octave_value axes::properties::get_currentpoint ( void  ) const
inline

Definition at line 5346 of file graphics.h.

octave_value axes::properties::get_dataaspectratio ( void  ) const
inline

Definition at line 5348 of file graphics.h.

std::string axes::properties::get_dataaspectratiomode ( void  ) const
inline

Definition at line 5351 of file graphics.h.

octave_value base_properties::get_deletefcn ( void  ) const
inlineinherited

Definition at line 2651 of file graphics.h.

Referenced by gh_manager::do_free(), and base_properties::get().

std::string axes::properties::get_drawmode ( void  ) const
inline

Definition at line 5354 of file graphics.h.

octave_value base_properties::get_dynamic ( const caseless_str pname) const
protectedinherited
octave_value base_properties::get_dynamic ( const caseless_str pname) const
protectedinherited

Definition at line 2675 of file graphics.cc.

References error().

Referenced by base_properties::get().

octave_value base_properties::get_dynamic ( bool  all = false) const
protectedinherited
octave_value base_properties::get_dynamic ( bool  all = false) const
protectedinherited

Definition at line 2691 of file graphics.cc.

References octave_scalar_map::assign().

Matrix axes::properties::get_extent ( bool  with_text = false,
bool  only_text_height = false 
) const
Matrix axes::properties::get_extent ( bool  with_text = false,
bool  only_text_height = false 
) const
std::string axes::properties::get_fontangle ( void  ) const
inline

Definition at line 5357 of file graphics.h.

std::string axes::properties::get_fontname ( void  ) const
inline

Definition at line 5359 of file graphics.h.

double axes::properties::get_fontsize ( void  ) const
inline

Definition at line 5361 of file graphics.h.

double axes::properties::get_fontsize_points ( double  box_pix_height = 0) const
double axes::properties::get_fontsize_points ( double  box_pix_height = 0) const

Definition at line 5957 of file graphics.cc.

References convert_font_size().

std::string axes::properties::get_fontunits ( void  ) const
inline

Definition at line 5364 of file graphics.h.

std::string axes::properties::get_fontweight ( void  ) const
inline

Definition at line 5367 of file graphics.h.

double axes::properties::get_fx ( void  ) const
inline

Definition at line 3630 of file graphics.in.h.

double axes::properties::get_fx ( void  ) const
inline

Definition at line 4987 of file graphics.h.

double axes::properties::get_fy ( void  ) const
inline

Definition at line 3631 of file graphics.in.h.

double axes::properties::get_fy ( void  ) const
inline

Definition at line 4988 of file graphics.h.

double axes::properties::get_fz ( void  ) const
inline

Definition at line 3632 of file graphics.in.h.

double axes::properties::get_fz ( void  ) const
inline

Definition at line 4989 of file graphics.h.

std::string axes::properties::get_gridlinestyle ( void  ) const
inline

Definition at line 5370 of file graphics.h.

std::string base_properties::get_handlevisibility ( void  ) const
inlineinherited

Definition at line 2654 of file graphics.h.

Referenced by base_properties::get().

Matrix base_properties::get_hidden_children ( void  ) const
inlineinherited

Definition at line 2505 of file graphics.in.h.

Matrix base_properties::get_hidden_children ( void  ) const
inlineinherited

Definition at line 2507 of file graphics.h.

std::string base_properties::get_hittest ( void  ) const
inlineinherited

Definition at line 2657 of file graphics.h.

Referenced by base_properties::get().

std::string axes::properties::get_interpreter ( void  ) const
inline

Definition at line 5373 of file graphics.h.

std::string base_properties::get_interruptible ( void  ) const
inlineinherited

Definition at line 2660 of file graphics.h.

Referenced by base_properties::get().

Matrix axes::properties::get_inverse_transform_matrix ( void  ) const
inline

Definition at line 3604 of file graphics.in.h.

Matrix axes::properties::get_inverse_transform_matrix ( void  ) const
inline

Definition at line 4961 of file graphics.h.

std::string axes::properties::get_layer ( void  ) const
inline

Definition at line 5376 of file graphics.h.

bool axes::properties::get_layer2Dtop ( void  ) const
inline

Definition at line 3641 of file graphics.in.h.

bool axes::properties::get_layer2Dtop ( void  ) const
inline

Definition at line 4998 of file graphics.h.

octave_value axes::properties::get_linestyleorder ( void  ) const
inline

Definition at line 5378 of file graphics.h.

double axes::properties::get_linewidth ( void  ) const
inline

Definition at line 5380 of file graphics.h.

octave_value axes::properties::get_looseinset ( void  ) const
inline

Definition at line 5540 of file graphics.h.

std::string axes::properties::get_minorgridlinestyle ( void  ) const
inline

Definition at line 5383 of file graphics.h.

bool axes::properties::get_nearhoriz ( void  ) const
inline

Definition at line 3645 of file graphics.in.h.

bool axes::properties::get_nearhoriz ( void  ) const
inline

Definition at line 5002 of file graphics.h.

std::string axes::properties::get_nextplot ( void  ) const
inline

Definition at line 5386 of file graphics.h.

Matrix axes::properties::get_opengl_matrix_1 ( void  ) const
inline

Definition at line 3605 of file graphics.in.h.

Matrix axes::properties::get_opengl_matrix_1 ( void  ) const
inline

Definition at line 4962 of file graphics.h.

Matrix axes::properties::get_opengl_matrix_2 ( void  ) const
inline

Definition at line 3606 of file graphics.in.h.

Matrix axes::properties::get_opengl_matrix_2 ( void  ) const
inline

Definition at line 4963 of file graphics.h.

octave_value axes::properties::get_outerposition ( void  ) const
inline

Definition at line 5388 of file graphics.h.

graphics_handle base_properties::get_parent ( void  ) const
inlineinherited

Definition at line 2662 of file graphics.h.

Referenced by base_properties::get(), and base_graphics_object::get_parent().

octave_value axes::properties::get_plotboxaspectratio ( void  ) const
inline

Definition at line 5390 of file graphics.h.

std::string axes::properties::get_plotboxaspectratiomode ( void  ) const
inline

Definition at line 5393 of file graphics.h.

octave_value axes::properties::get_position ( void  ) const
inline

Definition at line 5395 of file graphics.h.

std::string axes::properties::get_projection ( void  ) const
inline

Definition at line 5398 of file graphics.h.

property axes::properties::get_property ( const caseless_str pname)
virtual
property base_properties::get_property_dynamic ( const caseless_str pname)
protectedinherited
property base_properties::get_property_dynamic ( const caseless_str pname)
protectedinherited

Definition at line 2741 of file graphics.cc.

References error().

Referenced by base_properties::get_property().

std::string axes::properties::get_scale ( const std::string &  scale,
const Matrix lims 
)
inlineprivate

Definition at line 6657 of file graphics.h.

References Array< T >::numel(), and scale().

std::string base_properties::get_selected ( void  ) const
inlineinherited

Definition at line 2665 of file graphics.h.

Referenced by base_properties::get().

std::string base_properties::get_selectionhighlight ( void  ) const
inlineinherited

Definition at line 2668 of file graphics.h.

Referenced by base_properties::get().

std::string base_properties::get_tag ( void  ) const
inlineinherited

Definition at line 2670 of file graphics.h.

Referenced by base_properties::get().

std::string axes::properties::get_tickdir ( void  ) const
inline

Definition at line 5401 of file graphics.h.

std::string axes::properties::get_tickdirmode ( void  ) const
inline

Definition at line 5404 of file graphics.h.

Matrix axes::properties::get_ticklabel_extents ( const Matrix ticks,
const string_vector ticklabels,
const Matrix limits 
)
private

Definition at line 6396 of file graphics.cc.

References max(), min(), and Array< T >::numel().

octave_value axes::properties::get_ticklength ( void  ) const
inline

Definition at line 5406 of file graphics.h.

octave_value axes::properties::get_tightinset ( void  ) const
inline

Definition at line 5408 of file graphics.h.

graphics_handle axes::properties::get_title ( void  ) const
inline

Definition at line 5410 of file graphics.h.

virtual graphics_toolkit base_properties::get_toolkit ( void  ) const
virtualinherited

Reimplemented in figure::properties, and figure::properties.

graphics_toolkit base_properties::get_toolkit ( void  ) const
virtualinherited
graphics_xform axes::properties::get_transform ( void  ) const
inline

Definition at line 3600 of file graphics.in.h.

graphics_xform axes::properties::get_transform ( void  ) const
inline

Definition at line 4957 of file graphics.h.

Referenced by convert_text_position().

Matrix axes::properties::get_transform_matrix ( void  ) const
inline

Definition at line 3603 of file graphics.in.h.

Matrix axes::properties::get_transform_matrix ( void  ) const
inline

Definition at line 4960 of file graphics.h.

Matrix axes::properties::get_transform_zlim ( void  ) const
inline

Definition at line 3607 of file graphics.in.h.

Matrix axes::properties::get_transform_zlim ( void  ) const
inline

Definition at line 4964 of file graphics.h.

std::string base_properties::get_type ( void  ) const
inlineinherited

Definition at line 2672 of file graphics.h.

Referenced by base_properties::get().

graphics_handle base_properties::get_uicontextmenu ( void  ) const
inlineinherited

Definition at line 2674 of file graphics.h.

Referenced by base_properties::get().

std::string axes::properties::get_units ( void  ) const
inline

Definition at line 5413 of file graphics.h.

octave_value base_properties::get_userdata ( void  ) const
inlineinherited

Definition at line 2676 of file graphics.h.

Referenced by base_properties::get().

octave_value axes::properties::get_view ( void  ) const
inline

Definition at line 5415 of file graphics.h.

std::string base_properties::get_visible ( void  ) const
inlineinherited

Definition at line 2679 of file graphics.h.

Referenced by base_properties::get().

bool axes::properties::get_x2Dtop ( void  ) const
inline

Definition at line 3639 of file graphics.in.h.

bool axes::properties::get_x2Dtop ( void  ) const
inline

Definition at line 4996 of file graphics.h.

double axes::properties::get_x_max ( void  ) const
inline

Definition at line 3625 of file graphics.in.h.

double axes::properties::get_x_max ( void  ) const
inline

Definition at line 4982 of file graphics.h.

References max().

double axes::properties::get_x_min ( void  ) const
inline

Definition at line 3624 of file graphics.in.h.

double axes::properties::get_x_min ( void  ) const
inline

Definition at line 4981 of file graphics.h.

References min().

octave_value axes::properties::get_x_normrendertransform ( void  ) const
inline

Definition at line 5548 of file graphics.h.

octave_value axes::properties::get_x_projectiontransform ( void  ) const
inline

Definition at line 5544 of file graphics.h.

octave_value axes::properties::get_x_rendertransform ( void  ) const
inline

Definition at line 5550 of file graphics.h.

const scaler& axes::properties::get_x_scaler ( void  ) const
inline

Definition at line 3562 of file graphics.in.h.

const scaler& axes::properties::get_x_scaler ( void  ) const
inline

Definition at line 4919 of file graphics.h.

octave_value axes::properties::get_x_viewporttransform ( void  ) const
inline

Definition at line 5546 of file graphics.h.

octave_value axes::properties::get_x_viewtransform ( void  ) const
inline

Definition at line 5542 of file graphics.h.

std::string axes::properties::get_xaxislocation ( void  ) const
inline

Definition at line 5418 of file graphics.h.

octave_value axes::properties::get_xcolor ( void  ) const
inline

Definition at line 5423 of file graphics.h.

Matrix axes::properties::get_xcolor_rgb ( void  ) const
inline

Definition at line 5422 of file graphics.h.

std::string axes::properties::get_xdir ( void  ) const
inline

Definition at line 5426 of file graphics.h.

std::string axes::properties::get_xgrid ( void  ) const
inline

Definition at line 5429 of file graphics.h.

graphics_handle axes::properties::get_xlabel ( void  ) const
inline

Definition at line 5431 of file graphics.h.

octave_value axes::properties::get_xlim ( void  ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 5433 of file graphics.h.

std::string axes::properties::get_xlimmode ( void  ) const
inline

Definition at line 5436 of file graphics.h.

std::string axes::properties::get_xminorgrid ( void  ) const
inline

Definition at line 5439 of file graphics.h.

std::string axes::properties::get_xminortick ( void  ) const
inline

Definition at line 5442 of file graphics.h.

octave_value axes::properties::get_xmtick ( void  ) const
inline

Definition at line 5552 of file graphics.h.

double axes::properties::get_xPlane ( void  ) const
inline

Definition at line 3612 of file graphics.in.h.

double axes::properties::get_xPlane ( void  ) const
inline

Definition at line 4969 of file graphics.h.

double axes::properties::get_xPlaneN ( void  ) const
inline

Definition at line 3613 of file graphics.in.h.

double axes::properties::get_xPlaneN ( void  ) const
inline

Definition at line 4970 of file graphics.h.

double axes::properties::get_xpTick ( void  ) const
inline

Definition at line 3618 of file graphics.in.h.

double axes::properties::get_xpTick ( void  ) const
inline

Definition at line 4975 of file graphics.h.

double axes::properties::get_xpTickN ( void  ) const
inline

Definition at line 3619 of file graphics.in.h.

double axes::properties::get_xpTickN ( void  ) const
inline

Definition at line 4976 of file graphics.h.

std::string axes::properties::get_xscale ( void  ) const
inline

Definition at line 5445 of file graphics.h.

int axes::properties::get_xstate ( void  ) const
inline

Definition at line 3609 of file graphics.in.h.

int axes::properties::get_xstate ( void  ) const
inline

Definition at line 4966 of file graphics.h.

octave_value axes::properties::get_xtick ( void  ) const
inline

Definition at line 5447 of file graphics.h.

octave_value axes::properties::get_xticklabel ( void  ) const
inline

Definition at line 5449 of file graphics.h.

std::string axes::properties::get_xticklabelmode ( void  ) const
inline

Definition at line 5452 of file graphics.h.

double axes::properties::get_xticklen ( void  ) const
inline

Definition at line 3633 of file graphics.in.h.

double axes::properties::get_xticklen ( void  ) const
inline

Definition at line 4990 of file graphics.h.

std::string axes::properties::get_xtickmode ( void  ) const
inline

Definition at line 5455 of file graphics.h.

double axes::properties::get_xtickoffset ( void  ) const
inline

Definition at line 3636 of file graphics.in.h.

double axes::properties::get_xtickoffset ( void  ) const
inline

Definition at line 4993 of file graphics.h.

bool axes::properties::get_xySym ( void  ) const
inline

Definition at line 3642 of file graphics.in.h.

bool axes::properties::get_xySym ( void  ) const
inline

Definition at line 4999 of file graphics.h.

bool axes::properties::get_xyzSym ( void  ) const
inline

Definition at line 3643 of file graphics.in.h.

bool axes::properties::get_xyzSym ( void  ) const
inline

Definition at line 5000 of file graphics.h.

bool axes::properties::get_y2Dright ( void  ) const
inline

Definition at line 3640 of file graphics.in.h.

bool axes::properties::get_y2Dright ( void  ) const
inline

Definition at line 4997 of file graphics.h.

double axes::properties::get_y_max ( void  ) const
inline

Definition at line 3627 of file graphics.in.h.

double axes::properties::get_y_max ( void  ) const
inline

Definition at line 4984 of file graphics.h.

References max().

double axes::properties::get_y_min ( void  ) const
inline

Definition at line 3626 of file graphics.in.h.

double axes::properties::get_y_min ( void  ) const
inline

Definition at line 4983 of file graphics.h.

References min().

const scaler& axes::properties::get_y_scaler ( void  ) const
inline

Definition at line 3563 of file graphics.in.h.

const scaler& axes::properties::get_y_scaler ( void  ) const
inline

Definition at line 4920 of file graphics.h.

std::string axes::properties::get_yaxislocation ( void  ) const
inline

Definition at line 5458 of file graphics.h.

octave_value axes::properties::get_ycolor ( void  ) const
inline

Definition at line 5463 of file graphics.h.

Matrix axes::properties::get_ycolor_rgb ( void  ) const
inline

Definition at line 5462 of file graphics.h.

std::string axes::properties::get_ydir ( void  ) const
inline

Definition at line 5466 of file graphics.h.

std::string axes::properties::get_ygrid ( void  ) const
inline

Definition at line 5469 of file graphics.h.

graphics_handle axes::properties::get_ylabel ( void  ) const
inline

Definition at line 5471 of file graphics.h.

octave_value axes::properties::get_ylim ( void  ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 5473 of file graphics.h.

std::string axes::properties::get_ylimmode ( void  ) const
inline

Definition at line 5476 of file graphics.h.

std::string axes::properties::get_yminorgrid ( void  ) const
inline

Definition at line 5479 of file graphics.h.

std::string axes::properties::get_yminortick ( void  ) const
inline

Definition at line 5482 of file graphics.h.

octave_value axes::properties::get_ymtick ( void  ) const
inline

Definition at line 5554 of file graphics.h.

double axes::properties::get_yPlane ( void  ) const
inline

Definition at line 3614 of file graphics.in.h.

double axes::properties::get_yPlane ( void  ) const
inline

Definition at line 4971 of file graphics.h.

double axes::properties::get_yPlaneN ( void  ) const
inline

Definition at line 3615 of file graphics.in.h.

double axes::properties::get_yPlaneN ( void  ) const
inline

Definition at line 4972 of file graphics.h.

double axes::properties::get_ypTick ( void  ) const
inline

Definition at line 3620 of file graphics.in.h.

double axes::properties::get_ypTick ( void  ) const
inline

Definition at line 4977 of file graphics.h.

double axes::properties::get_ypTickN ( void  ) const
inline

Definition at line 3621 of file graphics.in.h.

double axes::properties::get_ypTickN ( void  ) const
inline

Definition at line 4978 of file graphics.h.

std::string axes::properties::get_yscale ( void  ) const
inline

Definition at line 5485 of file graphics.h.

int axes::properties::get_ystate ( void  ) const
inline

Definition at line 3610 of file graphics.in.h.

int axes::properties::get_ystate ( void  ) const
inline

Definition at line 4967 of file graphics.h.

octave_value axes::properties::get_ytick ( void  ) const
inline

Definition at line 5487 of file graphics.h.

octave_value axes::properties::get_yticklabel ( void  ) const
inline

Definition at line 5489 of file graphics.h.

std::string axes::properties::get_yticklabelmode ( void  ) const
inline

Definition at line 5492 of file graphics.h.

double axes::properties::get_yticklen ( void  ) const
inline

Definition at line 3634 of file graphics.in.h.

double axes::properties::get_yticklen ( void  ) const
inline

Definition at line 4991 of file graphics.h.

std::string axes::properties::get_ytickmode ( void  ) const
inline

Definition at line 5495 of file graphics.h.

double axes::properties::get_ytickoffset ( void  ) const
inline

Definition at line 3637 of file graphics.in.h.

double axes::properties::get_ytickoffset ( void  ) const
inline

Definition at line 4994 of file graphics.h.

double axes::properties::get_z_max ( void  ) const
inline

Definition at line 3629 of file graphics.in.h.

double axes::properties::get_z_max ( void  ) const
inline

Definition at line 4986 of file graphics.h.

References max().

double axes::properties::get_z_min ( void  ) const
inline

Definition at line 3628 of file graphics.in.h.

double axes::properties::get_z_min ( void  ) const
inline

Definition at line 4985 of file graphics.h.

References min().

const scaler& axes::properties::get_z_scaler ( void  ) const
inline

Definition at line 3564 of file graphics.in.h.

const scaler& axes::properties::get_z_scaler ( void  ) const
inline

Definition at line 4921 of file graphics.h.

octave_value axes::properties::get_zcolor ( void  ) const
inline

Definition at line 5500 of file graphics.h.

Matrix axes::properties::get_zcolor_rgb ( void  ) const
inline

Definition at line 5499 of file graphics.h.

std::string axes::properties::get_zdir ( void  ) const
inline

Definition at line 5503 of file graphics.h.

std::string axes::properties::get_zgrid ( void  ) const
inline

Definition at line 5506 of file graphics.h.

graphics_handle axes::properties::get_zlabel ( void  ) const
inline

Definition at line 5508 of file graphics.h.

octave_value axes::properties::get_zlim ( void  ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 5510 of file graphics.h.

std::string axes::properties::get_zlimmode ( void  ) const
inline

Definition at line 5513 of file graphics.h.

std::string axes::properties::get_zminorgrid ( void  ) const
inline

Definition at line 5516 of file graphics.h.

std::string axes::properties::get_zminortick ( void  ) const
inline

Definition at line 5519 of file graphics.h.

octave_value axes::properties::get_zmtick ( void  ) const
inline

Definition at line 5556 of file graphics.h.

double axes::properties::get_zPlane ( void  ) const
inline

Definition at line 3616 of file graphics.in.h.

double axes::properties::get_zPlane ( void  ) const
inline

Definition at line 4973 of file graphics.h.

double axes::properties::get_zPlaneN ( void  ) const
inline

Definition at line 3617 of file graphics.in.h.

double axes::properties::get_zPlaneN ( void  ) const
inline

Definition at line 4974 of file graphics.h.

double axes::properties::get_zpTick ( void  ) const
inline

Definition at line 3622 of file graphics.in.h.

double axes::properties::get_zpTick ( void  ) const
inline

Definition at line 4979 of file graphics.h.

double axes::properties::get_zpTickN ( void  ) const
inline

Definition at line 3623 of file graphics.in.h.

double axes::properties::get_zpTickN ( void  ) const
inline

Definition at line 4980 of file graphics.h.

std::string axes::properties::get_zscale ( void  ) const
inline

Definition at line 5522 of file graphics.h.

bool axes::properties::get_zSign ( void  ) const
inline

Definition at line 3644 of file graphics.in.h.

bool axes::properties::get_zSign ( void  ) const
inline

Definition at line 5001 of file graphics.h.

int axes::properties::get_zstate ( void  ) const
inline

Definition at line 3611 of file graphics.in.h.

int axes::properties::get_zstate ( void  ) const
inline

Definition at line 4968 of file graphics.h.

octave_value axes::properties::get_ztick ( void  ) const
inline

Definition at line 5524 of file graphics.h.

octave_value axes::properties::get_zticklabel ( void  ) const
inline

Definition at line 5526 of file graphics.h.

std::string axes::properties::get_zticklabelmode ( void  ) const
inline

Definition at line 5529 of file graphics.h.

double axes::properties::get_zticklen ( void  ) const
inline

Definition at line 3635 of file graphics.in.h.

double axes::properties::get_zticklen ( void  ) const
inline

Definition at line 4992 of file graphics.h.

std::string axes::properties::get_ztickmode ( void  ) const
inline

Definition at line 5532 of file graphics.h.

double axes::properties::get_ztickoffset ( void  ) const
inline

Definition at line 3638 of file graphics.in.h.

double axes::properties::get_ztickoffset ( void  ) const
inline

Definition at line 4995 of file graphics.h.

std::string axes::properties::graphics_object_name ( void  ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 5077 of file graphics.h.

bool axes::properties::gridlinestyle_is ( const std::string &  v) const
inline

Definition at line 5369 of file graphics.h.

bool base_properties::handlevisibility_is ( const std::string &  v) const
inlineinherited

Definition at line 2653 of file graphics.h.

bool axes::properties::has_core_property ( const caseless_str pname)
static

Reimplemented from base_properties.

Definition at line 2534 of file graphics-props.cc.

Referenced by property_list::set().

bool base_properties::has_dynamic_property ( const std::string &  pname)
inherited
bool base_properties::has_dynamic_property ( const std::string &  pname)
inherited

Definition at line 2710 of file graphics.cc.

Referenced by Fwaitfor().

bool axes::properties::has_property ( const caseless_str pname) const
virtual

Reimplemented from base_properties.

Definition at line 2554 of file graphics-props.cc.

void axes::properties::init ( void  )
protectedvirtual

Reimplemented from base_properties.

Definition at line 3993 of file graphics.cc.

References base_graphics_object::adopt(), default_axes_position(), and xset().

Referenced by properties().

virtual void base_properties::init_integerhandle ( const octave_value )
inlinevirtualinherited

Reimplemented in figure::properties, and figure::properties.

Definition at line 2419 of file graphics.in.h.

References panic_impossible.

virtual void base_properties::init_integerhandle ( const octave_value )
inlinevirtualinherited

Reimplemented in figure::properties, and figure::properties.

Definition at line 2421 of file graphics.h.

References panic_impossible.

Referenced by F__go_figure__().

void base_properties::insert_property ( const std::string &  name,
property  p 
)
inlineinherited

Definition at line 2429 of file graphics.in.h.

References property::set_name(), and property::set_parent().

void base_properties::insert_property ( const std::string &  name,
property  p 
)
inlineinherited

Definition at line 2431 of file graphics.h.

References property::set_name(), and property::set_parent().

Referenced by Faddproperty().

void base_properties::insert_static_property ( const std::string &  name,
base_property p 
)
inlineprotectedinherited

Definition at line 2870 of file graphics.h.

bool axes::properties::interpreter_is ( const std::string &  v) const
inline

Definition at line 5372 of file graphics.h.

bool axes::properties::is___hold_all__ ( void  ) const
inline

Definition at line 5534 of file graphics.h.

bool base_properties::is___modified__ ( void  ) const
inlineinherited

Definition at line 2681 of file graphics.h.

virtual bool base_properties::is_aliminclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_aliminclude ( void  ) const
inlinevirtualinherited
bool base_properties::is_beingdeleted ( void  ) const
inlineinherited

Definition at line 2635 of file graphics.h.

Referenced by delete_graphics_object().

bool axes::properties::is_box ( void  ) const
inline

Definition at line 5311 of file graphics.h.

References box().

virtual bool base_properties::is_climinclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_climinclude ( void  ) const
inlinevirtualinherited
bool base_properties::is_clipping ( void  ) const
inlineinherited

Reimplemented in uicontrol::properties.

Definition at line 2644 of file graphics.h.

bool base_properties::is_handle_visible ( void  ) const
inherited
bool base_properties::is_handle_visible ( void  ) const
inherited

Definition at line 2836 of file graphics.cc.

bool base_properties::is_hittest ( void  ) const
inlineinherited

Definition at line 2656 of file graphics.h.

bool base_properties::is_interruptible ( void  ) const
inlineinherited

Definition at line 2659 of file graphics.h.

Referenced by gh_manager::do_post_callback(), and gh_manager::do_process_events().

bool base_properties::is_modified ( void  ) const
inlineinherited

Definition at line 2460 of file graphics.in.h.

bool base_properties::is_modified ( void  ) const
inlineinherited

Definition at line 2462 of file graphics.h.

Referenced by Fdrawnow().

bool base_properties::is_selected ( void  ) const
inlineinherited

Definition at line 2664 of file graphics.h.

bool base_properties::is_selectionhighlight ( void  ) const
inlineinherited

Definition at line 2667 of file graphics.h.

bool base_properties::is_visible ( void  ) const
inlineinherited

Definition at line 2678 of file graphics.h.

Referenced by Fdrawnow(), and gnuplot_graphics_toolkit::update().

bool axes::properties::is_xgrid ( void  ) const
inline

Definition at line 5428 of file graphics.h.

virtual bool base_properties::is_xliminclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_xliminclude ( void  ) const
inlinevirtualinherited
bool axes::properties::is_xminorgrid ( void  ) const
inline

Definition at line 5438 of file graphics.h.

bool axes::properties::is_xminortick ( void  ) const
inline

Definition at line 5441 of file graphics.h.

bool axes::properties::is_ygrid ( void  ) const
inline

Definition at line 5468 of file graphics.h.

virtual bool base_properties::is_yliminclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_yliminclude ( void  ) const
inlinevirtualinherited
bool axes::properties::is_yminorgrid ( void  ) const
inline

Definition at line 5478 of file graphics.h.

bool axes::properties::is_yminortick ( void  ) const
inline

Definition at line 5481 of file graphics.h.

bool axes::properties::is_zgrid ( void  ) const
inline

Definition at line 5505 of file graphics.h.

virtual bool base_properties::is_zliminclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_zliminclude ( void  ) const
inlinevirtualinherited
bool axes::properties::is_zminorgrid ( void  ) const
inline

Definition at line 5515 of file graphics.h.

bool axes::properties::is_zminortick ( void  ) const
inline

Definition at line 5518 of file graphics.h.

bool axes::properties::layer_is ( const std::string &  v) const
inline

Definition at line 5375 of file graphics.h.

void base_properties::mark_modified ( void  )
inherited
void base_properties::mark_modified ( void  )
inherited
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property base_properties::Matrix ( void  )
protectedinherited
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property base_properties::Matrix ( void  )
protectedinherited
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property on callback_property base_properties::Matrix ( void  )
protectedinherited
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property on callback_property base_properties::Matrix ( void  )
protectedinherited
bool axes::properties::minorgridlinestyle_is ( const std::string &  v) const
inline

Definition at line 5382 of file graphics.h.

bool axes::properties::nextplot_is ( const std::string &  v) const
inline

Definition at line 5385 of file graphics.h.

void base_properties::override_defaults ( base_graphics_object obj)
inherited
void base_properties::override_defaults ( base_graphics_object obj)
inherited
ColumnVector axes::properties::pixel2coord ( double  px,
double  py 
) const
inline

Definition at line 3647 of file graphics.in.h.

ColumnVector axes::properties::pixel2coord ( double  px,
double  py 
) const
inline

Definition at line 5004 of file graphics.h.

bool axes::properties::plotboxaspectratiomode_is ( const std::string &  v) const
inline

Definition at line 5392 of file graphics.h.

bool axes::properties::projection_is ( const std::string &  v) const
inline

Definition at line 5397 of file graphics.h.

void axes::properties::remove_child ( const graphics_handle h)
virtual

Reimplemented from base_properties.

void axes::properties::remove_child ( const graphics_handle h)
virtual

Reimplemented from base_properties.

Definition at line 4508 of file graphics.cc.

References base_graphics_object::remove_child().

void base_properties::renumber_child ( graphics_handle  old_gh,
graphics_handle  new_gh 
)
inlineinherited

Definition at line 2529 of file graphics.in.h.

void base_properties::renumber_child ( graphics_handle  old_gh,
graphics_handle  new_gh 
)
inlineinherited

Definition at line 2531 of file graphics.h.

Referenced by figure::properties::set_integerhandle().

void base_properties::renumber_parent ( graphics_handle  new_gh)
inlineinherited

Definition at line 2534 of file graphics.in.h.

void base_properties::renumber_parent ( graphics_handle  new_gh)
inlineinherited

Definition at line 2536 of file graphics.h.

Referenced by figure::properties::set_integerhandle().

void base_properties::reparent ( const graphics_handle new_parent)
inlineinherited

Definition at line 2514 of file graphics.in.h.

void base_properties::reparent ( const graphics_handle new_parent)
inlineinherited

Definition at line 2516 of file graphics.h.

Referenced by base_graphics_object::reparent().

void axes::properties::rotate_view ( double  delta_az,
double  delta_el 
)
void axes::properties::rotate_view ( double  delta_az,
double  delta_el 
)

Definition at line 7081 of file graphics.cc.

void axes::properties::set ( const caseless_str pname,
const octave_value val 
)
virtual

Reimplemented from base_properties.

Definition at line 1571 of file graphics-props.cc.

References caseless_str::compare(), error_state, axes::set(), and validate_property_name().

void axes::properties::set___hold_all__ ( const octave_value val)
inline

Definition at line 6528 of file graphics.h.

References error_state.

void base_properties::set___modified__ ( const octave_value val)
inlineinherited

Definition at line 2512 of file graphics.in.h.

void base_properties::set___modified__ ( const octave_value val)
inlineinherited

Definition at line 2514 of file graphics.h.

Referenced by base_properties::set().

void axes::properties::set_activepositionproperty ( const octave_value val)
inline

Definition at line 5559 of file graphics.h.

References error_state.

void axes::properties::set_alim ( const octave_value val)
inline

Definition at line 5570 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_alimmode ( const octave_value val)
inline

Definition at line 5585 of file graphics.h.

References error_state.

void axes::properties::set_ambientlightcolor ( const octave_value val)
inline

Definition at line 5596 of file graphics.h.

References error_state.

void axes::properties::set_autopos_tag ( const octave_value val)
inline

Definition at line 6539 of file graphics.h.

References error_state.

void base_properties::set_beingdeleted ( const octave_value val)
inlineinherited

Definition at line 2687 of file graphics.h.

References error_state.

Referenced by gh_manager::do_free(), and base_properties::set().

void axes::properties::set_box ( const octave_value val)
inline

Definition at line 5607 of file graphics.h.

References box(), and error_state.

void base_properties::set_busyaction ( const octave_value val)
inlineinherited

Definition at line 2698 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void base_properties::set_buttondownfcn ( const octave_value val)
inlineinherited

Reimplemented in figure::properties.

Definition at line 2709 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void axes::properties::set_cameraposition ( const octave_value val)
inline

Definition at line 5618 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_camerapositionmode ( const octave_value val)
inline

Definition at line 5633 of file graphics.h.

References error_state.

void axes::properties::set_cameratarget ( const octave_value val)
inline

Definition at line 5644 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_cameratargetmode ( const octave_value val)
inline

Definition at line 5659 of file graphics.h.

References error_state.

void axes::properties::set_cameraupvector ( const octave_value val)
inline

Definition at line 5670 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_cameraupvectormode ( const octave_value val)
inline

Definition at line 5685 of file graphics.h.

References error_state.

void axes::properties::set_cameraviewangle ( const octave_value val)
inline

Definition at line 5696 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_cameraviewanglemode ( const octave_value val)
inline

Definition at line 5711 of file graphics.h.

References error_state.

void base_properties::set_children ( const octave_value val)
inlineinherited

Definition at line 2720 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void axes::properties::set_clim ( const octave_value val)
inline

Definition at line 5722 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_climmode ( const octave_value val)
inline

Definition at line 5737 of file graphics.h.

References error_state, and POSTSET.

void base_properties::set_clipping ( const octave_value val)
inlineinherited

Reimplemented in uicontrol::properties.

Definition at line 2731 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void axes::properties::set_color ( const octave_value val)
inline

Definition at line 5750 of file graphics.h.

References error_state.

void axes::properties::set_colororder ( const octave_value val)
inline

Definition at line 5761 of file graphics.h.

References error_state.

void base_properties::set_createfcn ( const octave_value val)
inlineinherited

Definition at line 2742 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void axes::properties::set_currentpoint ( const octave_value val)
inline

Definition at line 5772 of file graphics.h.

References error_state.

void axes::properties::set_dataaspectratio ( const octave_value val)
inline

Definition at line 5783 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_dataaspectratiomode ( const octave_value val)
inline

Definition at line 5799 of file graphics.h.

References error_state.

void axes::properties::set_defaults ( base_graphics_object obj,
const std::string &  mode 
)
void axes::properties::set_defaults ( base_graphics_object obj,
const std::string &  mode 
)
void base_properties::set_deletefcn ( const octave_value val)
inlineinherited

Definition at line 2753 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void axes::properties::set_drawmode ( const octave_value val)
inline

Definition at line 5811 of file graphics.h.

References error_state.

void base_properties::set_dynamic ( const caseless_str pname,
const octave_value val 
)
protectedinherited
void base_properties::set_dynamic ( const caseless_str pname,
const octave_value val 
)
protectedinherited

Definition at line 2721 of file graphics.cc.

References error(), error_state, and base_graphics_object::mark_modified().

Referenced by base_properties::set().

void axes::properties::set_fontangle ( const octave_value val)
inline

Definition at line 5822 of file graphics.h.

References error_state.

void axes::properties::set_fontname ( const octave_value val)
inline

Definition at line 5834 of file graphics.h.

References error_state.

void axes::properties::set_fontsize ( const octave_value val)
inline

Definition at line 5846 of file graphics.h.

References error_state.

void axes::properties::set_fontunits ( const octave_value val)

Definition at line 5931 of file graphics.cc.

References error_state, and base_graphics_object::mark_modified().

void axes::properties::set_fontweight ( const octave_value val)
inline

Definition at line 5862 of file graphics.h.

References error_state.

void base_properties::set_from_list ( base_graphics_object obj,
property_list defaults 
)
inherited
void base_properties::set_from_list ( base_graphics_object obj,
property_list defaults 
)
inherited
void axes::properties::set_gridlinestyle ( const octave_value val)
inline

Definition at line 5874 of file graphics.h.

References error_state.

void base_properties::set_handlevisibility ( const octave_value val)
inlineinherited

Definition at line 2764 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void base_properties::set_hittest ( const octave_value val)
inlineinherited

Definition at line 2775 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void axes::properties::set_interpreter ( const octave_value val)
inline

Definition at line 5885 of file graphics.h.

References error_state.

void base_properties::set_interruptible ( const octave_value val)
inlineinherited

Definition at line 2786 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void axes::properties::set_layer ( const octave_value val)
inline

Definition at line 5896 of file graphics.h.

References error_state.

void axes::properties::set_linestyleorder ( const octave_value val)

Definition at line 5883 of file graphics.cc.

References convert_linestyleorder_string(), and error_state.

void axes::properties::set_linewidth ( const octave_value val)
inline

Definition at line 5910 of file graphics.h.

References error_state.

void axes::properties::set_looseinset ( const octave_value val)
inline

Definition at line 6550 of file graphics.h.

References error_state.

void axes::properties::set_minorgridlinestyle ( const octave_value val)
inline

Definition at line 5921 of file graphics.h.

References error_state.

void base_properties::set_modified ( const octave_value val)
inlineinherited

Definition at line 2510 of file graphics.in.h.

void base_properties::set_modified ( const octave_value val)
inlineinherited

Definition at line 2512 of file graphics.h.

Referenced by Fdrawnow().

void axes::properties::set_nextplot ( const octave_value val)
inline

Definition at line 5932 of file graphics.h.

References error_state.

void axes::properties::set_outerposition ( const octave_value val)
inline

Definition at line 5943 of file graphics.h.

References error_state.

void base_properties::set_parent ( const octave_value val)
inherited
void base_properties::set_parent ( const octave_value val)
inherited
void axes::properties::set_plotboxaspectratio ( const octave_value val)
inline

Definition at line 5955 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_plotboxaspectratiomode ( const octave_value val)
inline

Definition at line 5971 of file graphics.h.

References error_state.

void axes::properties::set_position ( const octave_value val)
inline

Definition at line 5983 of file graphics.h.

References error_state.

void axes::properties::set_projection ( const octave_value val)
inline

Definition at line 5995 of file graphics.h.

References error_state.

void base_properties::set_selected ( const octave_value val)
inlineinherited

Definition at line 2797 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void base_properties::set_selectionhighlight ( const octave_value val)
inlineinherited

Definition at line 2808 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void base_properties::set_tag ( const octave_value val)
inlineinherited

Definition at line 2491 of file graphics.in.h.

void base_properties::set_tag ( const octave_value val)
inlineinherited

Definition at line 2493 of file graphics.h.

Referenced by base_properties::set().

void axes::properties::set_text_child ( handle_property h,
const std::string &  who,
const octave_value v 
)
private
void axes::properties::set_text_child ( handle_property h,
const std::string &  who,
const octave_value v 
)
private
void axes::properties::set_tickdir ( const octave_value val)
inline

Definition at line 6006 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_tickdirmode ( const octave_value val)
inline

Definition at line 6022 of file graphics.h.

References error_state.

void axes::properties::set_ticklength ( const octave_value val)
inline

Definition at line 6034 of file graphics.h.

References error_state.

void axes::properties::set_tightinset ( const octave_value val)
inline

Definition at line 6046 of file graphics.h.

References error_state.

void axes::properties::set_title ( const octave_value val)

Definition at line 4286 of file graphics.cc.

References xset().

void base_properties::set_uicontextmenu ( const octave_value val)
inlineinherited

Definition at line 2819 of file graphics.h.

References error_state, and base_graphics_object::set().

Referenced by base_properties::set().

void axes::properties::set_units ( const octave_value val)

Definition at line 5892 of file graphics.cc.

References error_state, and base_graphics_object::mark_modified().

void base_properties::set_userdata ( const octave_value val)
inlineinherited

Definition at line 2830 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void axes::properties::set_view ( const octave_value val)
inline

Definition at line 6063 of file graphics.h.

References error_state.

void base_properties::set_visible ( const octave_value val)
inlineinherited

Reimplemented in figure::properties, and figure::properties.

Definition at line 2841 of file graphics.h.

References error_state.

Referenced by base_properties::set().

void axes::properties::set_x_normrendertransform ( const octave_value val)
inline

Definition at line 6595 of file graphics.h.

References error_state.

void axes::properties::set_x_projectiontransform ( const octave_value val)
inline

Definition at line 6573 of file graphics.h.

References error_state.

void axes::properties::set_x_rendertransform ( const octave_value val)
inline

Definition at line 6606 of file graphics.h.

References error_state.

void axes::properties::set_x_viewporttransform ( const octave_value val)
inline

Definition at line 6584 of file graphics.h.

References error_state.

void axes::properties::set_x_viewtransform ( const octave_value val)
inline

Definition at line 6562 of file graphics.h.

References error_state.

void axes::properties::set_xaxislocation ( const octave_value val)
inline

Definition at line 6075 of file graphics.h.

References error_state.

void axes::properties::set_xcolor ( const octave_value val)
inline

Definition at line 6087 of file graphics.h.

References error_state.

void axes::properties::set_xdir ( const octave_value val)
inline

Definition at line 6098 of file graphics.h.

References error_state.

void axes::properties::set_xgrid ( const octave_value val)
inline

Definition at line 6110 of file graphics.h.

References error_state.

void axes::properties::set_xlabel ( const octave_value val)

Definition at line 4244 of file graphics.cc.

References xset().

void axes::properties::set_xlim ( const octave_value val)
inline

Definition at line 6123 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_xlimmode ( const octave_value val)
inline

Definition at line 6139 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_xminorgrid ( const octave_value val)
inline

Definition at line 6152 of file graphics.h.

References error_state.

void axes::properties::set_xminortick ( const octave_value val)
inline

Definition at line 6163 of file graphics.h.

References error_state.

void axes::properties::set_xmtick ( const octave_value val)
inline

Definition at line 6617 of file graphics.h.

References error_state.

void axes::properties::set_xscale ( const octave_value val)
inline

Definition at line 6174 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_xtick ( const octave_value val)
inline

Definition at line 6188 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_xticklabel ( const octave_value val)
void axes::properties::set_xticklabelmode ( const octave_value val)
inline

Definition at line 6206 of file graphics.h.

References error_state.

void axes::properties::set_xtickmode ( const octave_value val)
inline

Definition at line 6218 of file graphics.h.

References error_state.

void axes::properties::set_yaxislocation ( const octave_value val)
inline

Definition at line 6230 of file graphics.h.

References error_state.

void axes::properties::set_ycolor ( const octave_value val)
inline

Definition at line 6242 of file graphics.h.

References error_state.

void axes::properties::set_ydir ( const octave_value val)
inline

Definition at line 6253 of file graphics.h.

References error_state.

void axes::properties::set_ygrid ( const octave_value val)
inline

Definition at line 6265 of file graphics.h.

References error_state.

void axes::properties::set_ylabel ( const octave_value val)

Definition at line 4258 of file graphics.cc.

References xset().

void axes::properties::set_ylim ( const octave_value val)
inline

Definition at line 6278 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_ylimmode ( const octave_value val)
inline

Definition at line 6294 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_yminorgrid ( const octave_value val)
inline

Definition at line 6307 of file graphics.h.

References error_state.

void axes::properties::set_yminortick ( const octave_value val)
inline

Definition at line 6318 of file graphics.h.

References error_state.

void axes::properties::set_ymtick ( const octave_value val)
inline

Definition at line 6628 of file graphics.h.

References error_state.

void axes::properties::set_yscale ( const octave_value val)
inline

Definition at line 6329 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_ytick ( const octave_value val)
inline

Definition at line 6343 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_yticklabel ( const octave_value val)
void axes::properties::set_yticklabelmode ( const octave_value val)
inline

Definition at line 6361 of file graphics.h.

References error_state.

void axes::properties::set_ytickmode ( const octave_value val)
inline

Definition at line 6373 of file graphics.h.

References error_state.

void axes::properties::set_zcolor ( const octave_value val)
inline

Definition at line 6385 of file graphics.h.

References error_state.

void axes::properties::set_zdir ( const octave_value val)
inline

Definition at line 6396 of file graphics.h.

References error_state.

void axes::properties::set_zgrid ( const octave_value val)
inline

Definition at line 6408 of file graphics.h.

References error_state.

void axes::properties::set_zlabel ( const octave_value val)

Definition at line 4272 of file graphics.cc.

References xset().

void axes::properties::set_zlim ( const octave_value val)
inline

Definition at line 6421 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_zlimmode ( const octave_value val)
inline

Definition at line 6437 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_zminorgrid ( const octave_value val)
inline

Definition at line 6450 of file graphics.h.

References error_state.

void axes::properties::set_zminortick ( const octave_value val)
inline

Definition at line 6461 of file graphics.h.

References error_state.

void axes::properties::set_zmtick ( const octave_value val)
inline

Definition at line 6639 of file graphics.h.

References error_state.

void axes::properties::set_zscale ( const octave_value val)
inline

Definition at line 6472 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_ztick ( const octave_value val)
inline

Definition at line 6486 of file graphics.h.

References error_state, and POSTSET.

void axes::properties::set_zticklabel ( const octave_value val)
void axes::properties::set_zticklabelmode ( const octave_value val)
inline

Definition at line 6504 of file graphics.h.

References error_state.

void axes::properties::set_ztickmode ( const octave_value val)
inline

Definition at line 6516 of file graphics.h.

References error_state.

void axes::properties::sync_positions ( void  )
void axes::properties::sync_positions ( void  )

Definition at line 4113 of file graphics.cc.

bool axes::properties::tickdir_is ( const std::string &  v) const
inline

Definition at line 5400 of file graphics.h.

bool axes::properties::tickdirmode_is ( const std::string &  v) const
inline

Definition at line 5403 of file graphics.h.

void axes::properties::translate_view ( double  x0,
double  x1,
double  y0,
double  y1 
)
void axes::properties::translate_view ( double  x0,
double  x1,
double  y0,
double  y1 
)

Definition at line 7054 of file graphics.cc.

References do_translate(), get_children_limits(), and octave_Inf.

bool axes::properties::units_is ( const std::string &  v) const
inline

Definition at line 5412 of file graphics.h.

void axes::properties::unzoom ( void  )
void axes::properties::unzoom ( void  )

Definition at line 7099 of file graphics.cc.

void axes::properties::update_aspectratios ( void  )
void axes::properties::update_aspectratios ( void  )
void axes::properties::update_autopos ( const std::string &  elem_type)
virtual

Reimplemented from base_properties.

void axes::properties::update_autopos ( const std::string &  elem_type)
virtual

Reimplemented from base_properties.

Definition at line 5446 of file graphics.cc.

void axes::properties::update_axes_layout ( void  )
void axes::properties::update_axes_layout ( void  )
virtual void base_properties::update_axis_limits ( const std::string &  axis_type) const
virtualinherited
void base_properties::update_axis_limits ( const std::string &  axis_type) const
virtualinherited
virtual void base_properties::update_axis_limits ( const std::string &  axis_type,
const graphics_handle h 
) const
virtualinherited
void base_properties::update_axis_limits ( const std::string &  axis_type,
const graphics_handle h 
) const
virtualinherited
void axes::properties::update_boundingbox ( void  )
inlinevirtual

Reimplemented from base_properties.

Definition at line 3573 of file graphics.in.h.

void axes::properties::update_boundingbox ( void  )
inlinevirtual

Reimplemented from base_properties.

Definition at line 4930 of file graphics.h.

References base_properties::update_boundingbox().

void axes::properties::update_camera ( void  )
void axes::properties::update_camera ( void  )
void axes::properties::update_dataaspectratio ( void  )
inlineprivate

Definition at line 6683 of file graphics.h.

void axes::properties::update_dataaspectratiomode ( void  )
inlineprivate

Definition at line 6684 of file graphics.h.

void axes::properties::update_font ( void  )
private

Definition at line 5612 of file graphics.cc.

void axes::properties::update_fontangle ( void  )
inlineprivate

Definition at line 6771 of file graphics.h.

void axes::properties::update_fontname ( void  )
inlineprivate

Definition at line 6769 of file graphics.h.

void axes::properties::update_fontsize ( void  )
inlineprivate

Definition at line 6770 of file graphics.h.

void axes::properties::update_fontunits ( const caseless_str old_fontunits)
void axes::properties::update_fontunits ( const caseless_str old_fontunits)

Definition at line 5945 of file graphics.cc.

References convert_font_size().

void axes::properties::update_fontunits ( void  )
void axes::properties::update_fontweight ( void  )
inlineprivate

Definition at line 6772 of file graphics.h.

void axes::properties::update_layer ( void  )
inlineprivate

Definition at line 6688 of file graphics.h.

void axes::properties::update_looseinset ( void  )
inlineprivate

Definition at line 6818 of file graphics.h.

References max().

void axes::properties::update_outerposition ( void  )
inlineprivate

Definition at line 6774 of file graphics.h.

References max().

void axes::properties::update_plotboxaspectratio ( void  )
inlineprivate

Definition at line 6685 of file graphics.h.

void axes::properties::update_plotboxaspectratiomode ( void  )
inlineprivate

Definition at line 6686 of file graphics.h.

void axes::properties::update_position ( void  )
inlineprivate

Definition at line 6796 of file graphics.h.

References max().

void axes::properties::update_tickdir ( void  )
inlineprivate

Definition at line 6705 of file graphics.h.

void axes::properties::update_tickdirmode ( void  )
inlineprivate

Definition at line 6706 of file graphics.h.

void axes::properties::update_ticklength ( void  )
private

Definition at line 5046 of file graphics.cc.

References abs(), AXE_DEPTH_DIR, and max().

void axes::properties::update_title_position ( void  )
void axes::properties::update_title_position ( void  )
void axes::properties::update_transform ( void  )
inline

Definition at line 3585 of file graphics.in.h.

void axes::properties::update_transform ( void  )
inline

Definition at line 4942 of file graphics.h.

void axes::properties::update_units ( const caseless_str old_units)
void axes::properties::update_units ( const caseless_str old_units)
void axes::properties::update_units ( void  )
void axes::properties::update_view ( void  )
inlineprivate

Definition at line 6682 of file graphics.h.

void axes::properties::update_xaxislocation ( void  )
inlineprivate

Definition at line 6694 of file graphics.h.

void axes::properties::update_xdir ( void  )
inlineprivate

Definition at line 6700 of file graphics.h.

void axes::properties::update_xlabel_position ( void  )
void axes::properties::update_xlabel_position ( void  )
void axes::properties::update_xlim ( bool  do_clr_zoom = true)
inline

Definition at line 6891 of file graphics.h.

void axes::properties::update_xscale ( void  )
inlineprivate

Definition at line 6667 of file graphics.h.

void axes::properties::update_xtick ( void  )
inlineprivate

Definition at line 6708 of file graphics.h.

void axes::properties::update_xticklabelmode ( void  )
inlineprivate

Definition at line 6752 of file graphics.h.

void axes::properties::update_xtickmode ( void  )
inlineprivate

Definition at line 6724 of file graphics.h.

void axes::properties::update_yaxislocation ( void  )
inlineprivate

Definition at line 6689 of file graphics.h.

void axes::properties::update_ydir ( void  )
inlineprivate

Definition at line 6701 of file graphics.h.

void axes::properties::update_ylabel_position ( void  )
void axes::properties::update_ylabel_position ( void  )
void axes::properties::update_ylim ( bool  do_clr_zoom = true)
inline

Definition at line 6909 of file graphics.h.

void axes::properties::update_yscale ( void  )
inlineprivate

Definition at line 6672 of file graphics.h.

void axes::properties::update_ytick ( void  )
inlineprivate

Definition at line 6713 of file graphics.h.

void axes::properties::update_yticklabelmode ( void  )
inlineprivate

Definition at line 6757 of file graphics.h.

void axes::properties::update_ytickmode ( void  )
inlineprivate

Definition at line 6733 of file graphics.h.

void axes::properties::update_zdir ( void  )
inlineprivate

Definition at line 6702 of file graphics.h.

void axes::properties::update_zlabel_position ( void  )
void axes::properties::update_zlabel_position ( void  )
void axes::properties::update_zlim ( void  )
inline

Definition at line 6927 of file graphics.h.

void axes::properties::update_zscale ( void  )
inlineprivate

Definition at line 6677 of file graphics.h.

void axes::properties::update_ztick ( void  )
inlineprivate

Definition at line 6718 of file graphics.h.

void axes::properties::update_zticklabelmode ( void  )
inlineprivate

Definition at line 6762 of file graphics.h.

void axes::properties::update_ztickmode ( void  )
inlineprivate

Definition at line 6742 of file graphics.h.

bool axes::properties::xaxislocation_is ( const std::string &  v) const
inline

Definition at line 5417 of file graphics.h.

bool axes::properties::xcolor_is ( const std::string &  v) const
inline

Definition at line 5421 of file graphics.h.

bool axes::properties::xcolor_is_rgb ( void  ) const
inline

Definition at line 5420 of file graphics.h.

bool axes::properties::xdir_is ( const std::string &  v) const
inline

Definition at line 5425 of file graphics.h.

bool axes::properties::xlimmode_is ( const std::string &  v) const
inline

Definition at line 5435 of file graphics.h.

bool axes::properties::xscale_is ( const std::string &  v) const
inline

Definition at line 5444 of file graphics.h.

bool axes::properties::xticklabelmode_is ( const std::string &  v) const
inline

Definition at line 5451 of file graphics.h.

bool axes::properties::xtickmode_is ( const std::string &  v) const
inline

Definition at line 5454 of file graphics.h.

bool axes::properties::yaxislocation_is ( const std::string &  v) const
inline

Definition at line 5457 of file graphics.h.

bool axes::properties::ycolor_is ( const std::string &  v) const
inline

Definition at line 5461 of file graphics.h.

bool axes::properties::ycolor_is_rgb ( void  ) const
inline

Definition at line 5460 of file graphics.h.

bool axes::properties::ydir_is ( const std::string &  v) const
inline

Definition at line 5465 of file graphics.h.

bool axes::properties::ylimmode_is ( const std::string &  v) const
inline

Definition at line 5475 of file graphics.h.

bool axes::properties::yscale_is ( const std::string &  v) const
inline

Definition at line 5484 of file graphics.h.

bool axes::properties::yticklabelmode_is ( const std::string &  v) const
inline

Definition at line 5491 of file graphics.h.

bool axes::properties::ytickmode_is ( const std::string &  v) const
inline

Definition at line 5494 of file graphics.h.

bool axes::properties::zcolor_is ( const std::string &  v) const
inline

Definition at line 5498 of file graphics.h.

bool axes::properties::zcolor_is_rgb ( void  ) const
inline

Definition at line 5497 of file graphics.h.

bool axes::properties::zdir_is ( const std::string &  v) const
inline

Definition at line 5502 of file graphics.h.

bool axes::properties::zlimmode_is ( const std::string &  v) const
inline

Definition at line 5512 of file graphics.h.

void axes::properties::zoom ( const Matrix xl,
const Matrix yl,
bool  push_to_zoom_stack = true 
)
void axes::properties::zoom ( const Matrix xl,
const Matrix yl,
bool  push_to_zoom_stack = true 
)

Definition at line 6972 of file graphics.cc.

void axes::properties::zoom_about_point ( double  x,
double  y,
double  factor,
bool  push_to_zoom_stack = true 
)
void axes::properties::zoom_about_point ( double  x,
double  y,
double  factor,
bool  push_to_zoom_stack = true 
)

Definition at line 6944 of file graphics.cc.

References do_zoom(), get_children_limits(), and octave_Inf.

bool axes::properties::zscale_is ( const std::string &  v) const
inline

Definition at line 5521 of file graphics.h.

bool axes::properties::zticklabelmode_is ( const std::string &  v) const
inline

Definition at line 5528 of file graphics.h.

bool axes::properties::ztickmode_is ( const std::string &  v) const
inline

Definition at line 5531 of file graphics.h.

Member Data Documentation

bool_property axes::properties::__hold_all__
private

Definition at line 5183 of file graphics.h.

Referenced by properties().

bool_property base_properties::__modified__
protectedinherited

Definition at line 2606 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

graphics_handle base_properties::__myhandle__
protectedinherited

Definition at line 2607 of file graphics.h.

radio_property axes::properties::activepositionproperty
private

Definition at line 5097 of file graphics.h.

Referenced by properties().

row_vector_property axes::properties::alim
private

Definition at line 5098 of file graphics.h.

Referenced by properties().

radio_property axes::properties::alimmode
private

Definition at line 5099 of file graphics.h.

Referenced by properties().

std::map<caseless_str, property, cmp_caseless_str> base_properties::all_props
protectedinherited

Definition at line 2867 of file graphics.h.

Referenced by base_properties::all_property_names().

color_property axes::properties::ambientlightcolor
private

Definition at line 5100 of file graphics.h.

Referenced by properties().

radio_property axes::properties::autopos_tag
private

Definition at line 5184 of file graphics.h.

Referenced by properties().

BEGIN_BASE_PROPERTIES bool_property base_properties::beingdeleted
protectedinherited

Definition at line 2577 of file graphics.in.h.

bool_property base_properties::beingdeleted
protectedinherited

Definition at line 2588 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

bool_property axes::properties::box
private

Definition at line 5101 of file graphics.h.

Referenced by properties().

BEGIN_BASE_PROPERTIES bool_property off radio_property base_properties::busyaction
protectedinherited

Definition at line 2577 of file graphics.in.h.

radio_property base_properties::busyaction
protectedinherited

Definition at line 2589 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property base_properties::buttondownfcn
protectedinherited

Definition at line 2577 of file graphics.in.h.

callback_property base_properties::buttondownfcn
protectedinherited

Definition at line 2590 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

array_property axes::properties::cameraposition
private

Definition at line 5102 of file graphics.h.

Referenced by properties().

radio_property axes::properties::camerapositionmode
private

Definition at line 5103 of file graphics.h.

Referenced by properties().

array_property axes::properties::cameratarget
private

Definition at line 5104 of file graphics.h.

Referenced by properties().

radio_property axes::properties::cameratargetmode
private

Definition at line 5105 of file graphics.h.

Referenced by properties().

array_property axes::properties::cameraupvector
private

Definition at line 5106 of file graphics.h.

Referenced by properties().

radio_property axes::properties::cameraupvectormode
private

Definition at line 5107 of file graphics.h.

Referenced by properties().

double_property axes::properties::cameraviewangle
private

Definition at line 5108 of file graphics.h.

Referenced by properties().

radio_property axes::properties::cameraviewanglemode
private

Definition at line 5109 of file graphics.h.

Referenced by properties().

children_property base_properties::children
protectedinherited

Definition at line 2591 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

row_vector_property axes::properties::clim
private

Definition at line 5110 of file graphics.h.

Referenced by properties().

radio_property axes::properties::climmode
private

Definition at line 5111 of file graphics.h.

Referenced by properties().

bool_property base_properties::clipping
protectedinherited

Definition at line 2592 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

color_property axes::properties::color
private

Definition at line 5112 of file graphics.h.

Referenced by properties().

array_property axes::properties::colororder
private

Definition at line 5113 of file graphics.h.

Referenced by properties().

BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property on callback_property base_properties::createfcn
protectedinherited

Definition at line 2582 of file graphics.in.h.

callback_property base_properties::createfcn
protectedinherited

Definition at line 2593 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

array_property axes::properties::currentpoint
private

Definition at line 5114 of file graphics.h.

Referenced by properties().

array_property axes::properties::dataaspectratio
private

Definition at line 5115 of file graphics.h.

Referenced by properties().

radio_property axes::properties::dataaspectratiomode
private

Definition at line 5116 of file graphics.h.

Referenced by properties().

callback_property base_properties::deletefcn
protectedinherited

Definition at line 2594 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

radio_property axes::properties::drawmode
private

Definition at line 5117 of file graphics.h.

Referenced by properties().

std::set< std::string > base_properties::dynamic_properties
protectedinherited

Definition at line 2567 of file graphics.h.

radio_property axes::properties::fontangle
private

Definition at line 5118 of file graphics.h.

Referenced by properties().

string_property axes::properties::fontname
private

Definition at line 5119 of file graphics.h.

Referenced by properties().

double_property axes::properties::fontsize
private

Definition at line 5120 of file graphics.h.

Referenced by properties().

radio_property axes::properties::fontunits
private

Definition at line 5121 of file graphics.h.

Referenced by properties().

radio_property axes::properties::fontweight
private

Definition at line 5122 of file graphics.h.

Referenced by properties().

double axes::properties::fx
private

Definition at line 5034 of file graphics.h.

double axes::properties::fy
private

Definition at line 5034 of file graphics.h.

double axes::properties::fz
private

Definition at line 5034 of file graphics.h.

std::string axes::properties::go_name
staticprivate

Definition at line 5082 of file graphics.h.

radio_property axes::properties::gridlinestyle
private

Definition at line 5123 of file graphics.h.

Referenced by properties().

radio_property base_properties::handlevisibility
protectedinherited

Definition at line 2595 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

bool_property base_properties::hittest
protectedinherited

Definition at line 2596 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

radio_property axes::properties::interpreter
private

Definition at line 5124 of file graphics.h.

Referenced by properties().

bool_property base_properties::interruptible
protectedinherited

Definition at line 2597 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

radio_property axes::properties::layer
private

Definition at line 5125 of file graphics.h.

Referenced by properties().

bool axes::properties::layer2Dtop
private

Definition at line 5037 of file graphics.h.

any_property axes::properties::linestyleorder
private

Definition at line 5126 of file graphics.h.

Referenced by properties().

double_property axes::properties::linewidth
private

Definition at line 5127 of file graphics.h.

Referenced by properties().

array_property axes::properties::looseinset
private

Definition at line 5185 of file graphics.h.

Referenced by properties().

radio_property axes::properties::minorgridlinestyle
private

Definition at line 5128 of file graphics.h.

Referenced by properties().

bool axes::properties::nearhoriz
private

Definition at line 5038 of file graphics.h.

radio_property axes::properties::nextplot
private

Definition at line 5129 of file graphics.h.

Referenced by properties().

array_property axes::properties::outerposition
private

Definition at line 5130 of file graphics.h.

Referenced by properties().

handle_property base_properties::parent
protectedinherited

Definition at line 2598 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

array_property axes::properties::plotboxaspectratio
private

Definition at line 5131 of file graphics.h.

Referenced by properties().

radio_property axes::properties::plotboxaspectratiomode
private

Definition at line 5132 of file graphics.h.

Referenced by properties().

array_property axes::properties::position
private

Definition at line 5133 of file graphics.h.

Referenced by properties().

radio_property axes::properties::projection
private

Definition at line 5134 of file graphics.h.

Referenced by properties().

bool_property base_properties::selected
protectedinherited

Definition at line 2599 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

bool_property base_properties::selectionhighlight
protectedinherited

Definition at line 2600 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

scaler axes::properties::sx
private

Definition at line 5024 of file graphics.h.

scaler axes::properties::sy
private

Definition at line 5024 of file graphics.h.

scaler axes::properties::sz
private

Definition at line 5024 of file graphics.h.

string_property base_properties::tag
protectedinherited

Definition at line 2601 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

ft_render axes::properties::text_renderer
private

Definition at line 5042 of file graphics.h.

radio_property axes::properties::tickdir
private

Definition at line 5135 of file graphics.h.

Referenced by properties().

radio_property axes::properties::tickdirmode
private

Definition at line 5136 of file graphics.h.

Referenced by properties().

array_property axes::properties::ticklength
private

Definition at line 5137 of file graphics.h.

Referenced by properties().

array_property axes::properties::tightinset
private

Definition at line 5138 of file graphics.h.

Referenced by properties().

handle_property axes::properties::title
private

Definition at line 5139 of file graphics.h.

Referenced by properties().

string_property base_properties::type
protectedinherited

Definition at line 2602 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

handle_property base_properties::uicontextmenu
protectedinherited

Definition at line 2603 of file graphics.h.

radio_property axes::properties::units
private

Definition at line 5140 of file graphics.h.

Referenced by properties().

any_property base_properties::userdata
protectedinherited

Definition at line 2604 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

array_property axes::properties::view
private

Definition at line 5141 of file graphics.h.

Referenced by properties().

bool_property base_properties::visible
protectedinherited

Definition at line 2605 of file graphics.h.

Referenced by base_properties::base_properties(), and base_properties::get_property().

bool axes::properties::x2Dtop
private

Definition at line 5037 of file graphics.h.

Matrix axes::properties::x_gl_mat1
private

Definition at line 5026 of file graphics.h.

Matrix axes::properties::x_gl_mat2
private

Definition at line 5026 of file graphics.h.

array_property axes::properties::x_normrendertransform
private

Definition at line 5189 of file graphics.h.

Referenced by properties().

array_property axes::properties::x_projectiontransform
private

Definition at line 5187 of file graphics.h.

Referenced by properties().

Matrix axes::properties::x_render
private

Definition at line 5025 of file graphics.h.

Matrix axes::properties::x_render_inv
private

Definition at line 5025 of file graphics.h.

array_property axes::properties::x_rendertransform
private

Definition at line 5190 of file graphics.h.

Referenced by properties().

array_property axes::properties::x_viewporttransform
private

Definition at line 5188 of file graphics.h.

Referenced by properties().

array_property axes::properties::x_viewtransform
private

Definition at line 5186 of file graphics.h.

Referenced by properties().

Matrix axes::properties::x_zlim
private

Definition at line 5027 of file graphics.h.

radio_property axes::properties::xaxislocation
private

Definition at line 5142 of file graphics.h.

Referenced by properties().

color_property axes::properties::xcolor
private

Definition at line 5143 of file graphics.h.

Referenced by properties().

radio_property axes::properties::xdir
private

Definition at line 5144 of file graphics.h.

Referenced by properties().

bool_property axes::properties::xgrid
private

Definition at line 5145 of file graphics.h.

Referenced by properties().

handle_property axes::properties::xlabel
private

Definition at line 5146 of file graphics.h.

Referenced by properties().

row_vector_property axes::properties::xlim
private

Definition at line 5147 of file graphics.h.

Referenced by properties().

radio_property axes::properties::xlimmode
private

Definition at line 5148 of file graphics.h.

Referenced by properties().

bool_property axes::properties::xminorgrid
private

Definition at line 5149 of file graphics.h.

Referenced by properties().

bool_property axes::properties::xminortick
private

Definition at line 5150 of file graphics.h.

Referenced by properties().

row_vector_property axes::properties::xmtick
private

Definition at line 5191 of file graphics.h.

Referenced by properties().

double axes::properties::xPlane
private

Definition at line 5032 of file graphics.h.

double axes::properties::xPlaneN
private

Definition at line 5032 of file graphics.h.

double axes::properties::xpTick
private

Definition at line 5033 of file graphics.h.

double axes::properties::xpTickN
private

Definition at line 5033 of file graphics.h.

radio_property axes::properties::xscale
private

Definition at line 5151 of file graphics.h.

Referenced by properties().

int axes::properties::xstate
private

Definition at line 5031 of file graphics.h.

row_vector_property axes::properties::xtick
private

Definition at line 5152 of file graphics.h.

Referenced by properties().

any_property axes::properties::xticklabel
private

Definition at line 5153 of file graphics.h.

Referenced by properties().

radio_property axes::properties::xticklabelmode
private

Definition at line 5154 of file graphics.h.

Referenced by properties().

double axes::properties::xticklen
private

Definition at line 5035 of file graphics.h.

radio_property axes::properties::xtickmode
private

Definition at line 5155 of file graphics.h.

Referenced by properties().

double axes::properties::xtickoffset
private

Definition at line 5036 of file graphics.h.

bool axes::properties::xySym
private

Definition at line 5038 of file graphics.h.

bool axes::properties::xyzSym
private

Definition at line 5038 of file graphics.h.

bool axes::properties::y2Dright
private

Definition at line 5037 of file graphics.h.

radio_property axes::properties::yaxislocation
private

Definition at line 5156 of file graphics.h.

Referenced by properties().

color_property axes::properties::ycolor
private

Definition at line 5157 of file graphics.h.

Referenced by properties().

radio_property axes::properties::ydir
private

Definition at line 5158 of file graphics.h.

Referenced by properties().

bool_property axes::properties::ygrid
private

Definition at line 5159 of file graphics.h.

Referenced by properties().

handle_property axes::properties::ylabel
private

Definition at line 5160 of file graphics.h.

Referenced by properties().

row_vector_property axes::properties::ylim
private

Definition at line 5161 of file graphics.h.

Referenced by properties().

radio_property axes::properties::ylimmode
private

Definition at line 5162 of file graphics.h.

Referenced by properties().

bool_property axes::properties::yminorgrid
private

Definition at line 5163 of file graphics.h.

Referenced by properties().

bool_property axes::properties::yminortick
private

Definition at line 5164 of file graphics.h.

Referenced by properties().

row_vector_property axes::properties::ymtick
private

Definition at line 5192 of file graphics.h.

Referenced by properties().

double axes::properties::yPlane
private

Definition at line 5032 of file graphics.h.

double axes::properties::yPlaneN
private

Definition at line 5032 of file graphics.h.

double axes::properties::ypTick
private

Definition at line 5033 of file graphics.h.

double axes::properties::ypTickN
private

Definition at line 5033 of file graphics.h.

radio_property axes::properties::yscale
private

Definition at line 5165 of file graphics.h.

Referenced by properties().

int axes::properties::ystate
private

Definition at line 5031 of file graphics.h.

row_vector_property axes::properties::ytick
private

Definition at line 5166 of file graphics.h.

Referenced by properties().

any_property axes::properties::yticklabel
private

Definition at line 5167 of file graphics.h.

Referenced by properties().

radio_property axes::properties::yticklabelmode
private

Definition at line 5168 of file graphics.h.

Referenced by properties().

double axes::properties::yticklen
private

Definition at line 5035 of file graphics.h.

radio_property axes::properties::ytickmode
private

Definition at line 5169 of file graphics.h.

Referenced by properties().

double axes::properties::ytickoffset
private

Definition at line 5036 of file graphics.h.

color_property axes::properties::zcolor
private

Definition at line 5170 of file graphics.h.

Referenced by properties().

radio_property axes::properties::zdir
private

Definition at line 5171 of file graphics.h.

Referenced by properties().

bool_property axes::properties::zgrid
private

Definition at line 5172 of file graphics.h.

Referenced by properties().

handle_property axes::properties::zlabel
private

Definition at line 5173 of file graphics.h.

Referenced by properties().

row_vector_property axes::properties::zlim
private

Definition at line 5174 of file graphics.h.

Referenced by properties().

radio_property axes::properties::zlimmode
private

Definition at line 5175 of file graphics.h.

Referenced by properties().

bool_property axes::properties::zminorgrid
private

Definition at line 5176 of file graphics.h.

Referenced by properties().

bool_property axes::properties::zminortick
private

Definition at line 5177 of file graphics.h.

Referenced by properties().

row_vector_property axes::properties::zmtick
private

Definition at line 5193 of file graphics.h.

Referenced by properties().

std::list< octave_value > axes::properties::zoom_stack
private

Definition at line 5028 of file graphics.h.

double axes::properties::zPlane
private

Definition at line 5032 of file graphics.h.

double axes::properties::zPlaneN
private

Definition at line 5032 of file graphics.h.

double axes::properties::zpTick
private

Definition at line 5033 of file graphics.h.

double axes::properties::zpTickN
private

Definition at line 5033 of file graphics.h.

radio_property axes::properties::zscale
private

Definition at line 5178 of file graphics.h.

Referenced by properties().

bool axes::properties::zSign
private

Definition at line 5038 of file graphics.h.

int axes::properties::zstate
private

Definition at line 5031 of file graphics.h.

row_vector_property axes::properties::ztick
private

Definition at line 5179 of file graphics.h.

Referenced by properties().

any_property axes::properties::zticklabel
private

Definition at line 5180 of file graphics.h.

Referenced by properties().

radio_property axes::properties::zticklabelmode
private

Definition at line 5181 of file graphics.h.

Referenced by properties().

double axes::properties::zticklen
private

Definition at line 5035 of file graphics.h.

radio_property axes::properties::ztickmode
private

Definition at line 5182 of file graphics.h.

Referenced by properties().

double axes::properties::ztickoffset
private

Definition at line 5036 of file graphics.h.


The documentation for this class was generated from the following files: