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
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
base_properties Class Reference

#include "graphics.h"

Inheritance diagram for base_properties:
Inheritance graph
[legend]
Collaboration diagram for base_properties:
Collaboration graph
[legend]

Classes

struct  cmp_caseless_str

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
}

Public Member Functions

 base_properties (const std::string &ty="unknown", const graphics_handle &mh=graphics_handle(), const graphics_handle &p=graphics_handle())
 base_properties (const std::string &ty="unknown", const graphics_handle &mh=graphics_handle(), const graphics_handle &p=graphics_handle())
virtual ~base_properties (void)
virtual ~base_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
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_createfcn (const octave_value &data=octave_value()) const
void execute_deletefcn (const octave_value &data=octave_value()) const
virtual octave_value get (const caseless_str &pname) const
virtual octave_value get (const caseless_str &pname) const
virtual octave_value get (const std::string &pname) const
virtual octave_value get (const std::string &pname) const
virtual octave_value get (const char *pname) const
virtual octave_value get (const char *pname) const
virtual octave_value get (bool all=false) const
virtual octave_value get (bool all=false) const
std::string get___modified__ (void) const
graphics_handle get___myhandle__ (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
std::string get_beingdeleted (void) const
virtual Matrix get_boundingbox (bool=false, const Matrix &=Matrix()) const
virtual Matrix get_boundingbox (bool=false, const Matrix &=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_createfcn (void) const
octave_value get_deletefcn (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_interruptible (void) const
graphics_handle get_parent (void) const
virtual property get_property (const caseless_str &pname)
virtual property get_property (const caseless_str &pname)
std::string get_selected (void) const
std::string get_selectionhighlight (void) const
std::string get_tag (void) const
virtual graphics_toolkit get_toolkit (void) const
virtual graphics_toolkit get_toolkit (void) const
std::string get_type (void) const
graphics_handle get_uicontextmenu (void) const
octave_value get_userdata (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
virtual std::string graphics_object_name (void) const
virtual 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)
virtual bool has_property (const caseless_str &) const
virtual bool has_property (const caseless_str &) 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)
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)
virtual void set (const caseless_str &, const octave_value &)
virtual void set (const caseless_str &, const octave_value &)
void set___modified__ (const octave_value &val)
void set___modified__ (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_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_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_interruptible (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_selected (const octave_value &val)
void set_selectionhighlight (const octave_value &val)
void set_tag (const octave_value &val)
void set_tag (const octave_value &val)
void set_uicontextmenu (const octave_value &val)
void set_userdata (const octave_value &val)
void set_visible (const octave_value &val)
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)

Static Public Member Functions

static std::set< std::string > core_property_names (void)
static property_list::pval_map_type factory_defaults (void)
static property_list::pval_map_type factory_defaults (void)
static bool has_core_property (const caseless_str &pname)

Protected Member Functions

octave_value get_dynamic (const caseless_str &pname) const
octave_value get_dynamic (const caseless_str &pname) const
octave_value get_dynamic (bool all=false) const
octave_value get_dynamic (bool all=false) const
property get_property_dynamic (const caseless_str &pname)
property get_property_dynamic (const caseless_str &pname)
virtual void init (void)
void insert_static_property (const std::string &name, base_property &p)
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property 
Matrix () children_property children gf
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property 
Matrix () bool_property clipping
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property on
callback_property 
Matrix () callback_property deletefcn
BEGIN_BASE_PROPERTIES
bool_property off
radio_property queue cancel
callback_property on
callback_property 
Matrix () radio_property handlevisibility
void set_dynamic (const caseless_str &pname, const octave_value &val)
void set_dynamic (const caseless_str &pname, const octave_value &val)

Protected Attributes

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

Detailed Description

Definition at line 2406 of file graphics.h.

Member Enumeration Documentation

anonymous enum
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.

Constructor & Destructor Documentation

base_properties::base_properties ( const std::string &  ty = "unknown",
const graphics_handle mh = graphics_handle (),
const graphics_handle p = graphics_handle () 
)
virtual base_properties::~base_properties ( void  )
inlinevirtual

Definition at line 2413 of file graphics.h.

base_properties::base_properties ( const std::string &  ty = "unknown",
const graphics_handle mh = graphics_handle(),
const graphics_handle p = graphics_handle() 
)
virtual base_properties::~base_properties ( void  )
inlinevirtual

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

Member Function Documentation

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

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)
inlinevirtual
virtual void base_properties::adopt ( const graphics_handle h)
inlinevirtual
std::set< std::string > base_properties::all_property_names ( void  ) const
bool base_properties::busyaction_is ( const std::string &  v) const
inline

Definition at line 2638 of file graphics.h.

std::set< std::string > base_properties::core_property_names ( void  )
static
virtual void base_properties::delete_children ( bool  clear = false)
inlinevirtual

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

References clear().

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

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 
)
virtual
void base_properties::delete_listener ( const caseless_str nm,
const octave_value v,
listener_mode  mode = POSTSET 
)
virtual
std::set<std::string> base_properties::dynamic_property_names ( void  ) const
std::set< std::string > base_properties::dynamic_property_names ( void  ) const

