GNU Octave  4.0.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
uicontrol::properties Class Reference

#include "graphics.h"

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

Public Types

enum  {
  ID___OBJECT__ = 12000, ID_BACKGROUNDCOLOR = 12001, ID_CALLBACK = 12002, ID_CDATA = 12003,
  ID_CLIPPING = 12004, ID_ENABLE = 12005, ID_EXTENT = 12006, ID_FONTANGLE = 12007,
  ID_FONTNAME = 12008, ID_FONTSIZE = 12009, ID_FONTUNITS = 12010, ID_FONTWEIGHT = 12011,
  ID_FOREGROUNDCOLOR = 12012, ID_HORIZONTALALIGNMENT = 12013, ID_KEYPRESSFCN = 12014, ID_LISTBOXTOP = 12015,
  ID_MAX = 12016, ID_MIN = 12017, ID_POSITION = 12018, ID_SLIDERSTEP = 12019,
  ID_STRING = 12020, ID_STYLE = 12021, ID_TOOLTIPSTRING = 12022, ID_UNITS = 12023,
  ID_VALUE = 12024, ID_VERTICALALIGNMENT = 12025
}
 
enum  {
  ID_BEINGDELETED = 0, ID_BUSYACTION = 1, ID_BUTTONDOWNFCN = 2, ID_CHILDREN = 3,
  ID_CLIPPING = 4, ID_CREATEFCN = 5, ID_DELETEFCN = 6, ID_HANDLEVISIBILITY = 7,
  ID_HITTEST = 8, ID_INTERRUPTIBLE = 9, ID_PARENT = 10, ID_SELECTED = 11,
  ID_SELECTIONHIGHLIGHT = 12, ID_TAG = 13, ID_TYPE = 14, ID_UICONTEXTMENU = 15,
  ID_USERDATA = 16, ID_VISIBLE = 17, ID___MODIFIED__ = 18, ID___MYHANDLE__ = 19
}
 

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 backgroundcolor_is (const std::string &v) const
 
bool backgroundcolor_is_rgb (void) const
 
bool busyaction_is (const std::string &v) const
 
any_property color_values (1, 1, 1) callback_property callback
 
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
 
bool enable_is (const std::string &v) const
 
void execute_buttondownfcn (const octave_value &data=octave_value()) const
 
