#include "graphics.h"
Public Member Functions | |
properties ()=delete | |
properties (const graphics_handle &mh, const graphics_handle &p) | |
~properties ()=default | |
void | adopt (const graphics_handle &h) |
std::set< std::string > | all_property_names () const |
bool | backgroundcolor_is (const std::string &v) const |
bool | backgroundcolor_is_rgb () const |
bool | bordertype_is (const std::string &v) const |
void | execute_resizefcn (const octave_value &new_data=octave_value()) const |
void | execute_selectionchangedfcn (const octave_value &new_data=octave_value()) const |
void | execute_sizechangedfcn (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 |
octave_value | get_backgroundcolor () const |
Matrix | get_backgroundcolor_rgb () const |
std::string | get_bordertype () const |
double | get_borderwidth () const |
Matrix | get_boundingbox (bool internal=false, const Matrix &parent_pix_size=Matrix()) const |
std::string | get_clipping () 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 |
octave_value | get_highlightcolor () const |
Matrix | get_highlightcolor_rgb () const |
octave_value | get_position () const |
property | get_property (const caseless_str &pname) |
octave_value | get_resizefcn () const |
graphics_handle | get_selectedobject () const |
octave_value | get_selectionchangedfcn () const |
octave_value | get_shadowcolor () const |
Matrix | get_shadowcolor_rgb () const |
octave_value | get_sizechangedfcn () const |
std::string | get_title () const |
std::string | get_titleposition () const |
std::string | get_units () const |
std::string | graphics_object_name () const |
bool | has_property (const caseless_str &pname) const |
bool | highlightcolor_is (const std::string &v) const |
bool | highlightcolor_is_rgb () const |
bool | is_clipping () const |
void | remove_child (const graphics_handle &h, bool from_root=false) |
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_bordertype (const octave_value &val) |
void | set_borderwidth (const octave_value &val) |
void | set_clipping (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_highlightcolor (const octave_value &val) |
void | set_position (const octave_value &val) |
void | set_resizefcn (const octave_value &val) |
void | set_selectedobject (const octave_value &val) |
void | set_selectionchangedfcn (const octave_value &val) |
void | set_shadowcolor (const octave_value &val) |
void | set_sizechangedfcn (const octave_value &val) |
void | set_title (const octave_value &val) |
void | set_titleposition (const octave_value &val) |
void | set_units (const octave_value &val) |
bool | shadowcolor_is (const std::string &v) const |
bool | shadowcolor_is_rgb () const |
bool | titleposition_is (const std::string &v) const |
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) |
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 |
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_fontunits (const caseless_str &old_units) |
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) |
Definition at line 12638 of file graphics.h.
anonymous enum |
Definition at line 12733 of file graphics.h.
uibuttongroup::properties::properties | ( | const graphics_handle & | mh, |
const graphics_handle & | p | ||
) |
Definition at line 7626 of file graphics-props.cc.
|
delete |
|
default |
|
virtual |
Reimplemented from base_properties.
Definition at line 11136 of file graphics.cc.
References __get_gh_manager__(), base_properties::adopt(), gh_manager::get_object(), graphics_object::get_properties(), graphics_object::isa(), octave_handle::ok(), uicontrol::properties::style_is(), graphics_object::valid_object(), and octave_handle::value().
std::set< std::string > uibuttongroup::properties::all_property_names | ( | ) | const |
Definition at line 7983 of file graphics-props.cc.
References base_properties::all_property_names().
|
inline |
Definition at line 12759 of file graphics.h.
References color_property::is().
|
inline |
Definition at line 12758 of file graphics.h.
References color_property::is_rgb().
|
inline |
Definition at line 12763 of file graphics.h.
References radio_property::is().
|
static |
Definition at line 7908 of file graphics-props.cc.
References base_properties::core_property_names().
|
inline |
Definition at line 12796 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 12801 of file graphics.h.
References callback_property::execute().
|
inline |
Definition at line 12809 of file graphics.h.
References callback_property::execute().
|
static |
Definition at line 7876 of file graphics-props.cc.
References base_properties::factory_defaults(), m, and OCTAVE_DEFAULT_FONTNAME.
|
inline |
Definition at line 12771 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 12778 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 12781 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 12785 of file graphics.h.
References color_property::is().
|
inline |
Definition at line 12784 of file graphics.h.
References color_property::is_rgb().
|
virtual |
Reimplemented from base_properties.
Definition at line 7735 of file graphics-props.cc.
References base_properties::get(), m, and octave_value::map_value().
|
virtual |
Reimplemented from base_properties.
Definition at line 7766 of file graphics-props.cc.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 12678 of file graphics.h.
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 12673 of file graphics.h.
double uibuttongroup::properties::get___fontsize_points__ | ( | double | box_pix_height = 0 | ) | const |
Definition at line 11071 of file graphics.cc.
|
inline |
Definition at line 12820 of file graphics.h.
References any_property::get().
|
inline |
Definition at line 12761 of file graphics.h.
References color_property::get().
|
inline |
Definition at line 12760 of file graphics.h.
References color_property::is_rgb(), and color_property::rgb().
Referenced by opengl_renderer::draw_uibuttongroup().
|
inline |
Definition at line 12764 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 12766 of file graphics.h.
References double_property::double_value().
|
virtual |
Reimplemented from base_properties.
Definition at line 10916 of file graphics.cc.
References __get_gh_manager__(), Matrix::extract_n(), base_properties::get_boundingbox(), gh_manager::get_object(), base_graphics_object::get_parent(), graphics_object::get_properties(), and Array< T, Alloc >::isempty().
|
inline |
Definition at line 12769 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 12772 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 12774 of file graphics.h.
References string_property::string_value().
|
inline |
Definition at line 12776 of file graphics.h.
References double_property::double_value().
|
inline |
Definition at line 12779 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 12782 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 12787 of file graphics.h.
References color_property::get().
|
inline |
Definition at line 12786 of file graphics.h.
References color_property::is_rgb(), and color_property::rgb().
|
inline |
Definition at line 12792 of file graphics.h.
References color_property::get().
|
inline |
Definition at line 12791 of file graphics.h.
References color_property::is_rgb(), and color_property::rgb().
|
inline |
Definition at line 12794 of file graphics.h.
References array_property::get().
|
virtual |
Reimplemented from base_properties.
Definition at line 7823 of file graphics-props.cc.
|
inline |
Definition at line 12797 of file graphics.h.
References callback_property::get().
|
inline |
Definition at line 12799 of file graphics.h.
References handle_property::handle_value().
Referenced by uicontrol::properties::set_style().
|
inline |
Definition at line 12802 of file graphics.h.
References callback_property::get().
|
inline |
Definition at line 12807 of file graphics.h.
References color_property::get().
|
inline |
Definition at line 12806 of file graphics.h.
References color_property::is_rgb(), and color_property::rgb().
|
inline |
Definition at line 12810 of file graphics.h.
References callback_property::get().
|
inline |
Definition at line 12815 of file graphics.h.
References string_property::string_value().
|
inline |
Definition at line 12818 of file graphics.h.
References radio_property::current_value().
|
inline |
Definition at line 12813 of file graphics.h.
References radio_property::current_value().
|
inlinevirtual |
Reimplemented from base_properties.
Definition at line 12685 of file graphics.h.
|
static |
Definition at line 7948 of file graphics-props.cc.
Referenced by property_list::set().
|
virtual |
Reimplemented from base_properties.
Definition at line 7995 of file graphics-props.cc.
|
static |
Definition at line 7975 of file graphics-props.cc.
|
inline |
Definition at line 12790 of file graphics.h.
References color_property::is().
|
inline |
Definition at line 12789 of file graphics.h.
References color_property::is_rgb().
|
inlineprotectedvirtual |
Reimplemented from base_properties.
Definition at line 12969 of file graphics.h.
References array_property::add_constraint(), and double_property::add_constraint().
|
inline |
Definition at line 12768 of file graphics.h.
References bool_property::is_on().
|
static |
Definition at line 7956 of file graphics-props.cc.
References base_properties::readonly_property_names().
|
virtual |
Reimplemented from base_properties.
Definition at line 11125 of file graphics.cc.
References base_properties::remove_child(), and octave_handle::value().
|
virtual |
Reimplemented from base_properties.
Definition at line 7676 of file graphics-props.cc.
|
inline |
Definition at line 12959 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12823 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12831 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12839 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12847 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12855 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12863 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12871 of file graphics.h.
References base_property::set().
void uibuttongroup::properties::set_fontunits | ( | const octave_value & | val | ) |
Definition at line 11047 of file graphics.cc.
References base_graphics_object::mark_modified().
|
inline |
Definition at line 12881 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12889 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12897 of file graphics.h.
References base_property::set().
void uibuttongroup::properties::set_position | ( | const octave_value & | val | ) |
Definition at line 10986 of file graphics.cc.
References __get_gh_manager__(), GCB_POSTSET, base_graphics_object::mark_modified(), and gh_manager::post_callback().
|
inline |
Definition at line 12907 of file graphics.h.
References base_property::set().
void uibuttongroup::properties::set_selectedobject | ( | const octave_value & | val | ) |
Definition at line 11083 of file graphics.cc.
References __get_gh_manager__(), caseless_str::compare(), gh_manager::get_object(), base_properties::get_parent(), graphics_object::get_properties(), uicontrol::properties::get_style(), graphics_object::isa(), octave_value::isempty(), base_graphics_object::mark_modified(), octave_handle::ok(), and graphics_object::valid_object().
Referenced by uicontrol::properties::set_style().
|
inline |
Definition at line 12917 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12925 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12933 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12943 of file graphics.h.
References base_property::set().
|
inline |
Definition at line 12951 of file graphics.h.
References base_property::set().
void uibuttongroup::properties::set_units | ( | const octave_value & | val | ) |
Definition at line 11019 of file graphics.cc.
References base_graphics_object::mark_modified().
|
inline |
Definition at line 12805 of file graphics.h.
References color_property::is().
|
inline |
Definition at line 12804 of file graphics.h.
References color_property::is_rgb().
|
inline |
Definition at line 12817 of file graphics.h.
References radio_property::is().
|
inline |
Definition at line 12812 of file graphics.h.
References radio_property::is().
|
protected |
Definition at line 11059 of file graphics.cc.
|
protected |
Definition at line 11031 of file graphics.cc.
References __get_gh_manager__(), Matrix::extract_n(), base_properties::get_boundingbox(), gh_manager::get_object(), base_graphics_object::get_parent(), and graphics_object::get_properties().