Definition at line 2704 of file graphics.cc.

Referenced by all_property_names().

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

Reimplemented in figure::properties.

Definition at line 2641 of file graphics.h.

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

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
inline

Definition at line 2650 of file graphics.h.

Referenced by gh_manager::do_free().

static property_list::pval_map_type base_properties::factory_defaults ( void  )
static
property_list::pval_map_type base_properties::factory_defaults ( void  )
static
virtual octave_value base_properties::get ( const caseless_str pname) const
virtual
octave_value base_properties::get ( const caseless_str pname) const
virtual
virtual octave_value base_properties::get ( const std::string &  pname) const
inlinevirtual
virtual octave_value base_properties::get ( const std::string &  pname) const
inlinevirtual
virtual octave_value base_properties::get ( const char pname) const
inlinevirtual
virtual octave_value base_properties::get ( const char pname) const
inlinevirtual
virtual octave_value base_properties::get ( bool  all = false) const
virtual
octave_value base_properties::get ( bool  all = false) const
virtual
std::string base_properties::get___modified__ ( void  ) const
inline

Definition at line 2682 of file graphics.h.

Referenced by get().

graphics_handle base_properties::get___myhandle__ ( void  ) const
inline
virtual octave_value base_properties::get_alim ( void  ) const
inlinevirtual
virtual octave_value base_properties::get_alim ( void  ) const
inlinevirtual
Matrix base_properties::get_all_children ( void  ) const
inline

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

Matrix base_properties::get_all_children ( void  ) const
inline

Definition at line 2502 of file graphics.h.

Referenced by finalize_r(), and initialize_r().

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

Definition at line 2636 of file graphics.h.

Referenced by get().

virtual Matrix base_properties::get_boundingbox ( bool  = false,
const Matrix = Matrix () 
) const
inlinevirtual
virtual Matrix base_properties::get_boundingbox ( bool  = false,
const Matrix = Matrix () 
) const
inlinevirtual
std::string base_properties::get_busyaction ( void  ) const
inline

Definition at line 2639 of file graphics.h.

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

octave_value base_properties::get_buttondownfcn ( void  ) const
inline

Reimplemented in figure::properties.

Definition at line 2642 of file graphics.h.

Referenced by get().

Matrix base_properties::get_children ( void  ) const
inline

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

Matrix base_properties::get_children ( void  ) const
inline
virtual octave_value base_properties::get_clim ( void  ) const
inlinevirtual
virtual octave_value base_properties::get_clim ( void  ) const
inlinevirtual
std::string base_properties::get_clipping ( void  ) const
inline

Reimplemented in uicontrol::properties.

Definition at line 2645 of file graphics.h.

Referenced by get().

octave_value base_properties::get_createfcn ( void  ) const
inline

Definition at line 2648 of file graphics.h.

Referenced by get().

octave_value base_properties::get_deletefcn ( void  ) const
inline

Definition at line 2651 of file graphics.h.

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

octave_value base_properties::get_dynamic ( const caseless_str pname) const
protected
octave_value base_properties::get_dynamic ( bool  all = false) const
protected
octave_value base_properties::get_dynamic ( const caseless_str pname) const
protected

Definition at line 2675 of file graphics.cc.

References error().

Referenced by get().

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

Definition at line 2691 of file graphics.cc.

References octave_scalar_map::assign().

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

Definition at line 2654 of file graphics.h.

Referenced by get().

