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

#include "graphics.h"

Inheritance diagram for scatter::properties:
base_properties

Public Types

enum  {
  ID_ANNOTATION = 9000 , ID_CDATA = 9001 , ID_CDATAMODE = 9002 , ID_CDATASOURCE = 9003 ,
  ID_DATATIPTEMPLATE = 9004 , ID_DISPLAYNAME = 9005 , ID_LATITUDEDATA = 9006 , ID_LATITUDEDATASOURCE = 9007 ,
  ID_LINEWIDTH = 9008 , ID_LONGITUDEDATA = 9009 , ID_LONGITUDEDATASOURCE = 9010 , ID_MARKER = 9011 ,
  ID_MARKEREDGEALPHA = 9012 , ID_MARKEREDGECOLOR = 9013 , ID_MARKERFACEALPHA = 9014 , ID_MARKERFACECOLOR = 9015 ,
  ID_RDATA = 9016 , ID_RDATASOURCE = 9017 , ID_SERIESINDEX = 9018 , ID_SIZEDATA = 9019 ,
  ID_SIZEDATASOURCE = 9020 , ID_THETADATA = 9021 , ID_THETADATASOURCE = 9022 , ID_XDATA = 9023 ,
  ID_XDATASOURCE = 9024 , ID_YDATA = 9025 , ID_YDATASOURCE = 9026 , ID_ZDATA = 9027 ,
  ID_ZDATASOURCE = 9028 , ID_ALIM = 9029 , ID_CLIM = 9030 , ID_XLIM = 9031 ,
  ID_YLIM = 9032 , ID_ZLIM = 9033 , ID_ALIMINCLUDE = 9034 , ID_CLIMINCLUDE = 9035 ,
  ID_XLIMINCLUDE = 9036 , ID_YLIMINCLUDE = 9037 , ID_ZLIMINCLUDE = 9038
}
 
- 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 cdatamode_is (const std::string &v) 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
 
octave_value get_alim () const
 
std::string get_aliminclude () const
 
octave_value get_annotation () const
 
octave_value get_cdata () const
 
std::string get_cdatamode () const
 
std::string get_cdatasource () const
 
octave_value get_clim () const
 
std::string get_climinclude () const
 
octave_value get_color_data () const
 
octave_value get_datatiptemplate () const
 
std::string get_displayname () const
 
octave_value get_latitudedata () const
 
std::string get_latitudedatasource () const
 
double get_linewidth () const
 
octave_value get_longitudedata () const
 
std::string get_longitudedatasource () const
 
std::string get_marker () const
 
double get_markeredgealpha () const
 
octave_value get_markeredgecolor () const
 
Matrix get_markeredgecolor_rgb () const
 
double get_markerfacealpha () const
 
octave_value get_markerfacecolor () const
 
Matrix get_markerfacecolor_rgb () const
 
property get_property (const caseless_str &pname)
 
octave_value get_rdata () const
 
std::string get_rdatasource () const
 
octave_value get_seriesindex () const
 
octave_value get_sizedata () const
 
std::string get_sizedatasource () const
 
octave_value get_thetadata () const
 
std::string get_thetadatasource () const
 
octave_value get_xdata () const
 
std::string get_xdatasource () const
 
octave_value get_xlim () const
 
std::string get_xliminclude () const
 
octave_value get_ydata () const
 
std::string get_ydatasource () const
 
octave_value get_ylim () const
 
std::string get_yliminclude () const
 
octave_value get_zdata () const
 
std::string get_zdatasource () const
 
octave_value get_zlim () const
 
std::string get_zliminclude () const
 
std::string graphics_object_name () const
 
bool has_bad_data (std::string &msg) const
 
bool has_property (const caseless_str &pname) const
 
bool is_aliminclude () const
 
bool is_climinclude () const
 
bool is_xliminclude () const
 
bool is_yliminclude () const
 
bool is_zliminclude () const
 
bool marker_is (const std::string &v) const
 
bool markeredgecolor_is (const std::string &v) const
 
bool markeredgecolor_is_rgb () const
 
