GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
uitable::properties Class Reference

#include "graphics.h"

Inheritance diagram for uitable::properties:
base_properties

Public Types

enum  {
  ID___OBJECT__ = 17000 , ID_BACKGROUNDCOLOR = 17001 , ID_CELLEDITCALLBACK = 17002 , ID_CELLSELECTIONCALLBACK = 17003 ,
  ID_COLUMNEDITABLE = 17004 , ID_COLUMNFORMAT = 17005 , ID_COLUMNNAME = 17006 , ID_COLUMNWIDTH = 17007 ,
  ID_DATA = 17008 , ID_ENABLE = 17009 , ID_EXTENT = 17010 , ID_FONTANGLE = 17011 ,
  ID_FONTNAME = 17012 , ID_FONTSIZE = 17013 , ID_FONTUNITS = 17014 , ID_FONTWEIGHT = 17015 ,
  ID_FOREGROUNDCOLOR = 17016 , ID_KEYPRESSFCN = 17017 , ID_KEYRELEASEFCN = 17018 , ID_POSITION = 17019 ,
  ID_REARRANGEABLECOLUMNS = 17020 , ID_ROWNAME = 17021 , ID_ROWSTRIPING = 17022 , ID_TOOLTIPSTRING = 17023 ,
  ID_UNITS = 17024
}
 
- Public Types inherited from base_properties
enum  {
  ID_BEINGDELETED = 0 , ID_BUSYACTION = 1 , ID_BUTTONDOWNFCN = 2 , ID_CHILDREN = 3 ,
  ID_CLIPPING = 4 , ID_CONTEXTMENU = 5 , ID_CREATEFCN = 6 , ID_DELETEFCN = 7 ,
  ID_HANDLEVISIBILITY = 8 , ID_HITTEST = 9 , ID_INTERRUPTIBLE = 10 , ID_PARENT = 11 ,
  ID_PICKABLEPARTS = 12 , ID_SELECTED = 13 , ID_SELECTIONHIGHLIGHT = 14 , ID_TAG = 15 ,
  ID_TYPE = 16 , ID_UICONTEXTMENU = 17 , ID_USERDATA = 18 , ID_VISIBLE = 19 ,
  ID___APPDATA__ = 20 , ID___MODIFIED__ = 21 , ID___MYHANDLE__ = 22
}
 

Public Member Functions

 properties ()=delete
 
 properties (const graphics_handle &mh, const graphics_handle &p)
 
 ~properties ()=default
 
std::set< std::string > all_property_names () const
 
void execute_celleditcallback (const octave_value &new_data=octave_value()) const
 
void execute_cellselectioncallback (const octave_value &new_data=octave_value()) const
 
void execute_keypressfcn (const octave_value &new_data=octave_value()) const
 