void execute_callback (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
 
bool fontangle_is (const std::string &v) const
 
bool fontunits_is (const std::string &v) const
 
bool fontweight_is (const std::string &v) const
 
bool foregroundcolor_is (const std::string &v) const
 
bool foregroundcolor_is_rgb (void) 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___modified__ (void) const
 
graphics_handle get___myhandle__ (void) const
 
octave_value get___object__ (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_backgroundcolor (void) const
 
Matrix get_backgroundcolor_rgb (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
 
octave_value get_callback (void) const
 
octave_value get_cdata (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_createfcn (void) const
 
octave_value get_deletefcn (void) const
 
std::string get_enable (void) const
 
octave_value get_extent (void) 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
 
octave_value get_foregroundcolor (void) const
 
Matrix get_foregroundcolor_rgb (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_horizontalalignment (void) const
 
std::string get_interruptible (void) const
 
octave_value get_keypressfcn (void) const
 
double get_listboxtop (void) const
 
double get_max (void) const
 
double get_min (void) const
 
graphics_handle get_parent (void) const
 
octave_value get_position (void) const
 
property get_property (const caseless_str &pname)
 
std::string get_selected (void) const
 
std::string get_selectionhighlight (void) const
 
octave_value get_sliderstep (void) const
 
octave_value get_string (void) const
 
std::string get_string_string (void) const
 
string_vector get_string_vector (void) const
 
std::string get_style (void) const
 
std::string get_tag (void) const
 
virtual graphics_toolkit get_toolkit (void) const
 
virtual graphics_toolkit get_toolkit (void) const
 
std::string get_tooltipstring (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_value (void) const
 
std::string get_verticalalignment (void) const
 
std::string get_visible (void) const
 
virtual octave_value get_xlim (void) const
 
virtual octave_value get_xlim (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
 
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
 
bool horizontalalignment_is (const std::string &v) 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 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_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
 
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
 
void mark_modified (void)
 
void mark_modified (void)
 
any_property Matrix () color_property backgroundcolor
 
any_property Matrix () array_property cdata
 
any_property Matrix () bool_property clipping
 
void override_defaults (base_graphics_object &obj)
 
void override_defaults (base_graphics_object &obj)
 
virtual void remove_child (const graphics_handle &h)
 
virtual 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 set (const caseless_str &pname, const octave_value &val)
 
void set___modified__ (const octave_value &val)
 
void set___modified__ (const octave_value &val)
 
void set___object__ (const octave_value &val)
 
void set_backgroundcolor (const octave_value &val)
 
void set_beingdeleted (const octave_value &val)
 
void set_busyaction (const octave_value &val)
 
void set_buttondownfcn (const octave_value &val)
 
void set_callback (const octave_value &val)
 
void set_cdata (const octave_value &val)
 
void set_children (const octave_value &val)
 
void set_clipping (const octave_value &val)
 
void set_createfcn (const octave_value &val)
 
void set_deletefcn (const octave_value &val)
 
void set_enable (const octave_value &val)
 
void set_extent (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_foregroundcolor (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_horizontalalignment (const octave_value &val)
 
void set_interruptible (const octave_value &val)
 
void set_keypressfcn (const octave_value &val)
 
void set_listboxtop (const octave_value &val)
 
void set_max (const octave_value &val)
 
void set_min (const octave_value &val)
 
void set_modified (const octave_value &val)
 
void set_modified (const octave_value &val)
 
void set_parent (const octave_value &val)
 
void set_parent (const octave_value &val)
 
void set_position (const octave_value &val)
 
void set_selected (const octave_value &val)
 
void set_selectionhighlight (const octave_value &val)
 
void set_sliderstep (const octave_value &val)
 
void set_string (const octave_value &val)
 
void set_style (const octave_value &val)
 
void set_tag (const octave_value &val)
 
void set_tag (const octave_value &val)
 
void set_tooltipstring (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_value (const octave_value &val)
 
void set_verticalalignment (const octave_value &val)
 
void set_visible (const octave_value &val)
 
bool style_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 graphics_handle &h) 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_boundingbox (void)
 
virtual void update_boundingbox (void)
 
virtual void update_uicontextmenu (void) const
 
virtual void update_uicontextmenu (void) const
 
bool verticalalignment_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)
 
static bool has_readonly_property (const caseless_str &pname)
 
static std::set< std::string > readonly_property_names (void)
 

Public Attributes

any_property on radio_property enable
 

Protected Member Functions

octave_value get_dynamic (const caseless_str &pname) const
 
octave_value get_dynamic (const caseless_str &pname) const
 
octave_value get_dynamic (bool all=false) const
 
octave_value get_dynamic (bool all=false) const
 
property get_property_dynamic (const caseless_str &pname)
 
property get_property_dynamic (const caseless_str &pname)
 
void init (void)
 
void insert_static_property (const std::string &name, base_property &p)
 
void set_dynamic (const caseless_str &pname, const octave_value &val)
 
void set_dynamic (const caseless_str &pname, const octave_value &val)
 
void update_fontangle (void)
 
void update_fontname (void)
 
void update_fontsize (void)
 
void update_fontunits (const caseless_str &old_units)
 
void update_fontweight (void)
 
void update_string (void)
 
void update_text_extent (void)
 
void update_units (void)
 

Protected Attributes

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

Private Attributes

any_property __object__
 
color_property backgroundcolor
 
std::string cached_units
 
callback_property callback
 
array_property cdata
 
bool_property clipping
 
radio_property enable
 
array_property extent
 
radio_property fontangle
 
string_property fontname
 
double_property fontsize
 
radio_property fontunits
 
radio_property fontweight
 
color_property foregroundcolor
 
radio_property horizontalalignment
 
callback_property keypressfcn
 
double_property listboxtop
 
double_property max
 
double_property min
 
array_property position
 
array_property sliderstep
 
string_array_property string
 
radio_property style
 
string_property tooltipstring
 
radio_property units
 
row_vector_property value
 
radio_property verticalalignment
 

Static Private Attributes

static std::string go_name
 

Detailed Description

Definition at line 11573 of file graphics.h.

Member Enumeration Documentation

anonymous enum
Enumerator
ID___OBJECT__ 
ID_BACKGROUNDCOLOR 
ID_CALLBACK 
ID_CDATA 
ID_CLIPPING 
ID_ENABLE 
ID_EXTENT 
ID_FONTANGLE 
ID_FONTNAME 
ID_FONTSIZE 
ID_FONTUNITS 
ID_FONTWEIGHT 
ID_FOREGROUNDCOLOR 
ID_HORIZONTALALIGNMENT 
ID_KEYPRESSFCN 
ID_LISTBOXTOP 
ID_MAX 
ID_MIN 
ID_POSITION 
ID_SLIDERSTEP 
ID_STRING 
ID_STYLE 
ID_TOOLTIPSTRING 
ID_UNITS 
ID_VALUE 
ID_VERTICALALIGNMENT 

Definition at line 11661 of file graphics.h.

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 2691 of file graphics.h.

Constructor & Destructor Documentation

uicontrol::properties::properties ( const graphics_handle mh,
const graphics_handle p 
)
uicontrol::properties::~properties ( void  )
inline

Definition at line 11588 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 3157 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 > uicontrol::properties::all_property_names ( void  ) const

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

References base_properties::all_property_names().

bool uicontrol::properties::backgroundcolor_is ( const std::string &  v) const
inline

Definition at line 11694 of file graphics.h.

References color_property::is().

bool uicontrol::properties::backgroundcolor_is_rgb ( void  ) const
inline

Definition at line 11693 of file graphics.h.

References color_property::is_rgb().

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

Definition at line 2718 of file graphics.h.

References radio_property::is().

any_property uicontrol::properties::color_values ( ,
,
 
)
std::set< std::string > uicontrol::properties::core_property_names ( void  )
static

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

References base_properties::core_property_names().

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

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

References clear().

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

Definition at line 2602 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 2951 of file graphics.cc.

Referenced by base_properties::all_property_names().

bool uicontrol::properties::enable_is ( const std::string &  v) const
inline
void base_properties::execute_buttondownfcn ( const octave_value data = octave_value ()) const
inlineinherited

Definition at line 2721 of file graphics.h.

References callback_property::execute().

void uicontrol::properties::execute_callback ( const octave_value data = octave_value ()) const
inline

Definition at line 11698 of file graphics.h.

References callback_property::execute().

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

Definition at line 2727 of file graphics.h.

References callback_property::execute().

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 2730 of file graphics.h.

References callback_property::execute().

Referenced by gh_manager::do_free().

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

Definition at line 11732 of file graphics.h.

References callback_property::execute().

property_list::pval_map_type uicontrol::properties::factory_defaults ( void  )
static
bool uicontrol::properties::fontangle_is ( const std::string &  v) const
inline

Definition at line 11711 of file graphics.h.

References radio_property::is().

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

Definition at line 11718 of file graphics.h.

References radio_property::is().

Referenced by QtHandles::BaseControl::init(), and QtHandles::BaseControl::update().

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

Definition at line 11721 of file graphics.h.

References radio_property::is().

bool uicontrol::properties::foregroundcolor_is ( const std::string &  v) const
inline

Definition at line 11725 of file graphics.h.

References color_property::is().

bool uicontrol::properties::foregroundcolor_is_rgb ( void  ) const
inline

Definition at line 11724 of file graphics.h.

References color_property::is_rgb().

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

Reimplemented from base_properties.

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

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

octave_value uicontrol::properties::get ( const caseless_str pname) const
virtual
octave_value uicontrol::properties::get ( const std::string &  pname) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 11596 of file graphics.h.

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

Reimplemented from base_properties.

Definition at line 11601 of file graphics.h.

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

Definition at line 2762 of file graphics.h.

References radio_property::current_value().

Referenced by base_properties::get().

graphics_handle base_properties::get___myhandle__ ( void  ) const
inlineinherited
octave_value uicontrol::properties::get___object__ ( void  ) const
inline

Definition at line 11691 of file graphics.h.

References any_property::get().

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 2574 of file graphics.in.h.

Matrix base_properties::get_all_children ( void  ) const
inlineinherited
octave_value uicontrol::properties::get_backgroundcolor ( void  ) const
inline

Definition at line 11696 of file graphics.h.

References color_property::get().

Matrix uicontrol::properties::get_backgroundcolor_rgb ( void  ) const
inline
std::string base_properties::get_beingdeleted ( void  ) const
inlineinherited

Definition at line 2716 of file graphics.h.

References radio_property::current_value().

Referenced by base_properties::get().

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

Reimplemented from base_properties.

Matrix uicontrol::properties::get_boundingbox ( bool  internal = false,
const Matrix parent_pix_size = Matrix () 
) const
virtual
std::string base_properties::get_busyaction ( void  ) const
inlineinherited

Definition at line 2719 of file graphics.h.

References radio_property::current_value().

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

octave_value base_properties::get_buttondownfcn ( void  ) const
inlineinherited

Definition at line 2722 of file graphics.h.

References callback_property::get().

Referenced by base_properties::get().

octave_value uicontrol::properties::get_callback ( void  ) const
inline

Definition at line 11699 of file graphics.h.

References callback_property::get().

octave_value uicontrol::properties::get_cdata ( void  ) const
inline

Definition at line 11701 of file graphics.h.

References array_property::get().

Matrix base_properties::get_children ( void  ) const
inlineinherited

Definition at line 2569 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 uicontrol::properties::get_clipping ( void  ) const
inline

Definition at line 11704 of file graphics.h.

References radio_property::current_value().

octave_value base_properties::get_createfcn ( void  ) const
inlineinherited

Definition at line 2728 of file graphics.h.

References callback_property::get().

Referenced by base_properties::get().

octave_value base_properties::get_deletefcn ( void  ) const
inlineinherited

Definition at line 2731 of file graphics.h.

References callback_property::get().

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

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 2922 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 2938 of file graphics.cc.

References octave_scalar_map::assign().

std::string uicontrol::properties::get_enable ( void  ) const
inline

Definition at line 11707 of file graphics.h.

References radio_property::current_value().

octave_value uicontrol::properties::get_extent ( void  ) const
std::string uicontrol::properties::get_fontangle ( void  ) const
inline

Definition at line 11712 of file graphics.h.

References radio_property::current_value().

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

Definition at line 11714 of file graphics.h.

References string_property::string_value().

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

Definition at line 11716 of file graphics.h.

References double_property::double_value().

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

Definition at line 9014 of file graphics.cc.

References convert_font_size().

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

Definition at line 11719 of file graphics.h.

References radio_property::current_value().

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

Definition at line 11722 of file graphics.h.

References radio_property::current_value().

octave_value uicontrol::properties::get_foregroundcolor ( void  ) const
inline

Definition at line 11727 of file graphics.h.

References color_property::get().

Matrix uicontrol::properties::get_foregroundcolor_rgb ( void  ) const
inline
std::string base_properties::get_handlevisibility ( void  ) const
inlineinherited

Definition at line 2734 of file graphics.h.

References radio_property::current_value().

Referenced by base_properties::get().

Matrix base_properties::get_hidden_children ( void  ) const
inlineinherited

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

Matrix base_properties::get_hidden_children ( void  ) const
inlineinherited

Definition at line 2581 of file graphics.h.

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

Definition at line 2737 of file graphics.h.

References radio_property::current_value().

Referenced by base_properties::get().

std::string uicontrol::properties::get_horizontalalignment ( void  ) const
inline
std::string base_properties::get_interruptible ( void  ) const
inlineinherited

Definition at line 2740 of file graphics.h.

References radio_property::current_value().

Referenced by base_properties::get().

octave_value uicontrol::properties::get_keypressfcn ( void  ) const
inline
double uicontrol::properties::get_listboxtop ( void  ) const
inline

Definition at line 11735 of file graphics.h.

References double_property::double_value().

double uicontrol::properties::get_max ( void  ) const
inline
double uicontrol::properties::get_min ( void  ) const
inline
graphics_handle base_properties::get_parent ( void  ) const
inlineinherited
octave_value uicontrol::properties::get_position ( void  ) const
inline

Definition at line 11741 of file graphics.h.

References array_property::get().

property uicontrol::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 2988 of file graphics.cc.

References error().

Referenced by base_properties::get_property().

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

Definition at line 2745 of file graphics.h.

References radio_property::current_value().

Referenced by base_properties::get().

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

Definition at line 2748 of file graphics.h.

References radio_property::current_value().

Referenced by base_properties::get().

octave_value uicontrol::properties::get_sliderstep ( void  ) const
inline
octave_value uicontrol::properties::get_string ( void  ) const
inline

Definition at line 11747 of file graphics.h.

std::string uicontrol::properties::get_string_string ( void  ) const
inline
string_vector uicontrol::properties::get_string_vector ( void  ) const
inline
std::string uicontrol::properties::get_style ( void  ) const
inline

Definition at line 11750 of file graphics.h.

References radio_property::current_value().

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

Definition at line 2750 of file graphics.h.

References string_property::string_value().

Referenced by base_properties::get().

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
std::string uicontrol::properties::get_tooltipstring ( void  ) const
inline
std::string base_properties::get_type ( void  ) const
inlineinherited

Definition at line 2752 of file graphics.h.

References string_property::string_value().

Referenced by base_properties::get().

graphics_handle base_properties::get_uicontextmenu ( void  ) const
inlineinherited
std::string uicontrol::properties::get_units ( void  ) const
inline

Definition at line 11755 of file graphics.h.

References radio_property::current_value().

octave_value base_properties::get_userdata ( void  ) const
inlineinherited

Definition at line 2756 of file graphics.h.

References any_property::get().

Referenced by base_properties::get().

octave_value uicontrol::properties::get_value ( void  ) const
inline
std::string uicontrol::properties::get_verticalalignment ( void  ) const
inline
std::string base_properties::get_visible ( void  ) const
inlineinherited

Definition at line 2759 of file graphics.h.

References radio_property::current_value().

Referenced by base_properties::get().

virtual octave_value base_properties::get_xlim ( void  ) const
inlinevirtualinherited
virtual octave_value base_properties::get_xlim ( void  ) const
inlinevirtualinherited
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
std::string uicontrol::properties::graphics_object_name ( void  ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 11608 of file graphics.h.

bool base_properties::handlevisibility_is ( const std::string &  v) const
inlineinherited
bool uicontrol::properties::has_core_property ( const caseless_str pname)
static

Definition at line 6524 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 2957 of file graphics.cc.

Referenced by Fwaitfor().

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

Reimplemented from base_properties.

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

bool uicontrol::properties::has_readonly_property ( const caseless_str pname)
static

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

Referenced by uicontrol::has_readonly_property().

bool uicontrol::properties::horizontalalignment_is ( const std::string &  v) const
inline

Definition at line 11729 of file graphics.h.

References radio_property::is().

void uicontrol::properties::init ( void  )
inlineprotectedvirtual

Reimplemented from base_properties.

Definition at line 12042 of file graphics.h.

References array_property::add_constraint().

Referenced by properties().

virtual void base_properties::init_integerhandle ( const octave_value )
inlinevirtualinherited

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

Definition at line 2489 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 2491 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 2499 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 2501 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 2951 of file graphics.h.

bool base_properties::is___modified__ ( void  ) const
inlineinherited

Definition at line 2761 of file graphics.h.

References bool_property::is_on().

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
virtual bool base_properties::is_climinclude ( void  ) const
inlinevirtualinherited
virtual bool base_properties::is_climinclude ( void  ) const
inlinevirtualinherited
bool uicontrol::properties::is_clipping ( void  ) const
inline

Definition at line 11703 of file graphics.h.

References bool_property::is_on().

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

Definition at line 3116 of file graphics.cc.

bool base_properties::is_hittest ( void  ) const
inlineinherited

Definition at line 2736 of file graphics.h.

References bool_property::is_on().

Referenced by opengl_selector::select().

bool base_properties::is_interruptible ( void  ) const
inlineinherited

Definition at line 2739 of file graphics.h.

References bool_property::is_on().

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

bool base_properties::is_modified ( void  ) const
inlineinherited

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

bool base_properties::is_modified ( void  ) const
inlineinherited

Definition at line 2532 of file graphics.h.

Referenced by Fdrawnow().

bool base_properties::is_selected ( void  ) const
inlineinherited

Definition at line 2744 of file graphics.h.

References bool_property::is_on().

bool base_properties::is_selectionhighlight ( void  ) const
inlineinherited

Definition at line 2747 of file graphics.h.

References bool_property::is_on().

bool base_properties::is_visible ( void  ) const
inlineinherited
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
void base_properties::mark_modified ( void  )
inherited
void base_properties::mark_modified ( void  )
inherited

Definition at line 3064 of file graphics.cc.

References gh_manager::get_object(), base_graphics_object::get_parent(), and graphics_object::mark_modified().

Referenced by base_graphics_object::mark_modified(), figure::properties::set___enhanced__(), figure::properties::set___graphics_toolkit__(), figure::properties::set___guidata__(), axes::properties::set___hold_all__(), uimenu::properties::set___object__(), uicontextmenu::properties::set___object__(), set___object__(), uipanel::properties::set___object__(), uitoolbar::properties::set___object__(), uipushtool::properties::set___object__(), uitoggletool::properties::set___object__(), figure::properties::set___pan_mode__(), figure::properties::set___plot_stream__(), figure::properties::set___rotate_mode__(), figure::properties::set___zoom_mode__(), uimenu::properties::set_accelerator(), axes::properties::set_activepositionproperty(), axes::properties::set_alim(), image::properties::set_alim(), patch::properties::set_alim(), surface::properties::set_alim(), hggroup::properties::set_alim(), image::properties::set_aliminclude(), patch::properties::set_aliminclude(), surface::properties::set_aliminclude(), hggroup::properties::set_aliminclude(), axes::properties::set_alimmode(), image::properties::set_alphadata(), surface::properties::set_alphadata(), image::properties::set_alphadatamapping(), patch::properties::set_alphadatamapping(), surface::properties::set_alphadatamapping(), figure::properties::set_alphamap(), axes::properties::set_ambientlightcolor(), patch::properties::set_ambientstrength(), surface::properties::set_ambientstrength(), axes::properties::set_autopos_tag(), text::properties::set_autopos_tag(), patch::properties::set_backfacelighting(), surface::properties::set_backfacelighting(), text::properties::set_backgroundcolor(), set_backgroundcolor(), uipanel::properties::set_backgroundcolor(), uipanel::properties::set_bordertype(), uipanel::properties::set_borderwidth(), axes::properties::set_box(), figure::properties::set_buttondownfcn(), uimenu::properties::set_callback(), uicontextmenu::properties::set_callback(), set_callback(), axes::properties::set_cameraposition(), axes::properties::set_camerapositionmode(), axes::properties::set_cameratarget(), axes::properties::set_cameratargetmode(), axes::properties::set_cameraupvector(), axes::properties::set_cameraupvectormode(), axes::properties::set_cameraviewangle(), axes::properties::set_cameraviewanglemode(), image::properties::set_cdata(), patch::properties::set_cdata(), surface::properties::set_cdata(), set_cdata(), uipushtool::properties::set_cdata(), uitoggletool::properties::set_cdata(), image::properties::set_cdatamapping(), patch::properties::set_cdatamapping(), surface::properties::set_cdatamapping(), surface::properties::set_cdatasource(), uimenu::properties::set_checked(), uipushtool::properties::set_clickedcallback(), uitoggletool::properties::set_clickedcallback(), axes::properties::set_clim(), image::properties::set_clim(), patch::properties::set_clim(), surface::properties::set_clim(), hggroup::properties::set_clim(), image::properties::set_climinclude(), patch::properties::set_climinclude(), surface::properties::set_climinclude(), hggroup::properties::set_climinclude(), axes::properties::set_climmode(), set_clipping(), figure::properties::set_closerequestfcn(), figure::properties::set_color(), axes::properties::set_color(), line::properties::set_color(), text::properties::set_color(), figure::properties::set_colormap(), axes::properties::set_colororder(), root_figure::properties::set_commandwindowsize(), figure::properties::set_currentcharacter(), figure::properties::set_currentobject(), figure::properties::set_currentpoint(), axes::properties::set_currentpoint(), axes::properties::set_dataaspectratio(), axes::properties::set_dataaspectratiomode(), patch::properties::set_diffusestrength(), surface::properties::set_diffusestrength(), line::properties::set_displayname(), text::properties::set_displayname(), image::properties::set_displayname(), patch::properties::set_displayname(), surface::properties::set_displayname(), hggroup::properties::set_displayname(), figure::properties::set_dockcontrols(), figure::properties::set_doublebuffer(), axes::properties::set_drawmode(), patch::properties::set_edgealpha(), surface::properties::set_edgealpha(), text::properties::set_edgecolor(), patch::properties::set_edgecolor(), surface::properties::set_edgecolor(), patch::properties::set_edgelighting(), surface::properties::set_edgelighting(), text::properties::set_editing(), uimenu::properties::set_enable(), set_enable(), uipushtool::properties::set_enable(), uitoggletool::properties::set_enable(), line::properties::set_erasemode(), text::properties::set_erasemode(), image::properties::set_erasemode(), patch::properties::set_erasemode(), surface::properties::set_erasemode(), hggroup::properties::set_erasemode(), root_figure::properties::set_errormessage(), text::properties::set_extent(), set_extent(), patch::properties::set_facealpha(), surface::properties::set_facealpha(), patch::properties::set_facecolor(), surface::properties::set_facecolor(), patch::properties::set_facelighting(), surface::properties::set_facelighting(), patch::properties::set_faces(), patch::properties::set_facevertexalphadata(), patch::properties::set_facevertexcdata(), figure::properties::set_filename(), root_figure::properties::set_fixedwidthfontname(), uimenu::properties::set_fltk_label(), axes::properties::set_fontangle(), text::properties::set_fontangle(), set_fontangle(), uipanel::properties::set_fontangle(), axes::properties::set_fontname(), text::properties::set_fontname(), set_fontname(), uipanel::properties::set_fontname(), axes::properties::set_fontsize(), text::properties::set_fontsize(), set_fontsize(), uipanel::properties::set_fontsize(), axes::properties::set_fontsize_points(), text::properties::set_fontsize_points(), axes::properties::set_fontweight(), text::properties::set_fontweight(), set_fontweight(), uipanel::properties::set_fontweight(), uimenu::properties::set_foregroundcolor(), set_foregroundcolor(), uipanel::properties::set_foregroundcolor(), axes::properties::set_gridlinestyle(), uipanel::properties::set_highlightcolor(), text::properties::set_horizontalalignment(), set_horizontalalignment(), text::properties::set_horizontalalignmentmode(), axes::properties::set_interpreter(), line::properties::set_interpreter(), text::properties::set_interpreter(), patch::properties::set_interpreter(), surface::properties::set_interpreter(), figure::properties::set_inverthardcopy(), figure::properties::set_keypressfcn(), set_keypressfcn(), figure::properties::set_keyreleasefcn(), uimenu::properties::set_label(), root_figure::properties::set_language(), axes::properties::set_layer(), line::properties::set_linestyle(), text::properties::set_linestyle(), patch::properties::set_linestyle(), surface::properties::set_linestyle(), axes::properties::set_linewidth(), line::properties::set_linewidth(), text::properties::set_linewidth(), patch::properties::set_linewidth(), surface::properties::set_linewidth(), set_listboxtop(), axes::properties::set_looseinset(), text::properties::set_margin(), line::properties::set_marker(), patch::properties::set_marker(), surface::properties::set_marker(), line::properties::set_markeredgecolor(), patch::properties::set_markeredgecolor(), surface::properties::set_markeredgecolor(), line::properties::set_markerfacecolor(), patch::properties::set_markerfacecolor(), surface::properties::set_markerfacecolor(), line::properties::set_markersize(), patch::properties::set_markersize(), surface::properties::set_markersize(), set_max(), figure::properties::set_menubar(), surface::properties::set_meshstyle(), set_min(), figure::properties::set_mincolormap(), axes::properties::set_minorgridlinestyle(), root_figure::properties::set_monitorpositions(), axes::properties::set_mousewheelzoom(), figure::properties::set_name(), figure::properties::set_nextplot(), axes::properties::set_nextplot(), patch::properties::set_normalmode(), surface::properties::set_normalmode(), figure::properties::set_numbertitle(), uitoggletool::properties::set_offcallback(), uitoggletool::properties::set_oncallback(), axes::properties::set_outerposition(), figure::properties::set_paperorientation(), figure::properties::set_paperposition(), figure::properties::set_paperpositionmode(), figure::properties::set_papersize(), axes::properties::set_plotboxaspectratio(), axes::properties::set_plotboxaspectratiomode(), figure::properties::set_pointer(), root_figure::properties::set_pointerlocation(), figure::properties::set_pointershapecdata(), figure::properties::set_pointershapehotspot(), root_figure::properties::set_pointerwindow(), axes::properties::set_position(), text::properties::set_position(), uimenu::properties::set_position(), uicontextmenu::properties::set_position(), set_position(), uipanel::properties::set_position(), text::properties::set_positionmode(), axes::properties::set_projection(), figure::properties::set_renderer(), figure::properties::set_renderermode(), figure::properties::set_resize(), figure::properties::set_resizefcn(), uipanel::properties::set_resizefcn(), text::properties::set_rotation(), text::properties::set_rotationmode(), root_figure::properties::set_screendepth(), root_figure::properties::set_screenpixelsperinch(), root_figure::properties::set_screensize(), figure::properties::set_selectiontype(), uimenu::properties::set_separator(), uipushtool::properties::set_separator(), uitoggletool::properties::set_separator(), uipanel::properties::set_shadowcolor(), root_figure::properties::set_showhiddenhandles(), set_sliderstep(), patch::properties::set_specularcolorreflectance(), surface::properties::set_specularcolorreflectance(), patch::properties::set_specularexponent(), surface::properties::set_specularexponent(), patch::properties::set_specularstrength(), surface::properties::set_specularstrength(), uitoggletool::properties::set_state(), text::properties::set_string(), set_string(), axes::properties::set_tickdir(), axes::properties::set_tickdirmode(), axes::properties::set_ticklength(), axes::properties::set_tightinset(), uipanel::properties::set_title(), uipanel::properties::set_titleposition(), figure::properties::set_toolbar(), figure::properties::set_toolkit(), set_tooltipstring(), uipushtool::properties::set_tooltipstring(), uitoggletool::properties::set_tooltipstring(), root_figure::properties::set_units(), text::properties::set_units(), set_units(), set_value(), patch::properties::set_vertexnormals(), surface::properties::set_vertexnormals(), text::properties::set_verticalalignment(), set_verticalalignment(), text::properties::set_verticalalignmentmode(), patch::properties::set_vertices(), axes::properties::set_view(), figure::properties::set_windowbuttondownfcn(), figure::properties::set_windowbuttonmotionfcn(), figure::properties::set_windowbuttonupfcn(), figure::properties::set_windowkeypressfcn(), figure::properties::set_windowkeyreleasefcn(), figure::properties::set_windowscrollwheelfcn(), figure::properties::set_windowstyle(), figure::properties::set_wvisual(), figure::properties::set_wvisualmode(), axes::properties::set_x_normrendertransform(), axes::properties::set_x_projectiontransform(), axes::properties::set_x_rendertransform(), axes::properties::set_x_viewporttransform(), axes::properties::set_x_viewtransform(), axes::properties::set_xaxislocation(), axes::properties::set_xcolor(), line::properties::set_xdata(), image::properties::set_xdata(), patch::properties::set_xdata(), surface::properties::set_xdata(), image::properties::set_xdatamode(), line::properties::set_xdatasource(), surface::properties::set_xdatasource(), axes::properties::set_xdir(), figure::properties::set_xdisplay(), axes::properties::set_xgrid(), axes::properties::set_xlim(), line::properties::set_xlim(), text::properties::set_xlim(), image::properties::set_xlim(), patch::properties::set_xlim(), surface::properties::set_xlim(), hggroup::properties::set_xlim(), line::properties::set_xliminclude(), text::properties::set_xliminclude(), image::properties::set_xliminclude(), patch::properties::set_xliminclude(), surface::properties::set_xliminclude(), hggroup::properties::set_xliminclude(), axes::properties::set_xlimmode(), axes::properties::set_xminorgrid(), axes::properties::set_xminortick(), axes::properties::set_xmtick(), axes::properties::set_xscale(), axes::properties::set_xtick(), axes::properties::set_xticklabelmode(), axes::properties::set_xtickmode(), figure::properties::set_xvisual(), figure::properties::set_xvisualmode(), axes::properties::set_yaxislocation(), axes::properties::set_ycolor(), line::properties::set_ydata(), image::properties::set_ydata(), patch::properties::set_ydata(), surface::properties::set_ydata(), image::properties::set_ydatamode(), line::properties::set_ydatasource(), surface::properties::set_ydatasource(), axes::properties::set_ydir(), axes::properties::set_ygrid(), axes::properties::set_ylim(), line::properties::set_ylim(), text::properties::set_ylim(), image::properties::set_ylim(), patch::properties::set_ylim(), surface::properties::set_ylim(), hggroup::properties::set_ylim(), line::properties::set_yliminclude(), text::properties::set_yliminclude(), image::properties::set_yliminclude(), patch::properties::set_yliminclude(), surface::properties::set_yliminclude(), hggroup::properties::set_yliminclude(), axes::properties::set_ylimmode(), axes::properties::set_yminorgrid(), axes::properties::set_yminortick(), axes::properties::set_ymtick(), axes::properties::set_yscale(), axes::properties::set_ytick(), axes::properties::set_yticklabelmode(), axes::properties::set_ytickmode(), axes::properties::set_zcolor(), line::properties::set_zdata(), patch::properties::set_zdata(), surface::properties::set_zdata(), line::properties::set_zdatasource(), surface::properties::set_zdatasource(), axes::properties::set_zdir(), axes::properties::set_zgrid(), axes::properties::set_zlim(), line::properties::set_zlim(), text::properties::set_zlim(), patch::properties::set_zlim(), surface::properties::set_zlim(), hggroup::properties::set_zlim(), line::properties::set_zliminclude(), text::properties::set_zliminclude(), patch::properties::set_zliminclude(), surface::properties::set_zliminclude(), hggroup::properties::set_zliminclude(), axes::properties::set_zlimmode(), axes::properties::set_zminorgrid(), axes::properties::set_zminortick(), axes::properties::set_zmtick(), axes::properties::set_zscale(), axes::properties::set_ztick(), axes::properties::set_zticklabelmode(), and axes::properties::set_ztickmode().

any_property uicontrol::properties::Matrix ( void  )
any_property uicontrol::properties::Matrix ( void  )
any_property uicontrol::properties::Matrix ( void  )
void base_properties::override_defaults ( base_graphics_object obj)
inherited
void base_properties::override_defaults ( base_graphics_object obj)
inherited
std::set< std::string > uicontrol::properties::readonly_property_names ( void  )
static

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

References base_properties::readonly_property_names().

virtual void base_properties::remove_child ( const graphics_handle h)
inlinevirtualinherited
virtual void base_properties::remove_child ( const graphics_handle h)
inlinevirtualinherited
void base_properties::renumber_child ( graphics_handle  old_gh,
graphics_handle  new_gh 
)
inlineinherited

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

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

Definition at line 2607 of file graphics.h.

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

void base_properties::renumber_parent ( graphics_handle  new_gh)
inlineinherited

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

void base_properties::renumber_parent ( graphics_handle  new_gh)
inlineinherited

Definition at line 2612 of file graphics.h.

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

void base_properties::reparent ( const graphics_handle new_parent)
inlineinherited

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

void base_properties::reparent ( const graphics_handle new_parent)
inlineinherited

Definition at line 2590 of file graphics.h.

Referenced by base_graphics_object::reparent().

void uicontrol::properties::set ( const caseless_str pname,
const octave_value val 
)
virtual
void base_properties::set___modified__ ( const octave_value val)
inlineinherited

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

void base_properties::set___modified__ ( const octave_value val)
inlineinherited

Definition at line 2588 of file graphics.h.

Referenced by base_properties::set().

void uicontrol::properties::set___object__ ( const octave_value val)
inline

Definition at line 11763 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void uicontrol::properties::set_backgroundcolor ( const octave_value val)
inline

Definition at line 11774 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void base_properties::set_beingdeleted ( const octave_value val)
inlineinherited

Definition at line 2767 of file graphics.h.

References error_state, and base_property::set().

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

void base_properties::set_busyaction ( const octave_value val)
inlineinherited

Definition at line 2778 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void base_properties::set_buttondownfcn ( const octave_value val)
inlineinherited

Definition at line 2789 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void uicontrol::properties::set_callback ( const octave_value val)
inline

Definition at line 11785 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void uicontrol::properties::set_cdata ( const octave_value val)
inline

Definition at line 11796 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void base_properties::set_children ( const octave_value val)
inlineinherited

Definition at line 2800 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void uicontrol::properties::set_clipping ( const octave_value val)
inline

Definition at line 11807 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void base_properties::set_createfcn ( const octave_value val)
inlineinherited

Definition at line 2822 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void base_properties::set_deletefcn ( const octave_value val)
inlineinherited

Definition at line 2833 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

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 2968 of file graphics.cc.

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

Referenced by base_properties::set().

void uicontrol::properties::set_enable ( const octave_value val)
inline

Definition at line 11818 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void uicontrol::properties::set_extent ( const octave_value val)
inline

Definition at line 11829 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

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

Definition at line 11840 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

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

Definition at line 11852 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

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

Definition at line 11864 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

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

Definition at line 8988 of file graphics.cc.

References error_state, and base_graphics_object::mark_modified().

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

Definition at line 11878 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void uicontrol::properties::set_foregroundcolor ( const octave_value val)
inline

Definition at line 11890 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

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 2844 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void base_properties::set_hittest ( const octave_value val)
inlineinherited

Definition at line 2855 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void uicontrol::properties::set_horizontalalignment ( const octave_value val)
inline

Definition at line 11901 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void base_properties::set_interruptible ( const octave_value val)
inlineinherited

Definition at line 2866 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

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

Definition at line 11912 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void uicontrol::properties::set_listboxtop ( const octave_value val)
inline

Definition at line 11923 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void uicontrol::properties::set_max ( const octave_value val)
inline

Definition at line 11934 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void uicontrol::properties::set_min ( const octave_value val)
inline

Definition at line 11945 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void base_properties::set_modified ( const octave_value val)
inlineinherited

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

void base_properties::set_modified ( const octave_value val)
inlineinherited

Definition at line 2586 of file graphics.h.

Referenced by Fdrawnow().

void base_properties::set_parent ( const octave_value val)
inherited
void base_properties::set_parent ( const octave_value val)
inherited
void uicontrol::properties::set_position ( const octave_value val)
inline

Definition at line 11956 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void base_properties::set_selected ( const octave_value val)
inlineinherited

Definition at line 2877 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void base_properties::set_selectionhighlight ( const octave_value val)
inlineinherited

Definition at line 2888 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void uicontrol::properties::set_sliderstep ( const octave_value val)
inline

Definition at line 11967 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void uicontrol::properties::set_string ( const octave_value val)
inline

Definition at line 11978 of file graphics.h.

References error_state, and base_properties::mark_modified().

void uicontrol::properties::set_style ( const octave_value val)

Definition at line 8952 of file graphics.cc.

References error().

void base_properties::set_tag ( const octave_value val)
inlineinherited

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

void base_properties::set_tag ( const octave_value val)
inlineinherited

Definition at line 2567 of file graphics.h.

Referenced by base_properties::set().

void uicontrol::properties::set_tooltipstring ( const octave_value val)
inline

Definition at line 11992 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void base_properties::set_uicontextmenu ( const octave_value val)
inlineinherited

Definition at line 2899 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void uicontrol::properties::set_units ( const octave_value val)
inline

Definition at line 12003 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void base_properties::set_userdata ( const octave_value val)
inlineinherited

Definition at line 2911 of file graphics.h.

References error_state, and base_property::set().

Referenced by base_properties::set().

void uicontrol::properties::set_value ( const octave_value val)
inline

Definition at line 12015 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void uicontrol::properties::set_verticalalignment ( const octave_value val)
inline

Definition at line 12026 of file graphics.h.

References error_state, base_properties::mark_modified(), and base_property::set().

void base_properties::set_visible ( const octave_value val)
inlineinherited

Definition at line 2922 of file graphics.h.

References error_state, and base_property::set().

Referenced by QtHandles::Canvas::canvasToggleAxes(), and base_properties::set().

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

Definition at line 11754 of file graphics.h.

References radio_property::is().

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

Definition at line 3082 of file graphics.cc.

References gh_manager::get_object(), and graphics_object::update_axis_limits().

Referenced by image::properties::set_alim(), patch::properties::set_alim(), surface::properties::set_alim(), image::properties::set_aliminclude(), patch::properties::set_aliminclude(), surface::properties::set_aliminclude(), image::properties::set_alphadatamapping(), patch::properties::set_alphadatamapping(), surface::properties::set_alphadatamapping(), image::properties::set_cdatamapping(), patch::properties::set_cdatamapping(), surface::properties::set_cdatamapping(), image::properties::set_clim(), patch::properties::set_clim(), surface::properties::set_clim(), image::properties::set_climinclude(), patch::properties::set_climinclude(), surface::properties::set_climinclude(), axes::properties::set_climmode(), line::properties::set_xlim(), text::properties::set_xlim(), image::properties::set_xlim(), patch::properties::set_xlim(), surface::properties::set_xlim(), line::properties::set_xliminclude(), text::properties::set_xliminclude(), image::properties::set_xliminclude(), patch::properties::set_xliminclude(), surface::properties::set_xliminclude(), axes::properties::set_xlimmode(), axes::properties::set_xscale(), line::properties::set_ylim(), text::properties::set_ylim(), image::properties::set_ylim(), patch::properties::set_ylim(), surface::properties::set_ylim(), line::properties::set_yliminclude(), text::properties::set_yliminclude(), image::properties::set_yliminclude(), patch::properties::set_yliminclude(), surface::properties::set_yliminclude(), axes::properties::set_ylimmode(), axes::properties::set_yscale(), line::properties::set_zlim(), text::properties::set_zlim(), patch::properties::set_zlim(), surface::properties::set_zlim(), line::properties::set_zliminclude(), text::properties::set_zliminclude(), patch::properties::set_zliminclude(), surface::properties::set_zliminclude(), axes::properties::set_zlimmode(), and axes::properties::set_zscale().

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 uicontrol::properties::update_fontangle ( void  )
inlineprotected

Definition at line 12057 of file graphics.h.

void uicontrol::properties::update_fontname ( void  )
inlineprotected

Definition at line 12055 of file graphics.h.

void uicontrol::properties::update_fontsize ( void  )
inlineprotected

Definition at line 12056 of file graphics.h.

void uicontrol::properties::update_fontunits ( const caseless_str old_units)
protected

Definition at line 9002 of file graphics.cc.

References convert_font_size().

void uicontrol::properties::update_fontweight ( void  )
inlineprotected

Definition at line 12058 of file graphics.h.

void uicontrol::properties::update_string ( void  )
inlineprotected

Definition at line 12054 of file graphics.h.

void uicontrol::properties::update_text_extent ( void  )
protected
virtual void base_properties::update_uicontextmenu ( void  ) const
virtualinherited
void base_properties::update_uicontextmenu ( void  ) const
virtualinherited
void uicontrol::properties::update_units ( void  )
protected
bool uicontrol::properties::verticalalignment_is ( const std::string &  v) const
inline

Definition at line 11759 of file graphics.h.

References radio_property::is().

Member Data Documentation

bool_property base_properties::__modified__
protectedinherited

Definition at line 2686 of file graphics.h.

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

graphics_handle base_properties::__myhandle__
protectedinherited

Definition at line 2687 of file graphics.h.

any_property uicontrol::properties::__object__
private

Definition at line 11632 of file graphics.h.

Referenced by properties().

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

Definition at line 2948 of file graphics.h.

Referenced by base_properties::all_property_names().

color_property uicontrol::properties::backgroundcolor
private

Definition at line 11633 of file graphics.h.

Referenced by properties().

BEGIN_BASE_PROPERTIES bool_property base_properties::beingdeleted
protectedinherited

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

bool_property base_properties::beingdeleted
protectedinherited

Definition at line 2668 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 2653 of file graphics.in.h.

radio_property base_properties::busyaction
protectedinherited

Definition at line 2669 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 2653 of file graphics.in.h.

callback_property base_properties::buttondownfcn
protectedinherited

Definition at line 2670 of file graphics.h.

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

std::string uicontrol::properties::cached_units
private

Definition at line 12039 of file graphics.h.

callback_property uicontrol::properties::callback
private

Definition at line 11634 of file graphics.h.

Referenced by properties().

array_property uicontrol::properties::cdata
private

Definition at line 11635 of file graphics.h.

Referenced by properties().

children_property base_properties::children
protectedinherited

Definition at line 2671 of file graphics.h.

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

bool_property uicontrol::properties::clipping
private

Definition at line 11636 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 2658 of file graphics.in.h.

callback_property base_properties::createfcn
protectedinherited

Definition at line 2673 of file graphics.h.

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

callback_property base_properties::deletefcn
protectedinherited

Definition at line 2674 of file graphics.h.

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

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

Definition at line 2643 of file graphics.h.

any_property on radio_property uicontrol::properties::enable

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

radio_property uicontrol::properties::enable
private

Definition at line 11637 of file graphics.h.

Referenced by properties().

array_property uicontrol::properties::extent
private

Definition at line 11638 of file graphics.h.

Referenced by properties().

radio_property uicontrol::properties::fontangle
private

Definition at line 11639 of file graphics.h.

Referenced by properties().

string_property uicontrol::properties::fontname
private

Definition at line 11640 of file graphics.h.

Referenced by properties().

double_property uicontrol::properties::fontsize
private

Definition at line 11641 of file graphics.h.

Referenced by properties().

radio_property uicontrol::properties::fontunits
private

Definition at line 11642 of file graphics.h.

Referenced by properties().

radio_property uicontrol::properties::fontweight
private

Definition at line 11643 of file graphics.h.

Referenced by properties().

color_property uicontrol::properties::foregroundcolor
private

Definition at line 11644 of file graphics.h.

Referenced by properties().

std::string uicontrol::properties::go_name
staticprivate

Definition at line 11613 of file graphics.h.

radio_property base_properties::handlevisibility
protectedinherited

Definition at line 2675 of file graphics.h.

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

bool_property base_properties::hittest
protectedinherited

Definition at line 2676 of file graphics.h.

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

radio_property uicontrol::properties::horizontalalignment
private

Definition at line 11645 of file graphics.h.

Referenced by properties().

bool_property base_properties::interruptible
protectedinherited

Definition at line 2677 of file graphics.h.

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

callback_property uicontrol::properties::keypressfcn
private

Definition at line 11646 of file graphics.h.

Referenced by properties().

double_property uicontrol::properties::listboxtop
private

Definition at line 11647 of file graphics.h.

Referenced by properties().

double_property uicontrol::properties::max
private

Definition at line 11648 of file graphics.h.

Referenced by properties().

double_property uicontrol::properties::min
private

Definition at line 11649 of file graphics.h.

Referenced by properties().

handle_property base_properties::parent
protectedinherited

Definition at line 2678 of file graphics.h.

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

array_property uicontrol::properties::position
private

Definition at line 11650 of file graphics.h.

Referenced by properties().

bool_property base_properties::selected
protectedinherited

Definition at line 2679 of file graphics.h.

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

bool_property base_properties::selectionhighlight
protectedinherited

Definition at line 2680 of file graphics.h.

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

array_property uicontrol::properties::sliderstep
private

Definition at line 11651 of file graphics.h.

Referenced by properties().

string_array_property uicontrol::properties::string
private

Definition at line 11652 of file graphics.h.

radio_property uicontrol::properties::style
private

Definition at line 11653 of file graphics.h.

Referenced by properties().

string_property base_properties::tag
protectedinherited

Definition at line 2681 of file graphics.h.

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

string_property uicontrol::properties::tooltipstring
private

Definition at line 11654 of file graphics.h.

Referenced by properties().

string_property base_properties::type
protectedinherited

Definition at line 2682 of file graphics.h.

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

handle_property base_properties::uicontextmenu
protectedinherited

Definition at line 2683 of file graphics.h.

radio_property uicontrol::properties::units
private

Definition at line 11655 of file graphics.h.

Referenced by properties().

any_property base_properties::userdata
protectedinherited

Definition at line 2684 of file graphics.h.

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

row_vector_property uicontrol::properties::value
private

Definition at line 11656 of file graphics.h.

Referenced by properties().

radio_property uicontrol::properties::verticalalignment
private

Definition at line 11657 of file graphics.h.

Referenced by properties().

bool_property base_properties::visible
protectedinherited

Definition at line 2685 of file graphics.h.

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


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