bool markerfacecolor_is (const std::string &v) const
 
bool markerfacecolor_is_rgb () const
 
void set (const caseless_str &pname, const octave_value &val)
 
void set_alim (const octave_value &val)
 
void set_aliminclude (const octave_value &val)
 
void set_annotation (const octave_value &val)
 
void set_cdata (const octave_value &val)
 
void set_cdatamode (const octave_value &val)
 
void set_cdatasource (const octave_value &val)
 
void set_clim (const octave_value &val)
 
void set_climinclude (const octave_value &val)
 
void set_datatiptemplate (const octave_value &val)
 
void set_displayname (const octave_value &val)
 
void set_latitudedata (const octave_value &val)
 
void set_latitudedatasource (const octave_value &val)
 
void set_linewidth (const octave_value &val)
 
void set_longitudedata (const octave_value &val)
 
void set_longitudedatasource (const octave_value &val)
 
void set_marker (const octave_value &val)
 
void set_markeredgealpha (const octave_value &val)
 
void set_markeredgecolor (const octave_value &val)
 
void set_markerfacealpha (const octave_value &val)
 
void set_markerfacecolor (const octave_value &val)
 
void set_rdata (const octave_value &val)
 
void set_rdatasource (const octave_value &val)
 
void set_seriesindex (const octave_value &val)
 
void set_sizedata (const octave_value &val)
 
void set_sizedatasource (const octave_value &val)
 
void set_thetadata (const octave_value &val)
 
void set_thetadatasource (const octave_value &val)
 
void set_xdata (const octave_value &val)
 
void set_xdatasource (const octave_value &val)
 
void set_xlim (const octave_value &val)
 
void set_xliminclude (const octave_value &val)
 
void set_ydata (const octave_value &val)
 
void set_ydatasource (const octave_value &val)
 
void set_ylim (const octave_value &val)
 
void set_yliminclude (const octave_value &val)
 
void set_zdata (const octave_value &val)
 
void set_zdatasource (const octave_value &val)
 
void set_zlim (const octave_value &val)
 
void set_zliminclude (const octave_value &val)
 
void update_color ()
 
- 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
 
Matrix get_all_children () const
 
std::string get_beingdeleted () const
 
virtual Matrix get_boundingbox (bool=false, const Matrix &=Matrix()) 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
 
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
 
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
 
bool is_beingdeleted () 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
 
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 ()
 
- 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 9874 of file graphics.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ID_ANNOTATION 
ID_CDATA 
ID_CDATAMODE 
ID_CDATASOURCE 
ID_DATATIPTEMPLATE 
ID_DISPLAYNAME 
ID_LATITUDEDATA 
ID_LATITUDEDATASOURCE 
ID_LINEWIDTH 
ID_LONGITUDEDATA 
ID_LONGITUDEDATASOURCE 
ID_MARKER 
ID_MARKEREDGEALPHA 
ID_MARKEREDGECOLOR 
ID_MARKERFACEALPHA 
ID_MARKERFACECOLOR 
ID_RDATA 
ID_RDATASOURCE 
ID_SERIESINDEX 
ID_SIZEDATA 
ID_SIZEDATASOURCE 
ID_THETADATA 
ID_THETADATASOURCE 
ID_XDATA 
ID_XDATASOURCE 
ID_YDATA 
ID_YDATASOURCE 
ID_ZDATA 
ID_ZDATASOURCE 
ID_ALIM 
ID_CLIM 
ID_XLIM 
ID_YLIM 
ID_ZLIM 
ID_ALIMINCLUDE 
ID_CLIMINCLUDE 
ID_XLIMINCLUDE 
ID_YLIMINCLUDE 
ID_ZLIMINCLUDE 

Definition at line 9995 of file graphics.h.

Constructor & Destructor Documentation

◆ properties() [1/2]

◆ properties() [2/2]

scatter::properties::properties ( )
delete

◆ ~properties()

scatter::properties::~properties ( )
default

Member Function Documentation

◆ all_property_names()

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

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

References base_properties::all_property_names().

◆ cdatamode_is()

