#include <graphics.h>
Inherited by axes::axes::properties, figure::figure::properties, hggroup::hggroup::properties, image::image::properties, line::line::properties, patch::patch::properties, root_figure::root_figure::properties, surface::surface::properties, and text::text::properties.
anonymous enum |
base_properties::base_properties | ( | const std::string & | ty = "unknown" , |
|
const graphics_handle & | mh = graphics_handle () , |
|||
const graphics_handle & | p = graphics_handle () | |||
) |
virtual base_properties::~base_properties | ( | void | ) | [inline, virtual] |
void base_properties::add_listener | ( | const caseless_str & | nm, | |
const octave_value & | v, | |||
listener_mode | mode = POSTSET | |||
) | [virtual] |
virtual void base_properties::adopt | ( | const graphics_handle & | h | ) | [inline, virtual] |
Reimplemented in hggroup::hggroup::properties.
std::set< std::string > base_properties::all_property_names | ( | const std::string & | cname | ) | const |
bool base_properties::busyaction_is | ( | const std::string & | v | ) | const [inline] |
std::set< std::string > base_properties::core_property_names | ( | void | ) | [static] |
void base_properties::delete_children | ( | void | ) | [virtual] |
void base_properties::delete_listener | ( | const caseless_str & | nm, | |
const octave_value & | v, | |||
listener_mode | mode = POSTSET | |||
) | [virtual] |
std::set< std::string > base_properties::dynamic_property_names | ( | const std::string & | cname | ) | [static] |
void base_properties::execute_buttondownfcn | ( | const octave_value & | data = octave_value () |
) | const [inline] |
Reimplemented in figure::figure::properties.
void base_properties::execute_createfcn | ( | const octave_value & | data = octave_value () |
) | const [inline] |
void base_properties::execute_deletefcn | ( | const octave_value & | data = octave_value () |
) | const [inline] |
property_list::pval_map_type base_properties::factory_defaults | ( | void | ) | [static] |
octave_value base_properties::get | ( | bool | all = false |
) | const [virtual] |
virtual octave_value base_properties::get | ( | const char * | pname | ) | const [inline, virtual] |
virtual octave_value base_properties::get | ( | const std::string & | pname | ) | const [inline, virtual] |
octave_value base_properties::get | ( | const caseless_str & | pname | ) | const [virtual] |
std::string base_properties::get___modified__ | ( | void | ) | const [inline] |
graphics_handle base_properties::get___myhandle__ | ( | void | ) | const [inline] |
virtual octave_value base_properties::get_alim | ( | void | ) | const [inline, virtual] |
Reimplemented in axes::axes::properties, patch::patch::properties, surface::surface::properties, and hggroup::hggroup::properties.
Matrix base_properties::get_all_children | ( | void | ) | const [inline] |
graphics_backend base_properties::get_backend | ( | void | ) | const [virtual] |
Reimplemented in figure::figure::properties.
std::string base_properties::get_beingdeleted | ( | void | ) | const [inline] |
Reimplemented in figure::figure::properties, and axes::axes::properties.
std::string base_properties::get_busyaction | ( | void | ) | const [inline] |
octave_value base_properties::get_buttondownfcn | ( | void | ) | const [inline] |
Reimplemented in figure::figure::properties.
Matrix base_properties::get_children | ( | void | ) | const |
virtual octave_value base_properties::get_clim | ( | void | ) | const [inline, virtual] |
std::string base_properties::get_clipping | ( | void | ) | const [inline] |
octave_value base_properties::get_createfcn | ( | void | ) | const [inline] |
octave_value base_properties::get_deletefcn | ( | void | ) | const [inline] |
octave_value base_properties::get_dynamic | ( | bool | all = false |
) | const [protected] |
octave_value base_properties::get_dynamic | ( | const caseless_str & | pname | ) | const [protected] |
std::string base_properties::get_handlevisibility | ( | void | ) | const [inline] |
std::string base_properties::get_hittest | ( | void | ) | const [inline] |
std::string base_properties::get_interruptible | ( | void | ) | const [inline] |
graphics_handle base_properties::get_parent | ( | void | ) | const [inline] |
base_properties::get_property | ( | const caseless_str & | pname | ) | [virtual] |
base_properties::get_property_dynamic | ( | const caseless_str & | pname | ) | [protected] |
std::string base_properties::get_selected | ( | void | ) | const [inline] |
std::string base_properties::get_selectionhighlight | ( | void | ) | const [inline] |
std::string base_properties::get_tag | ( | void | ) | const [inline] |
std::string base_properties::get_type | ( | void | ) | const [inline] |
graphics_handle base_properties::get_uicontextmenu | ( | void | ) | const [inline] |
octave_value base_properties::get_userdata | ( | void | ) | const [inline] |
std::string base_properties::get_visible | ( | void | ) | const [inline] |
virtual octave_value base_properties::get_xlim | ( | void | ) | const [inline, virtual] |
virtual octave_value base_properties::get_ylim | ( | void | ) | const [inline, virtual] |
virtual octave_value base_properties::get_zlim | ( | void | ) | const [inline, virtual] |
virtual std::string base_properties::graphics_object_name | ( | void | ) | const [inline, virtual] |
bool base_properties::handlevisibility_is | ( | const std::string & | v | ) | const [inline] |
bool base_properties::has_core_property | ( | const caseless_str & | pname | ) | [static] |
bool base_properties::has_dynamic_property | ( | const std::string & | pname, | |
const std::string & | cname | |||
) | [static] |
virtual bool base_properties::has_property | ( | const caseless_str & | ) | const [inline, virtual] |
virtual void base_properties::init | ( | void | ) | [inline, protected, virtual] |
void base_properties::insert_property | ( | const std::string & | name, | |
property | p | |||
) | [inline] |
void base_properties::insert_static_property | ( | const std::string & | name, | |
base_property & | p | |||
) | [inline, protected] |
bool base_properties::is___modified__ | ( | void | ) | const [inline] |
virtual bool base_properties::is_aliminclude | ( | void | ) | const [inline, virtual] |
Reimplemented in patch::patch::properties, surface::surface::properties, and hggroup::hggroup::properties.
bool base_properties::is_beingdeleted | ( | void | ) | const [inline] |
virtual bool base_properties::is_climinclude | ( | void | ) | const [inline, virtual] |
Reimplemented in image::image::properties, patch::patch::properties, surface::surface::properties, and hggroup::hggroup::properties.
bool base_properties::is_clipping | ( | void | ) | const [inline] |
bool base_properties::is_handle_visible | ( | void | ) | const [inline] |
bool base_properties::is_hittest | ( | void | ) | const [inline] |
bool base_properties::is_interruptible | ( | void | ) | const [inline] |
bool base_properties::is_modified | ( | void | ) | const [inline] |
bool base_properties::is_selected | ( | void | ) | const [inline] |
bool base_properties::is_selectionhighlight | ( | void | ) | const [inline] |
bool base_properties::is_visible | ( | void | ) | const [inline] |
virtual bool base_properties::is_xliminclude | ( | void | ) | const [inline, virtual] |
virtual bool base_properties::is_yliminclude | ( | void | ) | const [inline, virtual] |
virtual bool base_properties::is_zliminclude | ( | void | ) | const [inline, virtual] |
void base_properties::mark_modified | ( | void | ) |
void base_properties::override_defaults | ( | base_graphics_object & | obj | ) |
void base_properties::remove_child | ( | const graphics_handle & | h | ) | [virtual] |
Reimplemented in root_figure::root_figure::properties, figure::figure::properties, axes::axes::properties, and hggroup::hggroup::properties.
void base_properties::reparent | ( | const graphics_handle & | new_parent | ) | [inline] |
void base_properties::set | ( | const caseless_str & | pname, | |
const std::string & | cname, | |||
const octave_value & | val | |||
) |
virtual void base_properties::set | ( | const caseless_str & | , | |
const octave_value & | ||||
) | [inline, virtual] |
void base_properties::set___modified__ | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_beingdeleted | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_busyaction | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_buttondownfcn | ( | const octave_value & | val | ) | [inline] |
Reimplemented in figure::figure::properties.
void base_properties::set_children | ( | const octave_value & | val | ) |
void base_properties::set_clipping | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_createfcn | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_deletefcn | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_dynamic | ( | const caseless_str & | pname, | |
const std::string & | cname, | |||
const octave_value & | val | |||
) | [protected] |
void base_properties::set_from_list | ( | base_graphics_object & | obj, | |
property_list & | defaults | |||
) |
void base_properties::set_handlevisibility | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_hittest | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_interruptible | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_modified | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_parent | ( | const octave_value & | val | ) |
void base_properties::set_selected | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_selectionhighlight | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_tag | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_uicontextmenu | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_userdata | ( | const octave_value & | val | ) | [inline] |
void base_properties::set_visible | ( | const octave_value & | val | ) | [inline] |
Reimplemented in figure::figure::properties.
void base_properties::update_axis_limits | ( | const std::string & | axis_type | ) | const [virtual] |
void base_properties::update_boundingbox | ( | void | ) | [virtual] |
Reimplemented in axes::axes::properties.
bool_property base_properties::__modified__ [protected] |
graphics_handle base_properties::__myhandle__ [protected] |
std::map< std::string, std::set< std::string > > base_properties::all_dynamic_properties [static] |
std::map<caseless_str, property, cmp_caseless_str> base_properties::all_props [protected] |
bool_property base_properties::beingdeleted [protected] |
radio_property base_properties::busyaction [protected] |
callback_property base_properties::buttondownfcn [protected] |
Matrix base_properties::children [protected] |
bool_property base_properties::clipping [protected] |
callback_property base_properties::createfcn [protected] |
callback_property base_properties::deletefcn [protected] |
radio_property base_properties::handlevisibility [protected] |
bool_property base_properties::hittest [protected] |
bool_property base_properties::interruptible [protected] |
handle_property base_properties::parent [protected] |
bool_property base_properties::selected [protected] |
bool_property base_properties::selectionhighlight [protected] |
string_property base_properties::tag [protected] |
string_property base_properties::type [protected] |
handle_property base_properties::uicontextmenu [protected] |
any_property base_properties::userdata [protected] |
bool_property base_properties::visible [protected] |