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 | Public Attributes | Protected Member Functions | Protected Attributes | Private Attributes | Static Private Attributes | List of all members
figure::properties Class Reference

#include "graphics.h"

Inheritance diagram for figure::properties:
Inheritance graph
[legend]
Collaboration diagram for figure::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_ALPHAMAP = 2000, ID_BUTTONDOWNFCN = 2001, ID_CLOSEREQUESTFCN = 2002, ID_COLOR = 2003,
  ID_COLORMAP = 2004, ID_CURRENTAXES = 2005, ID_CURRENTCHARACTER = 2006, ID_CURRENTOBJECT = 2007,
  ID_CURRENTPOINT = 2008, ID_DOCKCONTROLS = 2009, ID_DOUBLEBUFFER = 2010, ID_FILENAME = 2011,
  ID_INTEGERHANDLE = 2012, ID_INVERTHARDCOPY = 2013, ID_KEYPRESSFCN = 2014, ID_KEYRELEASEFCN = 2015,
  ID_MENUBAR = 2016, ID_MINCOLORMAP = 2017, ID_NAME = 2018, ID_NEXTPLOT = 2019,
  ID_NUMBERTITLE = 2020, ID_OUTERPOSITION = 2021, ID_PAPERORIENTATION = 2022, ID_PAPERPOSITION = 2023,
  ID_PAPERPOSITIONMODE = 2024, ID_PAPERSIZE = 2025, ID_PAPERTYPE = 2026, ID_PAPERUNITS = 2027,
  ID_POINTER = 2028, ID_POINTERSHAPECDATA = 2029, ID_POINTERSHAPEHOTSPOT = 2030, ID_POSITION = 2031,
  ID_RENDERER = 2032, ID_RENDERERMODE = 2033, ID_RESIZE = 2034, ID_RESIZEFCN = 2035,
  ID_SELECTIONTYPE = 2036, ID_TOOLBAR = 2037, ID_UNITS = 2038, ID_WINDOWBUTTONDOWNFCN = 2039,
  ID_WINDOWBUTTONMOTIONFCN = 2040, ID_WINDOWBUTTONUPFCN = 2041, ID_WINDOWKEYPRESSFCN = 2042, ID_WINDOWKEYRELEASEFCN = 2043,
  ID_WINDOWSCROLLWHEELFCN = 2044, ID_WINDOWSTYLE = 2045, ID_WVISUAL = 2046, ID_WVISUALMODE = 2047,
  ID_XDISPLAY = 2048, ID_XVISUAL = 2049, ID_XVISUALMODE = 2050, ID___ENHANCED__ = 2051,
  ID___GRAPHICS_TOOLKIT__ = 2052, ID___GUIDATA__ = 2053, ID___PLOT_STREAM__ = 2054
}