bool scatter::properties::cdatamode_is ( const std::string &  v) const
inline

Definition at line 10042 of file graphics.h.

References radio_property::is().

◆ core_property_names()

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

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

References base_properties::core_property_names().

◆ factory_defaults()

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

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

References base_properties::factory_defaults(), and m.

◆ get() [1/4]

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

Reimplemented from base_properties.

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

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

◆ get() [2/4]

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

Reimplemented from base_properties.

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

◆ get() [3/4]

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

Reimplemented from base_properties.

Definition at line 9922 of file graphics.h.

◆ get() [4/4]

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

Reimplemented from base_properties.

Definition at line 9917 of file graphics.h.

◆ get_alim()

octave_value scatter::properties::get_alim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 10104 of file graphics.h.

References array_property::get().

◆ get_aliminclude()

std::string scatter::properties::get_aliminclude ( ) const
inline

Definition at line 9890 of file graphics.h.

References radio_property::current_value().

◆ get_annotation()

octave_value scatter::properties::get_annotation ( ) const
inline

Definition at line 10038 of file graphics.h.

References array_property::get().

◆ get_cdata()

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

Definition at line 10040 of file graphics.h.

References array_property::get().

◆ get_cdatamode()

std::string scatter::properties::get_cdatamode ( ) const
inline

Definition at line 10043 of file graphics.h.

References radio_property::current_value().

◆ get_cdatasource()

std::string scatter::properties::get_cdatasource ( ) const
inline

Definition at line 10045 of file graphics.h.

References string_property::string_value().

◆ get_clim()

octave_value scatter::properties::get_clim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 10106 of file graphics.h.

References array_property::get().

◆ get_climinclude()

std::string scatter::properties::get_climinclude ( ) const
inline

Definition at line 9895 of file graphics.h.

References radio_property::current_value().

◆ get_color_data()

octave_value scatter::properties::get_color_data ( ) const

Definition at line 10029 of file graphics.cc.

References octave_value::is_undefined(), and octave_value::isempty().

Referenced by opengl_renderer::draw_scatter().

◆ get_datatiptemplate()

octave_value scatter::properties::get_datatiptemplate ( ) const
inline

Definition at line 10047 of file graphics.h.

References array_property::get().

◆ get_displayname()

std::string scatter::properties::get_displayname ( ) const
inline

Definition at line 10049 of file graphics.h.

References string_property::string_value().

◆ get_latitudedata()

octave_value scatter::properties::get_latitudedata ( ) const
inline

Definition at line 10051 of file graphics.h.

References array_property::get().

◆ get_latitudedatasource()

std::string scatter::properties::get_latitudedatasource ( ) const
inline

Definition at line 10053 of file graphics.h.

References string_property::string_value().

◆ get_linewidth()

double scatter::properties::get_linewidth ( ) const
inline

Definition at line 10055 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_scatter().

◆ get_longitudedata()

octave_value scatter::properties::get_longitudedata ( ) const
inline

Definition at line 10057 of file graphics.h.

References array_property::get().

◆ get_longitudedatasource()

std::string scatter::properties::get_longitudedatasource ( ) const
inline

Definition at line 10059 of file graphics.h.

References string_property::string_value().

◆ get_marker()

std::string scatter::properties::get_marker ( ) const
inline

Definition at line 10062 of file graphics.h.

References radio_property::current_value().

Referenced by opengl_renderer::draw_scatter().

◆ get_markeredgealpha()

double scatter::properties::get_markeredgealpha ( ) const
inline

Definition at line 10064 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_scatter().

◆ get_markeredgecolor()

octave_value scatter::properties::get_markeredgecolor ( ) const
inline

Definition at line 10069 of file graphics.h.

References color_property::get().

◆ get_markeredgecolor_rgb()

Matrix scatter::properties::get_markeredgecolor_rgb ( ) const
inline

Definition at line 10068 of file graphics.h.

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

Referenced by opengl_renderer::draw_scatter().

◆ get_markerfacealpha()

double scatter::properties::get_markerfacealpha ( ) const
inline