Matrix base_properties::get_hidden_children ( void  ) const
inline

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

Matrix base_properties::get_hidden_children ( void  ) const
inline

Definition at line 2507 of file graphics.h.

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

Definition at line 2657 of file graphics.h.

Referenced by get().

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

Definition at line 2660 of file graphics.h.

Referenced by get().

graphics_handle base_properties::get_parent ( void  ) const
inline

Definition at line 2662 of file graphics.h.

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

virtual property base_properties::get_property ( const caseless_str pname)
virtual
property base_properties::get_property ( const caseless_str pname)
virtual
property base_properties::get_property_dynamic ( const caseless_str pname)
protected
property base_properties::get_property_dynamic ( const caseless_str pname)
protected

Definition at line 2741 of file graphics.cc.

References error().

Referenced by get_property().

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

Definition at line 2665 of file graphics.h.

Referenced by get().

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

Definition at line 2668 of file graphics.h.

Referenced by get().

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

Definition at line 2670 of file graphics.h.

Referenced by get().

virtual graphics_toolkit base_properties::get_toolkit ( void  ) const
virtual

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

graphics_toolkit base_properties::get_toolkit ( void  ) const
virtual
std::string base_properties::get_type ( void  ) const
inline

Definition at line 2672 of file graphics.h.

Referenced by get().

graphics_handle base_properties::get_uicontextmenu ( void  ) const
inline

Definition at line 2674 of file graphics.h.

Referenced by get().

octave_value base_properties::get_userdata ( void  ) const
inline

Definition at line 2676 of file graphics.h.

Referenced by get().

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

Definition at line 2679 of file graphics.h.

Referenced by get().

virtual octave_value base_properties::get_xlim ( void  ) const
inlinevirtual
virtual octave_value base_properties::get_xlim ( void  ) const
inlinevirtual
virtual octave_value base_properties::get_ylim ( void  ) const
inlinevirtual
virtual octave_value base_properties::get_ylim ( void  ) const
inlinevirtual
virtual octave_value base_properties::get_zlim ( void  ) const
inlinevirtual
virtual octave_value base_properties::get_zlim ( void  ) const
inlinevirtual
virtual std::string base_properties::graphics_object_name ( void  ) const
inlinevirtual
virtual std::string base_properties::graphics_object_name ( void  ) const
inlinevirtual
bool base_properties::handlevisibility_is ( const std::string &  v) const
inline

Definition at line 2653 of file graphics.h.

bool base_properties::has_core_property ( const caseless_str pname)
static
bool base_properties::has_dynamic_property ( const std::string &  pname)
bool base_properties::has_dynamic_property ( const std::string &  pname)

Definition at line 2710 of file graphics.cc.

Referenced by Fwaitfor().

virtual bool base_properties::has_property ( const caseless_str ) const
inlinevirtual
virtual bool base_properties::has_property ( const caseless_str ) const
inlinevirtual
virtual void base_properties::init ( void  )
inlineprotectedvirtual
virtual void base_properties::init_integerhandle ( const octave_value )
inlinevirtual

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

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

References panic_impossible.

virtual void base_properties::init_integerhandle ( const octave_value )
inlinevirtual

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

Definition at line 2421 of file graphics.h.

References panic_impossible.

Referenced by F__go_figure__().

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

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 
)
inline

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 
)
inlineprotected

Definition at line 2870 of file graphics.h.

bool base_properties::is___modified__ ( void  ) const
inline

Definition at line 2681 of file graphics.h.

virtual bool base_properties::is_aliminclude ( void  ) const
inlinevirtual
virtual bool base_properties::is_aliminclude ( void  ) const
inlinevirtual
bool base_properties::is_beingdeleted ( void  ) const
inline

Definition at line 2635 of file graphics.h.

Referenced by delete_graphics_object().

virtual bool base_properties::is_climinclude ( void  ) const
inlinevirtual
virtual bool base_properties::is_climinclude ( void  ) const
inlinevirtual
bool base_properties::is_clipping ( void  ) const
inline

Reimplemented in uicontrol::properties.

Definition at line 2644 of file graphics.h.

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

Definition at line 2836 of file graphics.cc.

bool base_properties::is_hittest ( void  ) const
inline

Definition at line 2656 of file graphics.h.

