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

#include "graphics.h"

Inheritance diagram for uicontrol::properties:
base_properties

Public Types

enum  {
  ID_BACKGROUNDCOLOR = 14000 , ID_CALLBACK = 14001 , ID_CDATA = 14002 , ID_CLIPPING = 14003 ,
  ID_ENABLE = 14004 , ID_EXTENT = 14005 , ID_FONTANGLE = 14006 , ID_FONTNAME = 14007 ,
  ID_FONTSIZE = 14008 , ID_FONTUNITS = 14009 , ID_FONTWEIGHT = 14010 , ID_FOREGROUNDCOLOR = 14011 ,
  ID_HORIZONTALALIGNMENT = 14012 , ID_KEYPRESSFCN = 14013 , ID_LISTBOXTOP = 14014 , ID_MAX = 14015 ,
  ID_MIN = 14016 , ID_POSITION = 14017 , ID_SLIDERSTEP = 14018 , ID_STRING = 14019 ,
  ID_STYLE = 14020 , ID_TOOLTIPSTRING = 14021 , ID_UNITS = 14022 , ID_VALUE = 14023 ,
  ID_VERTICALALIGNMENT = 14024 , ID___FOCUS__ = 14025 , ID___OBJECT__ = 14026
}
 
- 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
 
bool backgroundcolor_is (const std::string &v) const
 
bool backgroundcolor_is_rgb () const
 
bool enable_is (const std::string &v) const
 
void execute_callback (const octave_value &new_data=octave_value()) const
 