Definition at line 10071 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_scatter().

◆ get_markerfacecolor()

octave_value scatter::properties::get_markerfacecolor ( ) const
inline

Definition at line 10076 of file graphics.h.

References color_property::get().

◆ get_markerfacecolor_rgb()

Matrix scatter::properties::get_markerfacecolor_rgb ( ) const
inline

Definition at line 10075 of file graphics.h.

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

Referenced by opengl_renderer::draw_scatter().

◆ get_property()

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

Reimplemented from base_properties.

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

◆ get_rdata()

octave_value scatter::properties::get_rdata ( ) const
inline

Definition at line 10078 of file graphics.h.

References array_property::get().

◆ get_rdatasource()

std::string scatter::properties::get_rdatasource ( ) const
inline

Definition at line 10080 of file graphics.h.

References string_property::string_value().

◆ get_seriesindex()

octave_value scatter::properties::get_seriesindex ( ) const
inline

Definition at line 10082 of file graphics.h.

References array_property::get().

◆ get_sizedata()

octave_value scatter::properties::get_sizedata ( ) const
inline

Definition at line 10084 of file graphics.h.

References array_property::get().

Referenced by opengl_renderer::draw_scatter().

◆ get_sizedatasource()

std::string scatter::properties::get_sizedatasource ( ) const
inline

Definition at line 10086 of file graphics.h.

References string_property::string_value().

◆ get_thetadata()

octave_value scatter::properties::get_thetadata ( ) const
inline

Definition at line 10088 of file graphics.h.

References array_property::get().

◆ get_thetadatasource()

std::string scatter::properties::get_thetadatasource ( ) const
inline

Definition at line 10090 of file graphics.h.

References string_property::string_value().

◆ get_xdata()

octave_value scatter::properties::get_xdata ( ) const
inline

Definition at line 10092 of file graphics.h.

References array_property::get().

Referenced by opengl_renderer::draw_scatter().

◆ get_xdatasource()

std::string scatter::properties::get_xdatasource ( ) const
inline

Definition at line 10094 of file graphics.h.

References string_property::string_value().

◆ get_xlim()

octave_value scatter::properties::get_xlim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 10108 of file graphics.h.

References array_property::get().

◆ get_xliminclude()

std::string scatter::properties::get_xliminclude ( ) const
inline

Definition at line 10115 of file graphics.h.

References radio_property::current_value().

◆ get_ydata()

octave_value scatter::properties::get_ydata ( ) const
inline

Definition at line 10096 of file graphics.h.

References array_property::get().

Referenced by opengl_renderer::draw_scatter().

◆ get_ydatasource()

std::string scatter::properties::get_ydatasource ( ) const
inline

Definition at line 10098 of file graphics.h.

References string_property::string_value().

◆ get_ylim()

octave_value scatter::properties::get_ylim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 10110 of file graphics.h.

References array_property::get().

◆ get_yliminclude()

std::string scatter::properties::get_yliminclude ( ) const
inline

Definition at line 10118 of file graphics.h.

References radio_property::current_value().

◆ get_zdata()

octave_value scatter::properties::get_zdata ( ) const
inline

Definition at line 10100 of file graphics.h.

References array_property::get().

Referenced by opengl_renderer::draw_scatter().

◆ get_zdatasource()

std::string scatter::properties::get_zdatasource ( ) const
inline

Definition at line 10102 of file graphics.h.

References string_property::string_value().

◆ get_zlim()

octave_value scatter::properties::get_zlim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 10112 of file graphics.h.

References array_property::get().

◆ get_zliminclude()

std::string scatter::properties::get_zliminclude ( ) const
inline

Definition at line 10121 of file graphics.h.

References radio_property::current_value().

◆ graphics_object_name()

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

Reimplemented from base_properties.

Definition at line 9929 of file graphics.h.

◆ has_bad_data()

bool scatter::properties::has_bad_data ( std::string &  msg) const
inline

Definition at line 9882 of file graphics.h.

Referenced by opengl_renderer::draw_scatter().

◆ has_core_property()

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

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