bool base_properties::is_interruptible ( void  ) const
inline

Definition at line 2659 of file graphics.h.

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

bool base_properties::is_modified ( void  ) const
inline

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

bool base_properties::is_modified ( void  ) const
inline

Definition at line 2462 of file graphics.h.

Referenced by Fdrawnow().

bool base_properties::is_selected ( void  ) const
inline

Definition at line 2664 of file graphics.h.

bool base_properties::is_selectionhighlight ( void  ) const
inline

Definition at line 2667 of file graphics.h.

bool base_properties::is_visible ( void  ) const
inline

Definition at line 2678 of file graphics.h.

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

virtual bool base_properties::is_xliminclude ( void  ) const
inlinevirtual
virtual bool base_properties::is_xliminclude ( void  ) const
inlinevirtual
virtual bool base_properties::is_yliminclude ( void  ) const
inlinevirtual
virtual bool base_properties::is_yliminclude ( void  ) const
inlinevirtual
virtual bool base_properties::is_zliminclude ( void  ) const
inlinevirtual
virtual bool base_properties::is_zliminclude ( void  ) const
inlinevirtual
void base_properties::mark_modified ( void  )
void base_properties::mark_modified ( void  )
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property base_properties::Matrix ( void  )
protected
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property base_properties::Matrix ( void  )
protected
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property on callback_property base_properties::Matrix ( void  )
protected
BEGIN_BASE_PROPERTIES bool_property off radio_property queue cancel callback_property on callback_property base_properties::Matrix ( void  )
protected
void base_properties::override_defaults ( base_graphics_object obj)
void base_properties::override_defaults ( base_graphics_object obj)
virtual void base_properties::remove_child ( const graphics_handle h)
inlinevirtual
virtual void base_properties::remove_child ( const graphics_handle h)
inlinevirtual
void base_properties::renumber_child ( graphics_handle  old_gh,
graphics_handle  new_gh 
)
inline

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

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

Definition at line 2531 of file graphics.h.

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

void base_properties::renumber_parent ( graphics_handle  new_gh)
inline

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

void base_properties::renumber_parent ( graphics_handle  new_gh)
inline

Definition at line 2536 of file graphics.h.

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

void base_properties::reparent ( const graphics_handle new_parent)
inline

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

void base_properties::reparent ( const graphics_handle new_parent)
inline

Definition at line 2516 of file graphics.h.

Referenced by base_graphics_object::reparent().

virtual void base_properties::set ( const caseless_str ,
const octave_value  
)
virtual
void base_properties::set ( const caseless_str pname,
const octave_value val 
)
virtual
void base_properties::set___modified__ ( const octave_value val)
inline

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

void base_properties::set___modified__ ( const octave_value val)
inline

Definition at line 2514 of file graphics.h.

Referenced by set().

void base_properties::set_beingdeleted ( const octave_value val)
inline

Definition at line 2687 of file graphics.h.

References error_state.

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

void base_properties::set_busyaction ( const octave_value val)
inline

Definition at line 2698 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_buttondownfcn ( const octave_value val)
inline

Reimplemented in figure::properties.

Definition at line 2709 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_children ( const octave_value val)
inline

Definition at line 2720 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_clipping ( const octave_value val)
inline

Reimplemented in uicontrol::properties.

Definition at line 2731 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_createfcn ( const octave_value val)
inline

Definition at line 2742 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_deletefcn ( const octave_value val)
inline

Definition at line 2753 of file graphics.h.

References error_state.

Referenced by set().

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

Definition at line 2721 of file graphics.cc.

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

Referenced by set().

void base_properties::set_from_list ( base_graphics_object obj,
property_list defaults 
)
void base_properties::set_from_list ( base_graphics_object obj,
property_list defaults 
)
void base_properties::set_handlevisibility ( const octave_value val)
inline

Definition at line 2764 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_hittest ( const octave_value val)
inline

Definition at line 2775 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_interruptible ( const octave_value val)
inline

Definition at line 2786 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_modified ( const octave_value val)
inline

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

void base_properties::set_modified ( const octave_value val)
inline

Definition at line 2512 of file graphics.h.

Referenced by Fdrawnow().

void base_properties::set_parent ( const octave_value val)
void base_properties::set_parent ( const octave_value val)
void base_properties::set_selected ( const octave_value val)
inline