Public Member Functions

 properties (const graphics_handle &mh, const graphics_handle &p)
 ~properties (void)
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)
std::set< std::string > all_property_names (void) const
bool busyaction_is (const std::string &v) const
bool color_is (const std::string &v) const
bool color_is_rgb (void) const
array_property closereq
color_property 
color_property (color_values(1, 1, 1), radio_values("none")) array_property colormap
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)
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_closerequestfcn (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
void execute_keypressfcn (const octave_value &data=octave_value()) const
void execute_keyreleasefcn (const octave_value &data=octave_value()) const
void execute_resizefcn (const octave_value &data=octave_value()) const
void execute_windowbuttondownfcn (const octave_value &data=octave_value()) const
void execute_windowbuttonmotionfcn (const octave_value &data=octave_value()) const
void execute_windowbuttonupfcn (const octave_value &data=octave_value()) const
void execute_windowkeypressfcn (const octave_value &data=octave_value()) const
void execute_windowkeyreleasefcn (const octave_value &data=octave_value()) const
void execute_windowscrollwheelfcn (const octave_value &data=octave_value()) 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___enhanced__ (void) const
std::string get___graphics_toolkit__ (void) const
octave_value get___guidata__ (void) const
std::string get___modified__ (void) const
graphics_handle get___myhandle__ (void) const
octave_value get___plot_stream__ (void) const
virtual octave_value get_alim (void) const
virtual octave_value get_alim (void) const
Matrix get_all_children (void) const
Matrix get_all_children (void) const
octave_value get_alphamap (void) const
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_busyaction (void) const
octave_value get_buttondownfcn (void) const
Matrix get_children (void) const
Matrix get_children (void) const
virtual octave_value get_clim (void) const
virtual octave_value get_clim (void) const
std::string get_clipping (void) const
octave_value get_closerequestfcn (void) const
octave_value get_color (void) const
Matrix get_color_rgb (void) const
octave_value get_colormap (void) const
octave_value get_createfcn (void) const
graphics_handle get_currentaxes (void) const
std::string get_currentcharacter (void) const
graphics_handle get_currentobject (void) const
octave_value get_currentpoint (void) const
octave_value get_deletefcn (void) const
std::string get_dockcontrols (void) const
std::string get_doublebuffer (void) const
std::string get_filename (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_integerhandle (void) const
std::string get_interruptible (void) const
std::string get_inverthardcopy (void) const
octave_value get_keypressfcn (void) const
octave_value get_keyreleasefcn (void) const
std::string get_menubar (void) const
double get_mincolormap (void) const
std::string get_name (void) const
std::string get_nextplot (void) const
std::string get_numbertitle (void) const
octave_value get_outerposition (void) const
std::string get_paperorientation (void) const
octave_value get_paperposition (void) const
std::string get_paperpositionmode (void) const
octave_value get_papersize (void) const
std::string get_papertype (void) const
std::string get_paperunits (void) const
graphics_handle get_parent (void) const
std::string get_pointer (void) const
octave_value get_pointershapecdata (void) const
octave_value get_pointershapehotspot (void) const
octave_value get_position (void) const
property get_property (const caseless_str &pname)
std::string get_renderer (void) const
std::string get_renderermode (void) const
std::string get_resize (void) const
octave_value get_resizefcn (void) const
std::string get_selected (void) const
std::string get_selectionhighlight (void) const
std::string get_selectiontype (void) const
std::string get_tag (void) const
std::string get_title (void) const
std::string get_title (void) const
std::string get_toolbar (void) const
graphics_toolkit get_toolkit (void) const
graphics_toolkit get_toolkit (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
std::string get_visible (void) const
octave_value get_windowbuttondownfcn (void) const
octave_value get_windowbuttonmotionfcn (void) const
octave_value get_windowbuttonupfcn (void) const
octave_value get_windowkeypressfcn (void) const
octave_value get_windowkeyreleasefcn (void) const
octave_value get_windowscrollwheelfcn (void) const
std::string get_windowstyle (void) const
std::string get_wvisual (void) const
std::string get_wvisualmode (void) const
std::string get_xdisplay (void) const
virtual octave_value get_xlim (void) const
virtual octave_value get_xlim (void) const
std::string get_xvisual (void) const
std::string get_xvisualmode (void) const
virtual octave_value get_ylim (void) const
virtual octave_value get_ylim (void) const
virtual octave_value get_zlim (void) const
virtual octave_value get_zlim (void) const
array_property closereq
color_property 
graphics_handle () string_property currentcharacter r
array_property closereq
color_property handle_property
currentobject 
graphics_handle () array_property currentpoint r
std::string graphics_object_name (void) 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
void init_integerhandle (const octave_value &val)
void init_integerhandle (const octave_value &val)
void insert_property (const std::string &name, property p)
void insert_property (const std::string &name, property p)
bool is___enhanced__ (void) const
bool is___modified__ (void) const
virtual bool is_aliminclude (void) const
virtual bool is_aliminclude (void) const
bool is_beingdeleted (void) const
virtual bool is_climinclude (void) const
virtual bool is_climinclude (void) const
bool is_clipping (void) const
bool is_dockcontrols (void) const
bool is_doublebuffer (void) const
bool is_handle_visible (void) const
bool is_handle_visible (void) const
bool is_hittest (void) const
bool is_integerhandle (void) const
bool is_interruptible (void) const
bool is_inverthardcopy (void) const
bool is_modified (void) const
bool is_modified (void) const
bool is_numbertitle (void) const
bool is_resize (void) const
bool is_selected (void) const
bool is_selectionhighlight (void) const
bool is_visible (void) const
virtual bool is_xliminclude (void) const
virtual bool is_xliminclude (void) const
virtual bool is_yliminclude (void) const
virtual bool is_yliminclude (void) const
virtual bool is_zliminclude (void) const
virtual bool is_zliminclude (void) const
array_property closereq
color_property 
jet_colormap () handle_property currentaxes S
Matrix map_from_boundingbox (double x, double y) const
Matrix map_from_boundingbox (double x, double y) const
Matrix map_to_boundingbox (double x, double y) const
Matrix map_to_boundingbox (double x, double y) const
void mark_modified (void)
void mark_modified (void)
array_property Matrix (64, 1, 1) callback_property buttondownfcn
array_property Matrix () callback_property closerequestfcn
array_property closereq
color_property handle_property
currentobject 
Matrix (2, 1, 0) bool_property dockcontrols
array_property closereq
color_property handle_property
currentobject off
bool_property on
string_property bool_property
integerhandle on bool_property
off callback_property 
Matrix () callback_property keyreleasefcn
array_property closereq
color_property handle_property
currentobject off
bool_property on
string_property bool_property
integerhandle on bool_property
off callback_property 
Matrix () radio_property menubar
bool menubar_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)
bool paperorientation_is (const std::string &v) const
bool paperpositionmode_is (const std::string &v) const
bool papertype_is (const std::string &v) const
bool paperunits_is (const std::string &v) const
bool pointer_is (const std::string &v) const
void remove_child (const graphics_handle &h)
void remove_child (const graphics_handle &h)
bool renderer_is (const std::string &v) const
bool renderermode_is (const std::string &v) const
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)
bool selectiontype_is (const std::string &v) const
void set (const caseless_str &pname, const octave_value &val)
void set___enhanced__ (const octave_value &val)
void set___graphics_toolkit__ (const octave_value &val)
void set___graphics_toolkit__ (const octave_value &val)
void set___guidata__ (const octave_value &val)
void set___modified__ (const octave_value &val)
void set___modified__ (const octave_value &val)
void set___plot_stream__ (const octave_value &val)
void set_alphamap (const octave_value &val)
void set_beingdeleted (const octave_value &val)
void set_boundingbox (const Matrix &bb, bool internal=false, bool do_notify_toolkit=true)
void set_boundingbox (const Matrix &bb, bool internal=false, bool do_notify_toolkit=true)
void set_busyaction (const octave_value &val)
void set_buttondownfcn (const octave_value &val)
void set_children (const octave_value &val)
void set_clipping (const octave_value &val)
void set_closerequestfcn (const octave_value &val)
void set_color (const octave_value &val)
void set_colormap (const octave_value &val)
void set_createfcn (const octave_value &val)
void set_currentaxes (const octave_value &val)
void set_currentcharacter (const octave_value &val)
void set_currentobject (const octave_value &val)
void set_currentpoint (const octave_value &val)
void set_deletefcn (const octave_value &val)
void set_dockcontrols (const octave_value &val)
void set_doublebuffer (const octave_value &val)
void set_filename (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_handlevisibility (const octave_value &val)
void set_hittest (const octave_value &val)
void set_integerhandle (const octave_value &val)
void set_interruptible (const octave_value &val)
void set_inverthardcopy (const octave_value &val)
void set_keypressfcn (const octave_value &val)
void set_keyreleasefcn (const octave_value &val)
void set_menubar (const octave_value &val)
void set_mincolormap (const octave_value &val)
void set_modified (const octave_value &val)
void set_modified (const octave_value &val)
void set_name (const octave_value &val)
void set_nextplot (const octave_value &val)
void set_numbertitle (const octave_value &val)
void set_outerposition (const octave_value &val, bool do_notify_toolkit=true)
void set_outerposition (const octave_value &val, bool do_notify_toolkit=true)
void set_paperorientation (const octave_value &val)
void set_paperposition (const octave_value &val)
void set_paperpositionmode (const octave_value &val)
void set_papersize (const octave_value &val)
void set_papertype (const octave_value &val)
void set_paperunits (const octave_value &val)
void set_parent (const octave_value &val)
void set_parent (const octave_value &val)
void set_pointer (const octave_value &val)
void set_pointershapecdata (const octave_value &val)
void set_pointershapehotspot (const octave_value &val)
void set_position (const octave_value &val, bool do_notify_toolkit=true)
void set_position (const octave_value &val, bool do_notify_toolkit=true)
void set_renderer (const octave_value &val)
void set_renderermode (const octave_value &val)
void set_resize (const octave_value &val)
void set_resizefcn (const octave_value &val)
void set_selected (const octave_value &val)
void set_selectionhighlight (const octave_value &val)
void set_selectiontype (const octave_value &val)
void set_tag (const octave_value &val)
void set_tag (const octave_value &val)
void set_toolbar (const octave_value &val)
void set_toolkit (const graphics_toolkit &b)
void set_toolkit (const graphics_toolkit &b)
void set_uicontextmenu (const octave_value &val)
void set_units (const octave_value &val)
void set_userdata (const octave_value &val)
void set_visible (const octave_value &val)
void set_visible (const octave_value &val)
void set_windowbuttondownfcn (const octave_value &val)
void set_windowbuttonmotionfcn (const octave_value &val)
void set_windowbuttonupfcn (const octave_value &val)
void set_windowkeypressfcn (const octave_value &val)
void set_windowkeyreleasefcn (const octave_value &val)
void set_windowscrollwheelfcn (const octave_value &val)
void set_windowstyle (const octave_value &val)
void set_wvisual (const octave_value &val)
void set_wvisualmode (const octave_value &val)
void set_xdisplay (const octave_value &val)
void set_xvisual (const octave_value &val)
void set_xvisualmode (const octave_value &val)
bool toolbar_is (const std::string &v) const
bool units_is (const std::string &v) const
virtual void update_autopos (const std::string &elem_type)
virtual void update_autopos (const std::string &elem_type)
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
virtual void update_boundingbox (void)
virtual void update_boundingbox (void)
void update_paperorientation (void)
void update_papersize (void)
void update_papertype (void)
void update_paperunits (const caseless_str &old_paperunits)
void update_paperunits (const caseless_str &old_paperunits)
void update_units (const caseless_str &old_units)
void update_units (const caseless_str &old_units)
bool windowstyle_is (const std::string &v) const
bool wvisualmode_is (const std::string &v) const
bool xvisualmode_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)

Public Attributes

array_property closereq
color_property 
color
array_property closereq
color_property handle_property
currentobject off
bool_property 
doublebuffer
array_property closereq
color_property handle_property
currentobject off
bool_property on
string_property 
filename
array_property closereq
color_property handle_property
currentobject off
bool_property on
string_property bool_property
integerhandle on bool_property 
inverthardcopy
array_property closereq
color_property handle_property
currentobject off
bool_property on
string_property bool_property
integerhandle on bool_property
off callback_property 
keypressfcn
array_property closereq
color_property handle_property
currentobject 
r
array_property closereq
color_property handle_property
currentobject off
bool_property on
string_property bool_property
integerhandle 
S

Protected Member Functions

octave_value get_dynamic (const caseless_str &pname) const
octave_value get_dynamic (const caseless_str &pname) const
octave_value get_dynamic (bool all=false) const
octave_value get_dynamic (bool all=false) const
property get_property_dynamic (const caseless_str &pname)
property get_property_dynamic (const caseless_str &pname)
void init (void)
void insert_static_property (const std::string &name, base_property &p)
void set_dynamic (const caseless_str &pname, const octave_value &val)
void set_dynamic (const caseless_str &pname, const octave_value &val)

Protected Attributes

bool_property __modified__
graphics_handle __myhandle__
std::map< caseless_str,
property, cmp_caseless_str
all_props
BEGIN_BASE_PROPERTIES bool_property beingdeleted
bool_property beingdeleted
BEGIN_BASE_PROPERTIES
bool_property off
radio_property 
busyaction
radio_property busyaction
children_property children
bool_property clipping
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property on
callback_property 
createfcn
callback_property createfcn
callback_property deletefcn
std::set< std::string > dynamic_properties
radio_property handlevisibility
bool_property hittest
bool_property interruptible
handle_property parent
bool_property selected
bool_property selectionhighlight
string_property tag
string_property type
handle_property uicontextmenu
any_property userdata
bool_property visible

Private Attributes

bool_property __enhanced__
string_property __graphics_toolkit__
any_property __guidata__
any_property __plot_stream__
array_property alphamap
callback_property buttondownfcn
callback_property closerequestfcn
color_property color
array_property colormap
handle_property currentaxes
string_property currentcharacter
handle_property currentobject
array_property currentpoint
bool_property dockcontrols
bool_property doublebuffer
string_property filename
bool_property integerhandle
bool_property inverthardcopy
callback_property keypressfcn
callback_property keyreleasefcn
radio_property menubar
double_property mincolormap
string_property name
radio_property nextplot
bool_property numbertitle
array_property outerposition
radio_property paperorientation
array_property paperposition
radio_property paperpositionmode
array_property papersize
radio_property papertype
radio_property paperunits
radio_property pointer
array_property pointershapecdata
array_property pointershapehotspot
array_property position
radio_property renderer
radio_property renderermode
bool_property resize
callback_property resizefcn
radio_property selectiontype
radio_property toolbar
graphics_toolkit toolkit
radio_property units
callback_property windowbuttondownfcn
callback_property windowbuttonmotionfcn
callback_property windowbuttonupfcn
callback_property windowkeypressfcn
callback_property windowkeyreleasefcn
callback_property windowscrollwheelfcn
radio_property windowstyle
string_property wvisual
radio_property wvisualmode
string_property xdisplay
string_property xvisual
radio_property xvisualmode

Static Private Attributes

static std::string go_name

Detailed Description

Definition at line 3820 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_ALPHAMAP 
ID_BUTTONDOWNFCN 
ID_CLOSEREQUESTFCN 
ID_COLOR 
ID_COLORMAP 
ID_CURRENTAXES 
ID_CURRENTCHARACTER 
ID_CURRENTOBJECT 
ID_CURRENTPOINT 
ID_DOCKCONTROLS 
ID_DOUBLEBUFFER 
ID_FILENAME 
ID_INTEGERHANDLE 
ID_INVERTHARDCOPY 
ID_KEYPRESSFCN 
ID_KEYRELEASEFCN 
ID_MENUBAR 
ID_MINCOLORMAP 
ID_NAME 
ID_NEXTPLOT 
ID_NUMBERTITLE 
ID_OUTERPOSITION 
ID_PAPERORIENTATION 
ID_PAPERPOSITION 
ID_PAPERPOSITIONMODE 
ID_PAPERSIZE 
ID_PAPERTYPE 
ID_PAPERUNITS 
ID_POINTER 
ID_POINTERSHAPECDATA 
ID_POINTERSHAPEHOTSPOT 
ID_POSITION 
ID_RENDERER 
ID_RENDERERMODE 
ID_RESIZE 
ID_RESIZEFCN 
ID_SELECTIONTYPE 
ID_TOOLBAR 
ID_UNITS 
ID_WINDOWBUTTONDOWNFCN 
ID_WINDOWBUTTONMOTIONFCN 
ID_WINDOWBUTTONUPFCN 
ID_WINDOWKEYPRESSFCN 
ID_WINDOWKEYRELEASEFCN 
ID_WINDOWSCROLLWHEELFCN 
ID_WINDOWSTYLE 
ID_WVISUAL 
ID_WVISUALMODE 
ID_XDISPLAY 
ID_XVISUAL 
ID_XVISUALMODE 
ID___ENHANCED__ 
ID___GRAPHICS_TOOLKIT__ 
ID___GUIDATA__ 
ID___PLOT_STREAM__ 

Definition at line 3992 of file graphics.h.

Constructor & Destructor Documentation

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

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

References __enhanced__, __graphics_toolkit__, __guidata__, __plot_stream__, alphamap, buttondownfcn, closerequestfcn, color, colormap, currentaxes, currentcharacter, currentobject, currentpoint, dockcontrols, doublebuffer, filename, ID___ENHANCED__, ID___GRAPHICS_TOOLKIT__, ID___GUIDATA__, ID___PLOT_STREAM__, ID_ALPHAMAP, ID_BUTTONDOWNFCN, ID_CLOSEREQUESTFCN, ID_COLOR, ID_COLORMAP, ID_CURRENTAXES, ID_CURRENTCHARACTER, ID_CURRENTOBJECT, ID_CURRENTPOINT, ID_DOCKCONTROLS, ID_DOUBLEBUFFER, ID_FILENAME, ID_INTEGERHANDLE, ID_INVERTHARDCOPY, ID_KEYPRESSFCN, ID_KEYRELEASEFCN, ID_MENUBAR, ID_MINCOLORMAP, ID_NAME, ID_NEXTPLOT, ID_NUMBERTITLE, ID_OUTERPOSITION, ID_PAPERORIENTATION, ID_PAPERPOSITION, ID_PAPERPOSITIONMODE, ID_PAPERSIZE, ID_PAPERTYPE, ID_PAPERUNITS, ID_POINTER, ID_POINTERSHAPECDATA, ID_POINTERSHAPEHOTSPOT, ID_POSITION, ID_RENDERER, ID_RENDERERMODE, ID_RESIZE, ID_RESIZEFCN, ID_SELECTIONTYPE, ID_TOOLBAR, ID_UNITS, ID_WINDOWBUTTONDOWNFCN, ID_WINDOWBUTTONMOTIONFCN, ID_WINDOWBUTTONUPFCN, ID_WINDOWKEYPRESSFCN, ID_WINDOWKEYRELEASEFCN, ID_WINDOWSCROLLWHEELFCN, ID_WINDOWSTYLE, ID_WVISUAL, ID_WVISUALMODE, ID_XDISPLAY, ID_XVISUAL, ID_XVISUALMODE, init(), integerhandle, inverthardcopy, keypressfcn, keyreleasefcn, menubar, mincolormap, name, nextplot, numbertitle, outerposition, paperorientation, paperposition, paperpositionmode, papersize, papertype, paperunits, pointer, pointershapecdata, pointershapehotspot, position, renderer, renderermode, resize, resizefcn, selectiontype, base_property::set_hidden(), base_property::set_id(), toolbar, units, windowbuttondownfcn, windowbuttonmotionfcn, windowbuttonupfcn, windowkeypressfcn, windowkeyreleasefcn, windowscrollwheelfcn, windowstyle, wvisual, wvisualmode, xdisplay, xvisual, and xvisualmode.

figure::properties::~properties ( void  )
inline

Definition at line 3894 of file graphics.h.

Member Function Documentation

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
std::set< std::string > figure::properties::all_property_names ( void  ) const

Reimplemented from base_properties.

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

References base_properties::all_property_names().

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

Definition at line 2638 of file graphics.h.

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

Definition at line 4060 of file graphics.h.

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

Definition at line 4059 of file graphics.h.

array_property closereq color_property figure::properties::color_property ( color_values(1, 1, 1)  ,
radio_values("none")   
)
std::set< std::string > figure::properties::core_property_names ( void  )
static

Reimplemented from base_properties.

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

References base_properties::core_property_names(), and initialized.

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
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 figure::properties::execute_buttondownfcn ( const octave_value data = octave_value ()) const
inline

Reimplemented from base_properties.

Definition at line 4053 of file graphics.h.

void figure::properties::execute_closerequestfcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4056 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().

void figure::properties::execute_keypressfcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4088 of file graphics.h.

void figure::properties::execute_keyreleasefcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4091 of file graphics.h.

void figure::properties::execute_resizefcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4143 of file graphics.h.

void figure::properties::execute_windowbuttondownfcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4155 of file graphics.h.

void figure::properties::execute_windowbuttonmotionfcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4158 of file graphics.h.

void figure::properties::execute_windowbuttonupfcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4161 of file graphics.h.

void figure::properties::execute_windowkeypressfcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4164 of file graphics.h.

void figure::properties::execute_windowkeyreleasefcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4167 of file graphics.h.

void figure::properties::execute_windowscrollwheelfcn ( const octave_value data = octave_value ()) const
inline

Definition at line 4170 of file graphics.h.

property_list::pval_map_type figure::properties::factory_defaults ( void  )
static
octave_value figure::properties::get ( bool  all = false) const
virtual

Reimplemented from base_properties.

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

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

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

Reimplemented from base_properties.

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

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

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

Reimplemented from base_properties.

Definition at line 3902 of file graphics.h.

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

Reimplemented from base_properties.

Definition at line 3907 of file graphics.h.

std::string figure::properties::get___enhanced__ ( void  ) const
inline

Definition at line 4189 of file graphics.h.

std::string figure::properties::get___graphics_toolkit__ ( void  ) const
inline

Definition at line 4191 of file graphics.h.

octave_value figure::properties::get___guidata__ ( void  ) const
inline

Definition at line 4193 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
octave_value figure::properties::get___plot_stream__ ( void  ) const
inline
virtual octave_value base_properties::get_alim ( void  ) const
inlinevirtualinherited
virtual octave_value base_properties::get_alim ( void  ) const
inlinevirtualinherited
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 figure::properties::get_alphamap ( void  ) const
inline

Definition at line 4051 of file graphics.h.

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

Definition at line 2636 of file graphics.h.

Referenced by base_properties::get().

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

Reimplemented from base_properties.

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

Reimplemented from base_properties.

Definition at line 3317 of file graphics.cc.

References convert_position(), and screen_size_pixels().

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 figure::properties::get_buttondownfcn ( void  ) const
inline

Reimplemented from base_properties.

Definition at line 4054 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
virtual octave_value base_properties::get_clim ( void  ) const
inlinevirtualinherited
virtual octave_value base_properties::get_clim ( void  ) const
inlinevirtualinherited
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 figure::properties::get_closerequestfcn ( void  ) const
inline

Definition at line 4057 of file graphics.h.

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

Definition at line 4062 of file graphics.h.

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

Definition at line 4061 of file graphics.h.

octave_value figure::properties::get_colormap ( void  ) const
inline

Definition at line 4064 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().

graphics_handle figure::properties::get_currentaxes ( void  ) const
inline

Definition at line 4066 of file graphics.h.

std::string figure::properties::get_currentcharacter ( void  ) const
inline

Definition at line 4068 of file graphics.h.

graphics_handle figure::properties::get_currentobject ( void  ) const
inline

Definition at line 4070 of file graphics.h.

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

Definition at line 4072 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 figure::properties::get_dockcontrols ( void  ) const
inline

Definition at line 4075 of file graphics.h.

std::string figure::properties::get_doublebuffer ( void  ) const
inline

Definition at line 4078 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().

std::string figure::properties::get_filename ( void  ) const
inline

Definition at line 4080 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 figure::properties::get_integerhandle ( void  ) const
inline

Definition at line 4083 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().

std::string figure::properties::get_inverthardcopy ( void  ) const
inline

Definition at line 4086 of file graphics.h.

octave_value figure::properties::get_keypressfcn ( void  ) const
inline

Definition at line 4089 of file graphics.h.

octave_value figure::properties::get_keyreleasefcn ( void  ) const
inline

Definition at line 4092 of file graphics.h.

std::string figure::properties::get_menubar ( void  ) const
inline

Definition at line 4095 of file graphics.h.

double figure::properties::get_mincolormap ( void  ) const
inline

Definition at line 4097 of file graphics.h.

std::string figure::properties::get_name ( void  ) const
inline

Definition at line 4099 of file graphics.h.

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

Definition at line 4102 of file graphics.h.

std::string figure::properties::get_numbertitle ( void  ) const
inline

Definition at line 4105 of file graphics.h.

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

Definition at line 4107 of file graphics.h.

std::string figure::properties::get_paperorientation ( void  ) const
inline

Definition at line 4110 of file graphics.h.

octave_value figure::properties::get_paperposition ( void  ) const
inline

Definition at line 4112 of file graphics.h.

std::string figure::properties::get_paperpositionmode ( void  ) const
inline

Definition at line 4115 of file graphics.h.

octave_value figure::properties::get_papersize ( void  ) const
inline

Definition at line 4117 of file graphics.h.

std::string figure::properties::get_papertype ( void  ) const
inline

Definition at line 4120 of file graphics.h.

std::string figure::properties::get_paperunits ( void  ) const
inline

Definition at line 4123 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().

std::string figure::properties::get_pointer ( void  ) const
inline

Definition at line 4126 of file graphics.h.

octave_value figure::properties::get_pointershapecdata ( void  ) const
inline

Definition at line 4128 of file graphics.h.

octave_value figure::properties::get_pointershapehotspot ( void  ) const
inline

Definition at line 4130 of file graphics.h.

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

Definition at line 4132 of file graphics.h.

property figure::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 figure::properties::get_renderer ( void  ) const
inline

Definition at line 4135 of file graphics.h.

std::string figure::properties::get_renderermode ( void  ) const
inline

Definition at line 4138 of file graphics.h.

std::string figure::properties::get_resize ( void  ) const
inline

Definition at line 4141 of file graphics.h.

octave_value figure::properties::get_resizefcn ( void  ) const
inline

Definition at line 4144 of file graphics.h.

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 figure::properties::get_selectiontype ( void  ) const
inline

Definition at line 4147 of file graphics.h.

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

Definition at line 2670 of file graphics.h.

Referenced by base_properties::get().

std::string figure::properties::get_title ( void  ) const
std::string figure::properties::get_title ( void  ) const

Definition at line 3951 of file graphics.cc.

Referenced by axes::initialize().

std::string figure::properties::get_toolbar ( void  ) const
inline

Definition at line 4150 of file graphics.h.

graphics_toolkit figure::properties::get_toolkit ( void  ) const
inlinevirtual

Reimplemented from base_properties.

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

graphics_toolkit figure::properties::get_toolkit ( void  ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 3832 of file graphics.h.

References gtk_manager::get_toolkit().

Referenced by Fdrawnow().

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 figure::properties::get_units ( void  ) const
inline

Definition at line 4153 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().

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

Definition at line 2679 of file graphics.h.

Referenced by base_properties::get().

octave_value figure::properties::get_windowbuttondownfcn ( void  ) const
inline

Definition at line 4156 of file graphics.h.

octave_value figure::properties::get_windowbuttonmotionfcn ( void  ) const
inline

Definition at line 4159 of file graphics.h.

octave_value figure::properties::get_windowbuttonupfcn ( void  ) const
inline

Definition at line 4162 of file graphics.h.

octave_value figure::properties::get_windowkeypressfcn ( void  ) const
inline

Definition at line 4165 of file graphics.h.

octave_value figure::properties::get_windowkeyreleasefcn ( void  ) const
inline

Definition at line 4168 of file graphics.h.

octave_value figure::properties::get_windowscrollwheelfcn ( void  ) const
inline

Definition at line 4171 of file graphics.h.

std::string figure::properties::get_windowstyle ( void  ) const
inline

Definition at line 4174 of file graphics.h.

std::string figure::properties::get_wvisual ( void  ) const
inline

Definition at line 4176 of file graphics.h.

std::string figure::properties::get_wvisualmode ( void  ) const
inline

Definition at line 4179 of file graphics.h.

std::string figure::properties::get_xdisplay ( void  ) const
inline

Definition at line 4181 of file graphics.h.

virtual octave_value base_properties::get_xlim ( void  ) const
inlinevirtualinherited
virtual octave_value base_properties::get_xlim ( void  ) const
inlinevirtualinherited
std::string figure::properties::get_xvisual ( void  ) const
inline

Definition at line 4183 of file graphics.h.

std::string figure::properties::get_xvisualmode ( void  ) const
inline

Definition at line 4186 of file graphics.h.

virtual octave_value base_properties::get_ylim ( void  ) const
inlinevirtualinherited
virtual octave_value base_properties::get_ylim ( void  ) const
inlinevirtualinherited
virtual octave_value base_properties::get_zlim ( void  ) const
inlinevirtualinherited
virtual octave_value base_properties::get_zlim ( void  ) const
inlinevirtualinherited
array_property closereq color_property figure::properties::graphics_handle ( )
array_property closereq color_property handle_property currentobject figure::properties::graphics_handle ( )
std::string figure::properties::graphics_object_name ( void  ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 3914 of file graphics.h.

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

Definition at line 2653 of file graphics.h.

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

Reimplemented from base_properties.

Definition at line 1330 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 figure::properties::has_property ( const caseless_str pname) const
virtual

Reimplemented from base_properties.

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

void figure::properties::init ( void  )
inlineprotectedvirtual

Reimplemented from base_properties.

Definition at line 4735 of file graphics.h.

Referenced by properties().

void figure::properties::init_integerhandle ( const octave_value val)
inlinevirtual

Reimplemented from base_properties.

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

void figure::properties::init_integerhandle ( const octave_value val)
inlinevirtual

Reimplemented from base_properties.

Definition at line 3823 of file graphics.h.

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 figure::properties::is___enhanced__ ( void  ) const
inline

Definition at line 4188 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().

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 figure::properties::is_dockcontrols ( void  ) const
inline

Definition at line 4074 of file graphics.h.

bool figure::properties::is_doublebuffer ( void  ) const
inline

Definition at line 4077 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 figure::properties::is_integerhandle ( void  ) const
inline

Definition at line 4082 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 figure::properties::is_inverthardcopy ( void  ) const
inline

Definition at line 4085 of file graphics.h.

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 figure::properties::is_numbertitle ( void  ) const
inline

Definition at line 4104 of file graphics.h.

bool figure::properties::is_resize ( void  ) const
inline

Definition at line 4140 of file graphics.h.

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().

virtual bool base_properties::is_xliminclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_xliminclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_yliminclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_yliminclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_zliminclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_zliminclude ( void  ) const
inlinevirtualinherited
array_property closereq color_property figure::properties::jet_colormap ( )
Matrix figure::properties::map_from_boundingbox ( double  x,
double  y 
) const
Matrix figure::properties::map_from_boundingbox ( double  x,
double  y 
) const

Definition at line 3352 of file graphics.cc.

References convert_position(), Matrix::extract_n(), and x.

Matrix figure::properties::map_to_boundingbox ( double  x,
double  y 
) const
Matrix figure::properties::map_to_boundingbox ( double  x,
double  y 
) const

Definition at line 3369 of file graphics.cc.

References convert_position(), Matrix::extract_n(), and x.

void base_properties::mark_modified ( void  )
inherited
void base_properties::mark_modified ( void  )
inherited
array_property figure::properties::Matrix ( 64  ,
,
 
)
array_property figure::properties::Matrix ( void  )

Reimplemented from base_properties.

Referenced by set_toolkit().

array_property closereq color_property handle_property currentobject figure::properties::Matrix ( ,
,
 
)

Reimplemented from base_properties.

Reimplemented from base_properties.

bool figure::properties::menubar_is ( const std::string &  v) const
inline

Definition at line 4094 of file graphics.h.

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

Definition at line 4101 of file graphics.h.

void base_properties::override_defaults ( base_graphics_object obj)
inherited
void base_properties::override_defaults ( base_graphics_object obj)
inherited
bool figure::properties::paperorientation_is ( const std::string &  v) const
inline

Definition at line 4109 of file graphics.h.

bool figure::properties::paperpositionmode_is ( const std::string &  v) const
inline

Definition at line 4114 of file graphics.h.

bool figure::properties::papertype_is ( const std::string &  v) const
inline

Definition at line 4119 of file graphics.h.

bool figure::properties::paperunits_is ( const std::string &  v) const
inline

Definition at line 4122 of file graphics.h.

bool figure::properties::pointer_is ( const std::string &  v) const
inline

Definition at line 4125 of file graphics.h.

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

Reimplemented from base_properties.

void figure::properties::remove_child ( const graphics_handle h)
virtual
bool figure::properties::renderer_is ( const std::string &  v) const
inline

Definition at line 4134 of file graphics.h.

bool figure::properties::renderermode_is ( const std::string &  v) const
inline

Definition at line 4137 of file graphics.h.

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 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 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().

bool figure::properties::selectiontype_is ( const std::string &  v) const
inline

Definition at line 4146 of file graphics.h.

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

Reimplemented from base_properties.

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

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

void figure::properties::set___enhanced__ ( const octave_value val)
inline

Definition at line 4700 of file graphics.h.

References error_state.

Referenced by gnuplot_graphics_toolkit::update().

void figure::properties::set___graphics_toolkit__ ( const octave_value val)
inline

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

void figure::properties::set___graphics_toolkit__ ( const octave_value val)
inline
void figure::properties::set___guidata__ ( const octave_value val)
inline

Definition at line 4711 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 figure::properties::set___plot_stream__ ( const octave_value val)
inline

Definition at line 4722 of file graphics.h.

References error_state.

Referenced by gnuplot_graphics_toolkit::update().

void figure::properties::set_alphamap ( const octave_value val)
inline

Definition at line 4198 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 figure::properties::set_boundingbox ( const Matrix bb,
bool  internal = false,
bool  do_notify_toolkit = true 
)
void figure::properties::set_boundingbox ( const Matrix bb,
bool  internal = false,
bool  do_notify_toolkit = true 
)

Definition at line 3334 of file graphics.cc.

References convert_position(), and screen_size_pixels().

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 figure::properties::set_buttondownfcn ( const octave_value val)
inline

Reimplemented from base_properties.

Definition at line 4209 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 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 figure::properties::set_closerequestfcn ( const octave_value val)
inline

Definition at line 4220 of file graphics.h.

References error_state.

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

Definition at line 4231 of file graphics.h.

References error_state.

void figure::properties::set_colormap ( const octave_value val)
inline

Definition at line 4242 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 figure::properties::set_currentaxes ( const octave_value val)
void figure::properties::set_currentcharacter ( const octave_value val)
inline

Definition at line 4255 of file graphics.h.

References error_state.

void figure::properties::set_currentobject ( const octave_value val)
inline

Definition at line 4266 of file graphics.h.

References error_state.

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

Definition at line 4277 of file graphics.h.

References error_state.

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 figure::properties::set_dockcontrols ( const octave_value val)
inline

Definition at line 4288 of file graphics.h.

References error_state.

void figure::properties::set_doublebuffer ( const octave_value val)
inline

Definition at line 4299 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 figure::properties::set_filename ( const octave_value val)
inline

Definition at line 4310 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 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 figure::properties::set_integerhandle ( const octave_value val)
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 figure::properties::set_inverthardcopy ( const octave_value val)
inline

Definition at line 4323 of file graphics.h.

References error_state.

void figure::properties::set_keypressfcn ( const octave_value val)
inline

Definition at line 4334 of file graphics.h.

References error_state.

void figure::properties::set_keyreleasefcn ( const octave_value val)
inline

Definition at line 4345 of file graphics.h.

References error_state.

void figure::properties::set_menubar ( const octave_value val)
inline

Definition at line 4356 of file graphics.h.

References error_state.

void figure::properties::set_mincolormap ( const octave_value val)
inline

Definition at line 4367 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 figure::properties::set_name ( const octave_value val)
inline

Definition at line 4378 of file graphics.h.

References error_state.

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

Definition at line 4389 of file graphics.h.

References error_state.

void figure::properties::set_numbertitle ( const octave_value val)
inline

Definition at line 4400 of file graphics.h.

References error_state.

void figure::properties::set_outerposition ( const octave_value val,
bool  do_notify_toolkit = true 
)
void figure::properties::set_outerposition ( const octave_value val,
bool  do_notify_toolkit = true 
)

Definition at line 3416 of file graphics.cc.

References error_state, and base_graphics_object::mark_modified().

void figure::properties::set_paperorientation ( const octave_value val)
inline

Definition at line 4411 of file graphics.h.

References error_state.

void figure::properties::set_paperposition ( const octave_value val)
inline

Definition at line 4425 of file graphics.h.

References error_state.

void figure::properties::set_paperpositionmode ( const octave_value val)
inline

Definition at line 4436 of file graphics.h.

References error_state.

void figure::properties::set_papersize ( const octave_value val)
inline

Definition at line 4447 of file graphics.h.

References error_state.

void figure::properties::set_papertype ( const octave_value val)
void figure::properties::set_paperunits ( const octave_value val)
void base_properties::set_parent ( const octave_value val)
inherited
void base_properties::set_parent ( const octave_value val)
inherited
void figure::properties::set_pointer ( const octave_value val)
inline

Definition at line 4467 of file graphics.h.

References error_state.

void figure::properties::set_pointershapecdata ( const octave_value val)
inline

Definition at line 4478 of file graphics.h.

References error_state.

void figure::properties::set_pointershapehotspot ( const octave_value val)
inline

Definition at line 4489 of file graphics.h.

References error_state.

void figure::properties::set_position ( const octave_value val,
bool  do_notify_toolkit = true 
)
void figure::properties::set_position ( const octave_value val,
bool  do_notify_toolkit = true 
)

Definition at line 3386 of file graphics.cc.

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

void figure::properties::set_renderer ( const octave_value val)
inline

Definition at line 4500 of file graphics.h.

References error_state.

void figure::properties::set_renderermode ( const octave_value val)
inline

Definition at line 4511 of file graphics.h.

References error_state.

void figure::properties::set_resize ( const octave_value val)
inline

Definition at line 4522 of file graphics.h.

References error_state.

void figure::properties::set_resizefcn ( const octave_value val)
inline

Definition at line 4533 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 figure::properties::set_selectiontype ( const octave_value val)
inline

Definition at line 4544 of file graphics.h.

References error_state.

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 figure::properties::set_toolbar ( const octave_value val)
inline

Definition at line 4555 of file graphics.h.

References error_state.

void figure::properties::set_toolkit ( const graphics_toolkit b)
void figure::properties::set_toolkit ( const graphics_toolkit b)
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 figure::properties::set_units ( const octave_value val)

Definition at line 3912 of file graphics.cc.

References error_state, and base_graphics_object::mark_modified().

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 figure::properties::set_visible ( const octave_value val)

Reimplemented from base_properties.

void figure::properties::set_visible ( const octave_value val)

Reimplemented from base_properties.

Definition at line 3303 of file graphics.cc.

References error_state, octave_value::string_value(), and xset().

void figure::properties::set_windowbuttondownfcn ( const octave_value val)
inline

Definition at line 4568 of file graphics.h.

References error_state.

void figure::properties::set_windowbuttonmotionfcn ( const octave_value val)
inline

Definition at line 4579 of file graphics.h.

References error_state.

void figure::properties::set_windowbuttonupfcn ( const octave_value val)
inline

Definition at line 4590 of file graphics.h.

References error_state.

void figure::properties::set_windowkeypressfcn ( const octave_value val)
inline

Definition at line 4601 of file graphics.h.

References error_state.

void figure::properties::set_windowkeyreleasefcn ( const octave_value val)
inline

Definition at line 4612 of file graphics.h.

References error_state.

void figure::properties::set_windowscrollwheelfcn ( const octave_value val)
inline

Definition at line 4623 of file graphics.h.

References error_state.

void figure::properties::set_windowstyle ( const octave_value val)
inline

Definition at line 4634 of file graphics.h.

References error_state.

void figure::properties::set_wvisual ( const octave_value val)
inline

Definition at line 4645 of file graphics.h.

References error_state.

void figure::properties::set_wvisualmode ( const octave_value val)
inline

Definition at line 4656 of file graphics.h.

References error_state.

void figure::properties::set_xdisplay ( const octave_value val)
inline

Definition at line 4667 of file graphics.h.

References error_state.

void figure::properties::set_xvisual ( const octave_value val)
inline

Definition at line 4678 of file graphics.h.

References error_state.

void figure::properties::set_xvisualmode ( const octave_value val)
inline

Definition at line 4689 of file graphics.h.

References error_state.

bool figure::properties::toolbar_is ( const std::string &  v) const
inline

Definition at line 4149 of file graphics.h.

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

Definition at line 4152 of file graphics.h.

virtual void base_properties::update_autopos ( const std::string &  elem_type)
virtualinherited

Reimplemented in axes::properties, and axes::properties.

void base_properties::update_autopos ( const std::string &  elem_type)
virtualinherited
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
virtual void base_properties::update_boundingbox ( void  )
virtualinherited

Reimplemented in axes::properties, and axes::properties.

void base_properties::update_boundingbox ( void  )
virtualinherited
void figure::properties::update_paperorientation ( void  )

Definition at line 3866 of file graphics.cc.

void figure::properties::update_papersize ( void  )

Definition at line 3702 of file graphics.cc.

References abs(), and error().

void figure::properties::update_papertype ( void  )

Definition at line 3687 of file graphics.cc.

References caseless_str::compare(), and papersize_from_type().

void figure::properties::update_paperunits ( const caseless_str old_paperunits)
void figure::properties::update_paperunits ( const caseless_str old_paperunits)

Definition at line 3632 of file graphics.cc.

References caseless_str::compare(), and papersize_from_type().

void figure::properties::update_units ( const caseless_str old_units)
void figure::properties::update_units ( const caseless_str old_units)

Definition at line 3926 of file graphics.cc.

References convert_position(), and screen_size_pixels().

bool figure::properties::windowstyle_is ( const std::string &  v) const
inline

Definition at line 4173 of file graphics.h.

bool figure::properties::wvisualmode_is ( const std::string &  v) const
inline

Definition at line 4178 of file graphics.h.

bool figure::properties::xvisualmode_is ( const std::string &  v) const
inline

Definition at line 4185 of file graphics.h.

Member Data Documentation

bool_property figure::properties::__enhanced__
private

Definition at line 3985 of file graphics.h.

Referenced by properties().

string_property figure::properties::__graphics_toolkit__
private

Definition at line 3986 of file graphics.h.

Referenced by properties(), and set_toolkit().

any_property figure::properties::__guidata__
private

Definition at line 3987 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.

any_property figure::properties::__plot_stream__
private

Definition at line 3988 of file graphics.h.

Referenced by properties(), and set_toolkit().

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().

array_property figure::properties::alphamap
private

Definition at line 3934 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().

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().

callback_property figure::properties::buttondownfcn
private

Definition at line 3935 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().

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().

callback_property figure::properties::closerequestfcn
private

Definition at line 3936 of file graphics.h.

Referenced by properties().

array_property closereq color_property figure::properties::color

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

color_property figure::properties::color
private

Definition at line 3937 of file graphics.h.

Referenced by properties().

array_property figure::properties::colormap
private

Definition at line 3938 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().

handle_property figure::properties::currentaxes
private

Definition at line 3939 of file graphics.h.

Referenced by properties().

string_property figure::properties::currentcharacter
private

Definition at line 3940 of file graphics.h.

Referenced by properties().

handle_property figure::properties::currentobject
private

Definition at line 3941 of file graphics.h.

Referenced by properties().

array_property figure::properties::currentpoint
private

Definition at line 3942 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().

bool_property figure::properties::dockcontrols
private

Definition at line 3943 of file graphics.h.

Referenced by properties().

array_property closereq color_property handle_property currentobject off bool_property figure::properties::doublebuffer

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

bool_property figure::properties::doublebuffer
private

Definition at line 3944 of file graphics.h.

Referenced by properties().

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

Definition at line 2567 of file graphics.h.

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

string_property figure::properties::filename
private

Definition at line 3945 of file graphics.h.

Referenced by properties().

std::string figure::properties::go_name
staticprivate

Definition at line 3919 of file graphics.h.

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().

bool_property figure::properties::integerhandle
private

Definition at line 3946 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().

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

bool_property figure::properties::inverthardcopy
private

Definition at line 3947 of file graphics.h.

Referenced by properties().

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

callback_property figure::properties::keypressfcn
private

Definition at line 3948 of file graphics.h.

Referenced by properties().

callback_property figure::properties::keyreleasefcn
private

Definition at line 3949 of file graphics.h.

Referenced by properties().

radio_property figure::properties::menubar
private

Definition at line 3950 of file graphics.h.

Referenced by properties().

double_property figure::properties::mincolormap
private

Definition at line 3951 of file graphics.h.

Referenced by properties().

string_property figure::properties::name
private

Definition at line 3952 of file graphics.h.

Referenced by properties().

radio_property figure::properties::nextplot
private

Definition at line 3953 of file graphics.h.

Referenced by properties().

bool_property figure::properties::numbertitle
private

Definition at line 3954 of file graphics.h.

Referenced by properties().

array_property figure::properties::outerposition
private

Definition at line 3955 of file graphics.h.

Referenced by properties().

radio_property figure::properties::paperorientation
private

Definition at line 3956 of file graphics.h.

Referenced by properties().

array_property figure::properties::paperposition
private

Definition at line 3957 of file graphics.h.

Referenced by properties().

radio_property figure::properties::paperpositionmode
private

Definition at line 3958 of file graphics.h.

Referenced by properties().

array_property figure::properties::papersize
private

Definition at line 3959 of file graphics.h.

Referenced by properties().

radio_property figure::properties::papertype
private

Definition at line 3960 of file graphics.h.

Referenced by properties().

radio_property figure::properties::paperunits
private

Definition at line 3961 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().

radio_property figure::properties::pointer
private

Definition at line 3962 of file graphics.h.

Referenced by properties().

array_property figure::properties::pointershapecdata
private

Definition at line 3963 of file graphics.h.

Referenced by properties().

array_property figure::properties::pointershapehotspot
private

Definition at line 3964 of file graphics.h.

Referenced by properties().

array_property figure::properties::position
private

Definition at line 3965 of file graphics.h.

Referenced by properties().

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

radio_property figure::properties::renderer
private

Definition at line 3966 of file graphics.h.

Referenced by properties().

radio_property figure::properties::renderermode
private

Definition at line 3967 of file graphics.h.

Referenced by properties().

bool_property figure::properties::resize
private

Definition at line 3968 of file graphics.h.

Referenced by properties().

callback_property figure::properties::resizefcn
private

Definition at line 3969 of file graphics.h.

Referenced by properties().

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

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().

radio_property figure::properties::selectiontype
private

Definition at line 3970 of file graphics.h.

Referenced by properties().

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().

radio_property figure::properties::toolbar
private

Definition at line 3971 of file graphics.h.

Referenced by properties().

graphics_toolkit figure::properties::toolkit
mutableprivate

Definition at line 4748 of file graphics.h.

Referenced by set_toolkit().

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 figure::properties::units
private

Definition at line 3972 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().

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().

callback_property figure::properties::windowbuttondownfcn
private

Definition at line 3973 of file graphics.h.

Referenced by properties().

callback_property figure::properties::windowbuttonmotionfcn
private

Definition at line 3974 of file graphics.h.

Referenced by properties().

callback_property figure::properties::windowbuttonupfcn
private

Definition at line 3975 of file graphics.h.

Referenced by properties().

callback_property figure::properties::windowkeypressfcn
private

Definition at line 3976 of file graphics.h.

Referenced by properties().

callback_property figure::properties::windowkeyreleasefcn
private

Definition at line 3977 of file graphics.h.

Referenced by properties().

callback_property figure::properties::windowscrollwheelfcn
private

Definition at line 3978 of file graphics.h.

Referenced by properties().

radio_property figure::properties::windowstyle
private

Definition at line 3979 of file graphics.h.

Referenced by properties().

string_property figure::properties::wvisual
private

Definition at line 3980 of file graphics.h.

Referenced by properties().

radio_property figure::properties::wvisualmode
private

Definition at line 3981 of file graphics.h.

Referenced by properties().

string_property figure::properties::xdisplay
private

Definition at line 3982 of file graphics.h.

Referenced by properties().

string_property figure::properties::xvisual
private

Definition at line 3983 of file graphics.h.

Referenced by properties().

radio_property figure::properties::xvisualmode
private

Definition at line 3984 of file graphics.h.

Referenced by properties().


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