Referenced by property_list::set().

◆ has_property()

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

Reimplemented from base_properties.

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

◆ has_readonly_property()

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

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

◆ init()

void scatter::properties::init ( )
inlineprotectedvirtual

Reimplemented from base_properties.

Definition at line 10469 of file graphics.h.

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

Referenced by properties().

◆ is_aliminclude()

bool scatter::properties::is_aliminclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9888 of file graphics.h.

References bool_property::is_on().

◆ is_climinclude()

bool scatter::properties::is_climinclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9893 of file graphics.h.

References bool_property::is_on().

◆ is_xliminclude()

bool scatter::properties::is_xliminclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 10114 of file graphics.h.

References bool_property::is_on().

◆ is_yliminclude()

bool scatter::properties::is_yliminclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 10117 of file graphics.h.

References bool_property::is_on().

◆ is_zliminclude()

bool scatter::properties::is_zliminclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 10120 of file graphics.h.

References bool_property::is_on().

◆ marker_is()

bool scatter::properties::marker_is ( const std::string &  v) const
inline

Definition at line 10061 of file graphics.h.

References radio_property::is().

Referenced by opengl_renderer::draw_scatter().

◆ markeredgecolor_is()

bool scatter::properties::markeredgecolor_is ( const std::string &  v) const
inline

Definition at line 10067 of file graphics.h.

References color_property::is().

Referenced by opengl_renderer::draw_scatter().

◆ markeredgecolor_is_rgb()

bool scatter::properties::markeredgecolor_is_rgb ( ) const
inline

Definition at line 10066 of file graphics.h.

References color_property::is_rgb().

◆ markerfacecolor_is()

bool scatter::properties::markerfacecolor_is ( const std::string &  v) const
inline

Definition at line 10074 of file graphics.h.

References color_property::is().

Referenced by opengl_renderer::draw_scatter().

◆ markerfacecolor_is_rgb()

bool scatter::properties::markerfacecolor_is_rgb ( ) const
inline

Definition at line 10073 of file graphics.h.

References color_property::is_rgb().

◆ readonly_property_names()

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

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

References base_properties::readonly_property_names().

◆ set()

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

Reimplemented from base_properties.

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

◆ set_alim()

void scatter::properties::set_alim ( const octave_value val)
inline

Definition at line 10367 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_aliminclude()

void scatter::properties::set_aliminclude ( const octave_value val)
inline

Definition at line 10417 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_annotation()

void scatter::properties::set_annotation ( const octave_value val)
inline

Definition at line 10124 of file graphics.h.

References base_property::set().

◆ set_cdata()

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

Definition at line 10132 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_cdatamode()

void scatter::properties::set_cdatamode ( const octave_value val)
inline

Definition at line 10145 of file graphics.h.

References base_property::set().

◆ set_cdatasource()

void scatter::properties::set_cdatasource ( const octave_value val)
inline

Definition at line 10154 of file graphics.h.

References base_property::set().

◆ set_clim()

void scatter::properties::set_clim ( const octave_value val)
inline

Definition at line 10377 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_climinclude()

void scatter::properties::set_climinclude ( const octave_value val)
inline

Definition at line 10427 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_datatiptemplate()

void scatter::properties::set_datatiptemplate ( const octave_value val)
inline

Definition at line 10162 of file graphics.h.

References base_property::set().

◆ set_displayname()

void scatter::properties::set_displayname ( const octave_value val)
inline

Definition at line 10170 of file graphics.h.

References base_property::set().

◆ set_latitudedata()

void scatter::properties::set_latitudedata ( const octave_value val)
inline

Definition at line 10178 of file graphics.h.

References base_property::set().

◆ set_latitudedatasource()

void scatter::properties::set_latitudedatasource ( const octave_value val)
inline

Definition at line 10186 of file graphics.h.

References base_property::set().

◆ set_linewidth()

void scatter::properties::set_linewidth ( const octave_value val)
inline

Definition at line 10194 of file graphics.h.

References base_property::set().

◆ set_longitudedata()