void execute_keyreleasefcn (const octave_value &new_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 () const
 
octave_value get (bool all=false) const
 
octave_value get (const caseless_str &pname) const
 
octave_value get (const char *pname) const
 
octave_value get (const std::string &pname) const
 
double get___fontsize_points__ (double box_pix_height=0) const
 
octave_value get___object__ () const
 
Matrix get_alternatebackgroundcolor_rgb ()
 
octave_value get_backgroundcolor () const
 
Matrix get_backgroundcolor_rgb ()
 
Matrix get_boundingbox (bool internal=false, const Matrix &parent_pix_size=Matrix()) const
 
octave_value get_celleditcallback () const
 
octave_value get_cellselectioncallback () const
 
octave_value get_columneditable () const
 
octave_value get_columnformat () const
 
octave_value get_columnname () const
 
octave_value get_columnwidth () const
 
octave_value get_data () const
 
std::string get_enable () const
 
octave_value get_extent () const
 
Matrix get_extent_matrix () const
 
std::string get_fontangle () const
 
std::string get_fontname () const
 
double get_fontsize () const
 
double get_fontsize_pixels (double box_pix_height=0) const
 
std::string get_fontunits () const
 
std::string get_fontweight () const
 
octave_value get_foregroundcolor () const
 
Matrix get_foregroundcolor_rgb () const
 
octave_value get_keypressfcn () const
 
octave_value get_keyreleasefcn () const
 
octave_value get_position () const
 
property get_property (const caseless_str &pname)
 
std::string get_rearrangeablecolumns () const
 
octave_value get_rowname () const
 
std::string get_rowstriping () const
 
std::string get_tooltipstring () const
 
std::string get_units () const
 
std::string graphics_object_name () const
 
bool has_property (const caseless_str &pname) const
 
bool is_enable () const
 
bool is_rearrangeablecolumns () const
 
bool is_rowstriping () const
 
void set (const caseless_str &pname, const octave_value &val)
 
void set___object__ (const octave_value &val)
 
void set_backgroundcolor (const octave_value &val)
 
void set_celleditcallback (const octave_value &val)
 
void set_cellselectioncallback (const octave_value &val)
 
void set_columneditable (const octave_value &val)
 
void set_columnformat (const octave_value &val)
 
void set_columnname (const octave_value &val)
 
void set_columnwidth (const octave_value &val)
 
void set_data (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_keypressfcn (const octave_value &val)
 
void set_keyreleasefcn (const octave_value &val)
 
void set_position (const octave_value &val)
 
void set_rearrangeablecolumns (const octave_value &val)
 
void set_rowname (const octave_value &val)
 
void set_rowstriping (const octave_value &val)
 
void set_tooltipstring (const octave_value &val)
 
void set_units (const octave_value &val)
 
bool units_is (const std::string &v) const
 
- Public Member Functions inherited from base_properties
 base_properties (const std::string &ty="unknown", const graphics_handle &mh=graphics_handle(), const graphics_handle &p=graphics_handle())
 
virtual ~base_properties ()=default
 
virtual void add_listener (const caseless_str &, const octave_value &, listener_mode=GCB_POSTSET)
 
virtual void adopt (const graphics_handle &h)
 
std::set< std::string > all_property_names () const
 
bool busyaction_is (const std::string &v) const
 
virtual void delete_children (bool clear=false, bool from_root=false)
 
virtual void delete_listener (const caseless_str &, const octave_value &, listener_mode=GCB_POSTSET)
 
std::set< std::string > dynamic_property_names () const
 
void execute_buttondownfcn (const octave_value &new_data=octave_value()) const
 
void execute_createfcn (const octave_value &new_data=octave_value()) const
 
void execute_deletefcn (const octave_value &new_data=octave_value()) const
 
octave_value get___appdata__ () const
 
std::string get___modified__ () const
 
graphics_handle get___myhandle__ () const
 
virtual octave_value get_alim () const
 
Matrix get_all_children () const
 
std::string get_beingdeleted () const
 
std::string get_busyaction () const
 
octave_value get_buttondownfcn () const
 
Matrix get_children () const
 
void get_children_of_type (const caseless_str &type, bool get_invisible, bool traverse, std::list< graphics_object > &children_list) const
 
virtual octave_value get_clim () const
 
std::string get_clipping () const
 
graphics_handle get_contextmenu () const
 
octave_value get_createfcn () const
 
octave_value get_deletefcn () const
 
std::string get_handlevisibility () const
 
Matrix get_hidden_children () const
 
std::string get_hittest () const
 
std::string get_interruptible () const
 
graphics_handle get_parent () const
 
std::string get_pickableparts () const
 
std::string get_selected () const
 
std::string get_selectionhighlight () const
 
std::string get_tag () const
 
virtual octave::graphics_toolkit get_toolkit () const
 
std::string get_type () const
 
graphics_handle get_uicontextmenu () const
 
octave_value get_userdata () const
 
std::string get_visible () const
 
virtual octave_value get_xlim () const
 
virtual octave_value get_ylim () const
 
virtual octave_value get_zlim () const
 
bool handlevisibility_is (const std::string &v) const
 
bool has_dynamic_property (const std::string &pname) const
 
virtual void init_integerhandle (const octave_value &)
 
void insert_property (const std::string &name, property p)
 
bool is___modified__ () const
 
virtual bool is_aliminclude () const
 
bool is_beingdeleted () const
 
virtual bool is_climinclude () const
 
bool is_clipping () const
 
bool is_handle_visible () const
 
bool is_hittest () const
 
bool is_interruptible () const
 
bool is_modified () const
 
bool is_selected () const
 
bool is_selectionhighlight () const
 
bool is_visible () const
 
virtual bool is_xliminclude () const
 
virtual bool is_yliminclude () const
 
virtual bool is_zliminclude () const
 
void mark_modified ()
 
void override_defaults (base_graphics_object &obj)
 
bool pickableparts_is (const std::string &v) const
 
virtual void remove_child (const graphics_handle &h, bool=false)
 
void renumber_child (graphics_handle old_gh, graphics_handle new_gh)
 
void renumber_parent (graphics_handle new_gh)
 
void reparent (const graphics_handle &new_parent)
 
void set___appdata__ (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_contextmenu (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_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_parent (const octave_value &val)
 
void set_pickableparts (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_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_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_beingdeleted ()
 
virtual void update_boundingbox ()
 
virtual void update_contextmenu () const
 
virtual void update_handlevisibility ()
 
virtual void update_visible ()
 

Static Public Member Functions

static std::set< std::string > core_property_names ()
 
static property_list::pval_map_type factory_defaults ()
 
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 ()
 
- Static Public Member Functions inherited from base_properties
static std::set< std::string > core_property_names ()
 
static property_list::pval_map_type factory_defaults ()
 
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 ()
 

Protected Member Functions

void init ()
 
void update_data ()
 
void update_fontangle ()
 
void update_fontname ()
 
void update_fontsize ()
 
void update_fontunits (const caseless_str &old_units)
 
void update_fontweight ()
 
void update_table_extent ()
 
void update_units (const caseless_str &old_units)
 
- Protected Member Functions inherited from base_properties
octave_value get_dynamic (bool all=false) const
 
octave_value get_dynamic (const caseless_str &pname) const
 
property get_property_dynamic (const caseless_str &pname) const
 
void set_dynamic (const caseless_str &pname, const octave_value &val)
 

Additional Inherited Members

- Protected Attributes inherited from base_properties
any_property m___appdata__
 
bool_property m___modified__
 
graphics_handle m___myhandle__
 
std::map< caseless_str, property, cmp_caseless_strm_all_props
 
bool_property m_beingdeleted
 
radio_property m_busyaction
 
callback_property m_buttondownfcn
 
children_property m_children
 
bool_property m_clipping
 
handle_property m_contextmenu
 
callback_property m_createfcn
 
callback_property m_deletefcn
 
std::set< std::string > m_dynamic_properties
 
radio_property m_handlevisibility
 
bool_property m_hittest
 
bool_property m_interruptible
 
handle_property m_parent
 
radio_property m_pickableparts
 
bool_property m_selected
 
bool_property m_selectionhighlight
 
string_property m_tag
 
string_property m_type
 
handle_property m_uicontextmenu
 
any_property m_userdata
 
bool_property m_visible
 

Detailed Description

Definition at line 13361 of file graphics.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ID___OBJECT__ 
ID_BACKGROUNDCOLOR 
ID_CELLEDITCALLBACK 
ID_CELLSELECTIONCALLBACK 
ID_COLUMNEDITABLE 
ID_COLUMNFORMAT 
ID_COLUMNNAME 
ID_COLUMNWIDTH 
ID_DATA 
ID_ENABLE 
ID_EXTENT 
ID_FONTANGLE 
ID_FONTNAME 
ID_FONTSIZE 
ID_FONTUNITS 
ID_FONTWEIGHT 
ID_FOREGROUNDCOLOR 
ID_KEYPRESSFCN 
ID_KEYRELEASEFCN 
ID_POSITION 
ID_REARRANGEABLECOLUMNS 
ID_ROWNAME 
ID_ROWSTRIPING 
ID_TOOLTIPSTRING 
ID_UNITS 

Definition at line 13461 of file graphics.h.

Constructor & Destructor Documentation

◆ properties() [1/2]

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

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

◆ properties() [2/2]

uitable::properties::properties ( )
delete

◆ ~properties()

uitable::properties::~properties ( )
default

Member Function Documentation

◆ all_property_names()

std::set< std::string > uitable::properties::all_property_names ( ) const

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

References base_properties::all_property_names().

◆ core_property_names()

std::set< std::string > uitable::properties::core_property_names ( )
static

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

References base_properties::core_property_names().

◆ execute_celleditcallback()

void uitable::properties::execute_celleditcallback ( const octave_value new_data = octave_value ()) const
inline

Definition at line 13494 of file graphics.h.

References callback_property::execute().

◆ execute_cellselectioncallback()

void uitable::properties::execute_cellselectioncallback ( const octave_value new_data = octave_value ()) const
inline

Definition at line 13497 of file graphics.h.

References callback_property::execute().

◆ execute_keypressfcn()

void uitable::properties::execute_keypressfcn ( const octave_value new_data = octave_value ()) const
inline

Definition at line 13533 of file graphics.h.

References callback_property::execute().

◆ execute_keyreleasefcn()

void uitable::properties::execute_keyreleasefcn ( const octave_value new_data = octave_value ()) const
inline

Definition at line 13536 of file graphics.h.

References callback_property::execute().

◆ factory_defaults()

property_list::pval_map_type uitable::properties::factory_defaults ( )
static

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

References base_properties::factory_defaults(), and m.

◆ fontangle_is()

bool uitable::properties::fontangle_is ( const std::string &  v) const
inline

Definition at line 13515 of file graphics.h.

References radio_property::is().

◆ fontunits_is()

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

Definition at line 13522 of file graphics.h.

References radio_property::is().

◆ fontweight_is()

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

Definition at line 13525 of file graphics.h.

References radio_property::is().

◆ foregroundcolor_is()

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

Definition at line 13529 of file graphics.h.

References color_property::is().

◆ foregroundcolor_is_rgb()

bool uitable::properties::foregroundcolor_is_rgb ( ) const
inline

Definition at line 13528 of file graphics.h.

References color_property::is_rgb().

◆ get() [1/4]

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

Reimplemented from base_properties.

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

References base_properties::get(), m, and octave_value::map_value().

◆ get() [2/4]

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

Reimplemented from base_properties.

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

◆ get() [3/4]

octave_value uitable::properties::get ( const char *  pname) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 13402 of file graphics.h.

◆ get() [4/4]

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

Reimplemented from base_properties.

Definition at line 13397 of file graphics.h.

◆ get___fontsize_points__()

double uitable::properties::get___fontsize_points__ ( double  box_pix_height = 0) const

Definition at line 11499 of file graphics.cc.

◆ get___object__()

octave_value uitable::properties::get___object__ ( ) const
inline

Definition at line 13490 of file graphics.h.

References any_property::get().

◆ get_alternatebackgroundcolor_rgb()

Matrix uitable::properties::get_alternatebackgroundcolor_rgb ( )

Definition at line 11530 of file graphics.cc.

References Matrix::row(), and Array< T, Alloc >::rows().

◆ get_backgroundcolor()

octave_value uitable::properties::get_backgroundcolor ( ) const
inline

Definition at line 13492 of file graphics.h.

References array_property::get().

◆ get_backgroundcolor_rgb()

Matrix uitable::properties::get_backgroundcolor_rgb ( )

Definition at line 11523 of file graphics.cc.

References Matrix::row().

◆ get_boundingbox()

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

◆ get_celleditcallback()

octave_value uitable::properties::get_celleditcallback ( ) const
inline

Definition at line 13495 of file graphics.h.

References callback_property::get().

◆ get_cellselectioncallback()

octave_value uitable::properties::get_cellselectioncallback ( ) const
inline

Definition at line 13498 of file graphics.h.

References callback_property::get().

◆ get_columneditable()

octave_value uitable::properties::get_columneditable ( ) const
inline

Definition at line 13500 of file graphics.h.

References array_property::get().

◆ get_columnformat()

octave_value uitable::properties::get_columnformat ( ) const
inline

Definition at line 13502 of file graphics.h.

References any_property::get().

◆ get_columnname()

octave_value uitable::properties::get_columnname ( ) const
inline

Definition at line 13504 of file graphics.h.

References any_property::get().

◆ get_columnwidth()

octave_value uitable::properties::get_columnwidth ( ) const
inline

Definition at line 13506 of file graphics.h.

References any_property::get().

◆ get_data()

octave_value uitable::properties::get_data ( ) const
inline

Definition at line 13508 of file graphics.h.

References any_property::get().

◆ get_enable()

std::string uitable::properties::get_enable ( ) const
inline

Definition at line 13511 of file graphics.h.

References radio_property::current_value().

◆ get_extent()

◆ get_extent_matrix()

Matrix uitable::properties::get_extent_matrix ( ) const

Definition at line 11541 of file graphics.cc.

◆ get_fontangle()

std::string uitable::properties::get_fontangle ( ) const
inline

Definition at line 13516 of file graphics.h.

References radio_property::current_value().

◆ get_fontname()

std::string uitable::properties::get_fontname ( ) const
inline

Definition at line 13518 of file graphics.h.

References string_property::string_value().

◆ get_fontsize()

double uitable::properties::get_fontsize ( ) const
inline

Definition at line 13520 of file graphics.h.

References double_property::double_value().

◆ get_fontsize_pixels()

double uitable::properties::get_fontsize_pixels ( double  box_pix_height = 0) const

Definition at line 11511 of file graphics.cc.

◆ get_fontunits()

std::string uitable::properties::get_fontunits ( ) const
inline

Definition at line 13523 of file graphics.h.

References radio_property::current_value().

◆ get_fontweight()

std::string uitable::properties::get_fontweight ( ) const
inline

Definition at line 13526 of file graphics.h.

References radio_property::current_value().

◆ get_foregroundcolor()

octave_value uitable::properties::get_foregroundcolor ( ) const
inline

Definition at line 13531 of file graphics.h.

References color_property::get().

◆ get_foregroundcolor_rgb()

Matrix uitable::properties::get_foregroundcolor_rgb ( ) const
inline

Definition at line 13530 of file graphics.h.

References color_property::is_rgb(), and color_property::rgb().

◆ get_keypressfcn()

octave_value uitable::properties::get_keypressfcn ( ) const
inline

Definition at line 13534 of file graphics.h.

References callback_property::get().

◆ get_keyreleasefcn()

octave_value uitable::properties::get_keyreleasefcn ( ) const
inline

Definition at line 13537 of file graphics.h.

References callback_property::get().

◆ get_position()

octave_value uitable::properties::get_position ( ) const
inline

Definition at line 13539 of file graphics.h.

References array_property::get().

◆ get_property()

property uitable::properties::get_property ( const caseless_str pname)
virtual

Reimplemented from base_properties.

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

◆ get_rearrangeablecolumns()

std::string uitable::properties::get_rearrangeablecolumns ( ) const
inline

Definition at line 13542 of file graphics.h.

References radio_property::current_value().

◆ get_rowname()

octave_value uitable::properties::get_rowname ( ) const
inline

Definition at line 13544 of file graphics.h.

References any_property::get().

◆ get_rowstriping()

std::string uitable::properties::get_rowstriping ( ) const
inline

Definition at line 13547 of file graphics.h.

References radio_property::current_value().

◆ get_tooltipstring()

std::string uitable::properties::get_tooltipstring ( ) const
inline

Definition at line 13549 of file graphics.h.

References string_property::string_value().

◆ get_units()

std::string uitable::properties::get_units ( ) const
inline

Definition at line 13552 of file graphics.h.

References radio_property::current_value().

◆ graphics_object_name()

std::string uitable::properties::graphics_object_name ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 13409 of file graphics.h.

◆ has_core_property()

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

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

Referenced by property_list::set().

◆ has_property()

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

Reimplemented from base_properties.

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

◆ has_readonly_property()

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

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

◆ init()

void uitable::properties::init ( )
inlineprotectedvirtual

Reimplemented from base_properties.

Definition at line 13744 of file graphics.h.

References array_property::add_constraint(), and row_vector_property::add_constraint().

◆ is_enable()

bool uitable::properties::is_enable ( ) const
inline

Definition at line 13510 of file graphics.h.

References bool_property::is_on().

◆ is_rearrangeablecolumns()

bool uitable::properties::is_rearrangeablecolumns ( ) const
inline

Definition at line 13541 of file graphics.h.

References bool_property::is_on().

◆ is_rowstriping()

bool uitable::properties::is_rowstriping ( ) const
inline

Definition at line 13546 of file graphics.h.

References bool_property::is_on().

◆ readonly_property_names()

std::set< std::string > uitable::properties::readonly_property_names ( )
static

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

References base_properties::readonly_property_names().

◆ set()

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

Reimplemented from base_properties.

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

◆ set___object__()

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

Definition at line 13555 of file graphics.h.

References base_property::set().

◆ set_backgroundcolor()

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

Definition at line 13563 of file graphics.h.

References base_property::set().

◆ set_celleditcallback()

void uitable::properties::set_celleditcallback ( const octave_value val)
inline

Definition at line 13571 of file graphics.h.

References base_property::set().

◆ set_cellselectioncallback()

void uitable::properties::set_cellselectioncallback ( const octave_value val)
inline

Definition at line 13579 of file graphics.h.

References base_property::set().

◆ set_columneditable()

void uitable::properties::set_columneditable ( const octave_value val)
inline

Definition at line 13587 of file graphics.h.

References base_property::set().

◆ set_columnformat()

◆ set_columnname()

void uitable::properties::set_columnname ( const octave_value val)
inline

Definition at line 13597 of file graphics.h.

References base_property::set().

◆ set_columnwidth()

◆ set_data()

void uitable::properties::set_data ( const octave_value val)
inline

Definition at line 13607 of file graphics.h.

References base_property::set().

◆ set_enable()

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

Definition at line 13616 of file graphics.h.

References base_property::set().

◆ set_extent()

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

Definition at line 13624 of file graphics.h.

References base_property::set().

◆ set_fontangle()

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

Definition at line 13632 of file graphics.h.

References base_property::set().

◆ set_fontname()

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

Definition at line 13641 of file graphics.h.

References base_property::set().

◆ set_fontsize()

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

Definition at line 13650 of file graphics.h.

References base_property::set().

◆ set_fontunits()

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

Definition at line 11475 of file graphics.cc.

References base_graphics_object::mark_modified().

◆ set_fontweight()

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

Definition at line 13661 of file graphics.h.

References base_property::set().

◆ set_foregroundcolor()

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

Definition at line 13670 of file graphics.h.

References base_property::set().

◆ set_keypressfcn()

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

Definition at line 13678 of file graphics.h.

References base_property::set().

◆ set_keyreleasefcn()

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

Definition at line 13686 of file graphics.h.

References base_property::set().

◆ set_position()

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

Definition at line 13694 of file graphics.h.

References base_property::set().

◆ set_rearrangeablecolumns()

void uitable::properties::set_rearrangeablecolumns ( const octave_value val)
inline

Definition at line 13702 of file graphics.h.

References base_property::set().

◆ set_rowname()

void uitable::properties::set_rowname ( const octave_value val)
inline

Definition at line 13710 of file graphics.h.

References base_property::set().

◆ set_rowstriping()

void uitable::properties::set_rowstriping ( const octave_value val)
inline

Definition at line 13718 of file graphics.h.

References base_property::set().

◆ set_tooltipstring()

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

Definition at line 13726 of file graphics.h.

References base_property::set().

◆ set_units()

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

Definition at line 11447 of file graphics.cc.

References base_graphics_object::mark_modified().

◆ units_is()

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

Definition at line 13551 of file graphics.h.

References radio_property::is().

◆ update_data()

void uitable::properties::update_data ( )
inlineprotected

Definition at line 13756 of file graphics.h.

◆ update_fontangle()

void uitable::properties::update_fontangle ( )
inlineprotected

Definition at line 13759 of file graphics.h.

◆ update_fontname()

void uitable::properties::update_fontname ( )
inlineprotected

Definition at line 13757 of file graphics.h.

◆ update_fontsize()

void uitable::properties::update_fontsize ( )
inlineprotected

Definition at line 13758 of file graphics.h.

◆ update_fontunits()

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

Definition at line 11487 of file graphics.cc.

◆ update_fontweight()

void uitable::properties::update_fontweight ( )
inlineprotected

Definition at line 13763 of file graphics.h.

◆ update_table_extent()

void uitable::properties::update_table_extent ( )
inlineprotected

Definition at line 13755 of file graphics.h.

◆ update_units()

void uitable::properties::update_units ( const caseless_str old_units)
protected

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