Definition at line 2797 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_selectionhighlight ( const octave_value val)
inline

Definition at line 2808 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_tag ( const octave_value val)
inline

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

void base_properties::set_tag ( const octave_value val)
inline

Definition at line 2493 of file graphics.h.

Referenced by set().

void base_properties::set_uicontextmenu ( const octave_value val)
inline

Definition at line 2819 of file graphics.h.

References error_state, and base_graphics_object::set().

Referenced by set().

void base_properties::set_userdata ( const octave_value val)
inline

Definition at line 2830 of file graphics.h.

References error_state.

Referenced by set().

void base_properties::set_visible ( const octave_value val)
inline

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

Definition at line 2841 of file graphics.h.

References error_state.

Referenced by set().

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

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

void base_properties::update_autopos ( const std::string &  elem_type)
virtual
virtual void base_properties::update_axis_limits ( const std::string &  axis_type) const
virtual
void base_properties::update_axis_limits ( const std::string &  axis_type) const
virtual
virtual void base_properties::update_axis_limits ( const std::string &  axis_type,
const graphics_handle h 
) const
virtual
void base_properties::update_axis_limits ( const std::string &  axis_type,
const graphics_handle h 
) const
virtual
virtual void base_properties::update_boundingbox ( void  )
virtual

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

void base_properties::update_boundingbox ( void  )
virtual

Member Data Documentation

bool_property base_properties::__modified__
protected

Definition at line 2606 of file graphics.h.

Referenced by base_properties(), and get_property().

graphics_handle base_properties::__myhandle__
protected

Definition at line 2607 of file graphics.h.

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

Definition at line 2867 of file graphics.h.

Referenced by all_property_names().

BEGIN_BASE_PROPERTIES bool_property base_properties::beingdeleted
protected

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

bool_property base_properties::beingdeleted
protected

Definition at line 2588 of file graphics.h.

Referenced by base_properties(), and get_property().

BEGIN_BASE_PROPERTIES bool_property off radio_property base_properties::busyaction
protected

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

radio_property base_properties::busyaction
protected

Definition at line 2589 of file graphics.h.

Referenced by base_properties(), and get_property().

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

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

callback_property base_properties::buttondownfcn
protected

Definition at line 2590 of file graphics.h.

Referenced by base_properties(), and get_property().

children_property base_properties::children
protected

Definition at line 2591 of file graphics.h.

Referenced by base_properties(), and get_property().

bool_property base_properties::clipping
protected

Definition at line 2592 of file graphics.h.

Referenced by base_properties(), and get_property().

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

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

callback_property base_properties::createfcn
protected

Definition at line 2593 of file graphics.h.

Referenced by base_properties(), and get_property().

callback_property base_properties::deletefcn
protected

Definition at line 2594 of file graphics.h.

Referenced by base_properties(), and get_property().

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

Definition at line 2567 of file graphics.h.

radio_property base_properties::handlevisibility
protected

Definition at line 2595 of file graphics.h.

Referenced by base_properties(), and get_property().

bool_property base_properties::hittest
protected

Definition at line 2596 of file graphics.h.

Referenced by base_properties(), and get_property().

bool_property base_properties::interruptible
protected

Definition at line 2597 of file graphics.h.

Referenced by base_properties(), and get_property().

handle_property base_properties::parent
protected

Definition at line 2598 of file graphics.h.

Referenced by base_properties(), and get_property().

bool_property base_properties::selected
protected

Definition at line 2599 of file graphics.h.

Referenced by base_properties(), and get_property().

bool_property base_properties::selectionhighlight
protected

Definition at line 2600 of file graphics.h.

Referenced by base_properties(), and get_property().

string_property base_properties::tag
protected

Definition at line 2601 of file graphics.h.

Referenced by base_properties(), and get_property().

string_property base_properties::type
protected

Definition at line 2602 of file graphics.h.

Referenced by base_properties(), and get_property().

handle_property base_properties::uicontextmenu
protected

Definition at line 2603 of file graphics.h.

any_property base_properties::userdata
protected

Definition at line 2604 of file graphics.h.

Referenced by base_properties(), and get_property().

bool_property base_properties::visible
protected

Definition at line 2605 of file graphics.h.

Referenced by base_properties(), and get_property().


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