void scatter::properties::set_longitudedata ( const octave_value val)
inline

Definition at line 10202 of file graphics.h.

References base_property::set().

◆ set_longitudedatasource()

void scatter::properties::set_longitudedatasource ( const octave_value val)
inline

Definition at line 10210 of file graphics.h.

References base_property::set().

◆ set_marker()

void scatter::properties::set_marker ( const octave_value val)
inline

Definition at line 10218 of file graphics.h.

References base_property::set().

◆ set_markeredgealpha()

void scatter::properties::set_markeredgealpha ( const octave_value val)
inline

Definition at line 10226 of file graphics.h.

References base_property::set().

◆ set_markeredgecolor()

void scatter::properties::set_markeredgecolor ( const octave_value val)
inline

Definition at line 10234 of file graphics.h.

References base_property::set().

◆ set_markerfacealpha()

void scatter::properties::set_markerfacealpha ( const octave_value val)
inline

Definition at line 10242 of file graphics.h.

References base_property::set().

◆ set_markerfacecolor()

void scatter::properties::set_markerfacecolor ( const octave_value val)
inline

Definition at line 10250 of file graphics.h.

References base_property::set().

◆ set_rdata()

void scatter::properties::set_rdata ( const octave_value val)
inline

Definition at line 10258 of file graphics.h.

References base_property::set().

◆ set_rdatasource()

void scatter::properties::set_rdatasource ( const octave_value val)
inline

Definition at line 10266 of file graphics.h.

References base_property::set().

◆ set_seriesindex()

void scatter::properties::set_seriesindex ( const octave_value val)
inline

Definition at line 10274 of file graphics.h.

References base_property::set().

◆ set_sizedata()

void scatter::properties::set_sizedata ( const octave_value val)
inline

Definition at line 10283 of file graphics.h.

References base_property::set().

◆ set_sizedatasource()

void scatter::properties::set_sizedatasource ( const octave_value val)
inline

Definition at line 10292 of file graphics.h.

References base_property::set().

◆ set_thetadata()

void scatter::properties::set_thetadata ( const octave_value val)
inline

Definition at line 10300 of file graphics.h.

References base_property::set().

◆ set_thetadatasource()

void scatter::properties::set_thetadatasource ( const octave_value val)
inline

Definition at line 10308 of file graphics.h.

References base_property::set().

◆ set_xdata()

void scatter::properties::set_xdata ( const octave_value val)
inline

Definition at line 10316 of file graphics.h.

References base_property::set().

◆ set_xdatasource()

void scatter::properties::set_xdatasource ( const octave_value val)
inline

Definition at line 10325 of file graphics.h.

References base_property::set().

◆ set_xlim()

void scatter::properties::set_xlim ( const octave_value val)
inline

Definition at line 10387 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_xliminclude()

void scatter::properties::set_xliminclude ( const octave_value val)
inline

Definition at line 10437 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_ydata()

void scatter::properties::set_ydata ( const octave_value val)
inline

Definition at line 10333 of file graphics.h.

References base_property::set().

◆ set_ydatasource()

void scatter::properties::set_ydatasource ( const octave_value val)
inline

Definition at line 10342 of file graphics.h.

References base_property::set().

◆ set_ylim()

void scatter::properties::set_ylim ( const octave_value val)
inline

Definition at line 10397 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_yliminclude()

void scatter::properties::set_yliminclude ( const octave_value val)
inline

Definition at line 10447 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_zdata()

void scatter::properties::set_zdata ( const octave_value val)
inline

Definition at line 10350 of file graphics.h.

References base_property::set().

◆ set_zdatasource()

void scatter::properties::set_zdatasource ( const octave_value val)
inline

Definition at line 10359 of file graphics.h.

References base_property::set().

◆ set_zlim()

void scatter::properties::set_zlim ( const octave_value val)
inline

Definition at line 10407 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_zliminclude()

void scatter::properties::set_zliminclude ( const octave_value val)
inline

Definition at line 10457 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ update_color()

void scatter::properties::update_color ( )

Definition at line 10079 of file graphics.cc.


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