void execute_keypressfcn (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
 
std::string get___focus__ () const
 
double get___fontsize_points__ (double box_pix_height=0) const
 
octave_value get___object__ () const
 
octave_value get_backgroundcolor () const
 
Matrix get_backgroundcolor_rgb () const
 
Matrix get_boundingbox (bool internal=false, const Matrix &parent_pix_size=Matrix()) const
 
octave_value get_callback () const
 
octave_value get_cdata () const
 
std::string get_clipping () const
 
std::string get_enable () const
 
octave_value get_extent () const
 
std::string get_fontangle () const
 
std::string get_fontname () const
 
double get_fontsize () const
 
std::string get_fontunits () const
 
std::string get_fontweight () const
 
octave_value get_foregroundcolor () const
 
Matrix get_foregroundcolor_rgb () const
 
std::string get_horizontalalignment () const
 
octave_value get_keypressfcn () const
 
double get_listboxtop () const
 
double get_max () const
 
double get_min () const
 
octave_value get_position () const
 
property get_property (const caseless_str &pname)
 
octave_value get_sliderstep () const
 
octave_value get_string () const
 
std::string get_string_string () const
 
string_vector get_string_vector () const
 
std::string get_style () const
 
std::string get_tooltipstring () const
 
std::string get_units () const
 
octave_value get_value () const
 
std::string get_verticalalignment () const
 
std::string graphics_object_name () const
 
bool has_property (const caseless_str &pname) const
 
bool horizontalalignment_is (const std::string &v) const
 
bool is___focus__ () const
 
bool is_clipping () const
 
void set (const caseless_str &pname, const octave_value &val)
 
void set___focus__ (const octave_value &val)
 
void set___object__ (const octave_value &val)
 
void set_backgroundcolor (const octave_value &val)
 
void set_callback (const octave_value &val)
 
void set_cdata (const octave_value &val)
 
void set_clipping (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_horizontalalignment (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_position (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_tooltipstring (const octave_value &val)
 
void set_units (const octave_value &val)
 
void set_value (const octave_value &val)
 
void set_verticalalignment (const octave_value &val)
 
bool style_is (const std::string &v) const
 
bool units_is (const std::string &v) const
 
bool verticalalignment_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_fontangle ()
 
void update_fontname ()
 
void update_fontsize ()
 
void update_fontunits (const caseless_str &old_units)
 
void update_fontweight ()
 
void update_string ()
 
void update_text_extent ()
 
void update_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 12158 of file graphics.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
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 
ID___FOCUS__ 
ID___OBJECT__ 

Definition at line 12254 of file graphics.h.

Constructor & Destructor Documentation

◆ properties() [1/2]

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

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

◆ properties() [2/2]

uicontrol::properties::properties ( )
delete

◆ ~properties()

uicontrol::properties::~properties ( )
default

Member Function Documentation

◆ all_property_names()

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

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

References base_properties::all_property_names().

◆ backgroundcolor_is()

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

Definition at line 12286 of file graphics.h.

References color_property::is().

◆ backgroundcolor_is_rgb()

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

Definition at line 12285 of file graphics.h.

References color_property::is_rgb().

◆ core_property_names()

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

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

References base_properties::core_property_names().

◆ enable_is()

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

Definition at line 12298 of file graphics.h.

References radio_property::is().

◆ execute_callback()

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

Definition at line 12290 of file graphics.h.

References callback_property::execute().

◆ execute_keypressfcn()

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

Definition at line 12324 of file graphics.h.

References callback_property::execute().

◆ factory_defaults()

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

◆ fontangle_is()

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

Definition at line 12303 of file graphics.h.

References radio_property::is().

◆ fontunits_is()

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

Definition at line 12310 of file graphics.h.

References radio_property::is().

◆ fontweight_is()

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

Definition at line 12313 of file graphics.h.

References radio_property::is().

◆ foregroundcolor_is()

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

Definition at line 12317 of file graphics.h.

References color_property::is().

◆ foregroundcolor_is_rgb()

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

Definition at line 12316 of file graphics.h.

References color_property::is_rgb().

◆ get() [1/4]

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

Reimplemented from base_properties.

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

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

◆ get() [2/4]

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

Reimplemented from base_properties.

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

◆ get() [3/4]

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

Reimplemented from base_properties.

Definition at line 12193 of file graphics.h.

◆ get() [4/4]

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

Reimplemented from base_properties.

Definition at line 12188 of file graphics.h.

◆ get___focus__()

std::string uicontrol::properties::get___focus__ ( ) const
inline

Definition at line 12355 of file graphics.h.

References radio_property::current_value().

◆ get___fontsize_points__()

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

Definition at line 10902 of file graphics.cc.

◆ get___object__()

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

Definition at line 12357 of file graphics.h.

References any_property::get().

◆ get_backgroundcolor()

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

Definition at line 12288 of file graphics.h.

References color_property::get().

◆ get_backgroundcolor_rgb()

Matrix uicontrol::properties::get_backgroundcolor_rgb ( ) const
inline

Definition at line 12287 of file graphics.h.

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

◆ get_boundingbox()

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

◆ get_callback()

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

Definition at line 12291 of file graphics.h.

References callback_property::get().

◆ get_cdata()

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

Definition at line 12293 of file graphics.h.

References array_property::get().

◆ get_clipping()

std::string uicontrol::properties::get_clipping ( ) const
inline

Definition at line 12296 of file graphics.h.

References radio_property::current_value().

◆ get_enable()

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

Definition at line 12299 of file graphics.h.

References radio_property::current_value().

◆ get_extent()

◆ get_fontangle()

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

Definition at line 12304 of file graphics.h.

References radio_property::current_value().

◆ get_fontname()

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

Definition at line 12306 of file graphics.h.

References string_property::string_value().

◆ get_fontsize()

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

Definition at line 12308 of file graphics.h.

References double_property::double_value().

◆ get_fontunits()

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

Definition at line 12311 of file graphics.h.

References radio_property::current_value().

◆ get_fontweight()

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

Definition at line 12314 of file graphics.h.

References radio_property::current_value().

◆ get_foregroundcolor()

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

Definition at line 12319 of file graphics.h.

References color_property::get().

◆ get_foregroundcolor_rgb()

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

Definition at line 12318 of file graphics.h.

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

◆ get_horizontalalignment()

std::string uicontrol::properties::get_horizontalalignment ( ) const
inline

Definition at line 12322 of file graphics.h.

References radio_property::current_value().

◆ get_keypressfcn()

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

Definition at line 12325 of file graphics.h.

References callback_property::get().

◆ get_listboxtop()

double uicontrol::properties::get_listboxtop ( ) const
inline

Definition at line 12327 of file graphics.h.

References double_property::double_value().

◆ get_max()

double uicontrol::properties::get_max ( ) const
inline

Definition at line 12329 of file graphics.h.

References double_property::double_value().

◆ get_min()

double uicontrol::properties::get_min ( ) const
inline

Definition at line 12331 of file graphics.h.

References double_property::double_value().

◆ get_position()

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

Definition at line 12333 of file graphics.h.

References array_property::get().

◆ get_property()

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

Reimplemented from base_properties.

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

◆ get_sliderstep()

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

Definition at line 12335 of file graphics.h.

References array_property::get().

◆ get_string()

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

Definition at line 12339 of file graphics.h.

References string_array_property::get().

◆ get_string_string()

std::string uicontrol::properties::get_string_string ( ) const
inline

Definition at line 12337 of file graphics.h.

References string_array_property::string_value().

◆ get_string_vector()

string_vector uicontrol::properties::get_string_vector ( ) const
inline

Definition at line 12338 of file graphics.h.

References string_array_property::string_vector_value().

◆ get_style()

std::string uicontrol::properties::get_style ( ) const
inline

◆ get_tooltipstring()

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

Definition at line 12344 of file graphics.h.

References string_property::string_value().

◆ get_units()

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

Definition at line 12347 of file graphics.h.

References radio_property::current_value().

◆ get_value()

octave_value uicontrol::properties::get_value ( ) const
inline

Definition at line 12349 of file graphics.h.

References array_property::get().

◆ get_verticalalignment()

std::string uicontrol::properties::get_verticalalignment ( ) const
inline

Definition at line 12352 of file graphics.h.

References radio_property::current_value().

◆ graphics_object_name()

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

Reimplemented from base_properties.

Definition at line 12200 of file graphics.h.

◆ has_core_property()

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

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

Referenced by property_list::set().

◆ has_property()

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

Reimplemented from base_properties.

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

◆ has_readonly_property()

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

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

◆ horizontalalignment_is()

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

Definition at line 12321 of file graphics.h.

References radio_property::is().

◆ init()

void uicontrol::properties::init ( )
inlineprotectedvirtual

Reimplemented from base_properties.

Definition at line 12575 of file graphics.h.

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

◆ is___focus__()

bool uicontrol::properties::is___focus__ ( ) const
inline

Definition at line 12354 of file graphics.h.

References bool_property::is_on().

◆ is_clipping()

bool uicontrol::properties::is_clipping ( ) const
inline

Definition at line 12295 of file graphics.h.

References bool_property::is_on().

◆ readonly_property_names()

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

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

References base_properties::readonly_property_names().

◆ set()

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

Reimplemented from base_properties.

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

◆ set___focus__()

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

Definition at line 12554 of file graphics.h.

References base_property::set().

◆ set___object__()

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

Definition at line 12562 of file graphics.h.

References base_property::set().

◆ set_backgroundcolor()

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

Definition at line 12360 of file graphics.h.

References base_property::set().

◆ set_callback()

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

Definition at line 12368 of file graphics.h.

References base_property::set().

◆ set_cdata()

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

Definition at line 12376 of file graphics.h.

References base_property::set().

◆ set_clipping()

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

Definition at line 12384 of file graphics.h.

References base_property::set().

◆ set_enable()

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

Definition at line 12392 of file graphics.h.

References base_property::set().

◆ set_extent()

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

Definition at line 12400 of file graphics.h.

References base_property::set().

◆ set_fontangle()

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

Definition at line 12408 of file graphics.h.

References base_property::set().

◆ set_fontname()

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

Definition at line 12417 of file graphics.h.

References base_property::set().

◆ set_fontsize()

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

Definition at line 12426 of file graphics.h.

References base_property::set().

◆ set_fontunits()

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

Definition at line 10878 of file graphics.cc.

References base_graphics_object::mark_modified().

◆ set_fontweight()

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

Definition at line 12437 of file graphics.h.

References base_property::set().

◆ set_foregroundcolor()

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

Definition at line 12446 of file graphics.h.

References base_property::set().

◆ set_horizontalalignment()

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

Definition at line 12454 of file graphics.h.

References base_property::set().

◆ set_keypressfcn()

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

Definition at line 12462 of file graphics.h.

References base_property::set().

◆ set_listboxtop()

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

Definition at line 12470 of file graphics.h.

References base_property::set().

◆ set_max()

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

Definition at line 12478 of file graphics.h.

References base_property::set().

◆ set_min()

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

Definition at line 12486 of file graphics.h.

References base_property::set().

◆ set_position()

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

Definition at line 12494 of file graphics.h.

References base_property::set().

◆ set_sliderstep()

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

Definition at line 12502 of file graphics.h.

References base_property::set().

◆ set_string()

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

Definition at line 12510 of file graphics.h.

References base_property::set().

◆ set_style()

◆ set_tooltipstring()

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

Definition at line 12521 of file graphics.h.

References base_property::set().

◆ set_units()

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

Definition at line 12529 of file graphics.h.

References base_property::set().

◆ set_value()

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

Definition at line 12538 of file graphics.h.

References base_property::set().

◆ set_verticalalignment()

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

Definition at line 12546 of file graphics.h.

References base_property::set().

◆ style_is()

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

Definition at line 12341 of file graphics.h.

References radio_property::is().

Referenced by uibuttongroup::properties::adopt().

◆ units_is()

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

Definition at line 12346 of file graphics.h.

References radio_property::is().

◆ update_fontangle()

void uicontrol::properties::update_fontangle ( )
inlineprotected

Definition at line 12593 of file graphics.h.

◆ update_fontname()

void uicontrol::properties::update_fontname ( )
inlineprotected

Definition at line 12591 of file graphics.h.

◆ update_fontsize()

void uicontrol::properties::update_fontsize ( )
inlineprotected

Definition at line 12592 of file graphics.h.

◆ update_fontunits()

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

Definition at line 10890 of file graphics.cc.

◆ update_fontweight()

void uicontrol::properties::update_fontweight ( )
inlineprotected

Definition at line 12597 of file graphics.h.

◆ update_string()

void uicontrol::properties::update_string ( )
inlineprotected

Definition at line 12590 of file graphics.h.

◆ update_text_extent()

void uicontrol::properties::update_text_extent ( )
protected

◆ update_units()

◆ verticalalignment_is()

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

Definition at line 12351 of file graphics.h.

References radio_property::is().


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