GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "graphics.h"
Static Public Member Functions | |
static OCTINTERP_API property | create (const std::string &name, const graphics_handle &parent, const caseless_str &type, const octave_value_list &args) |
static OCTINTERP_API property | create (const std::string &name, const graphics_handle &parent, const caseless_str &type, const octave_value_list &args) |
Private Attributes | |
base_property * | rep |
Definition at line 1870 of file graphics.h.
|
inline |
Definition at line 1873 of file graphics.h.
|
inline |
Definition at line 1876 of file graphics.h.
References base_property::count, persist, and rep.
|
inline |
Definition at line 1879 of file graphics.h.
References base_property::count, and rep.
|
inline |
Definition at line 1884 of file graphics.h.
References base_property::count, and rep.
|
inline |
Definition at line 1871 of file graphics.in.h.
|
inline |
Definition at line 1874 of file graphics.in.h.
References base_property::count, persist, and rep.
|
inline |
Definition at line 1877 of file graphics.in.h.
References base_property::count, and rep.
|
inline |
Definition at line 1882 of file graphics.in.h.
References base_property::count, and rep.
|
inline |
Definition at line 1948 of file graphics.in.h.
References base_property::add_listener(), and rep.
|
inline |
Definition at line 1950 of file graphics.h.
References base_property::add_listener(), and rep.
Definition at line 1963 of file graphics.in.h.
References base_property::clone(), property(), and rep.
Definition at line 1965 of file graphics.h.
References base_property::clone(), property(), and rep.
Referenced by create().
|
static |
|
static |
Definition at line 1500 of file graphics.cc.
References clone(), caseless_str::compare(), d, radio_values::default_value(), error(), error_state, graphics_object::get_properties(), base_properties::get_property(), octave_value_list::length(), lookup_object_name(), make_graphics_object_from_type(), octave_NaN, octave_value(), property(), set_parent(), and graphics_object::valid_object().
Referenced by Faddproperty().
|
inline |
Definition at line 1951 of file graphics.in.h.
References base_property::delete_listener(), and rep.
|
inline |
Definition at line 1953 of file graphics.h.
References base_property::delete_listener(), and rep.
Referenced by base_graphics_object::remove_all_listeners().
|
inline |
Definition at line 1918 of file graphics.in.h.
References base_property::get(), and rep.
|
inline |
Definition at line 1920 of file graphics.h.
References base_property::get(), and rep.
Definition at line 1912 of file graphics.in.h.
References base_property::get_id(), and rep.
Definition at line 1914 of file graphics.h.
References base_property::get_id(), and rep.
|
inline |
Definition at line 1891 of file graphics.in.h.
References base_property::get_name(), and rep.
|
inline |
Definition at line 1893 of file graphics.h.
References base_property::get_name(), and rep.
|
inline |
Definition at line 1897 of file graphics.in.h.
References base_property::get_parent(), and rep.
|
inline |
Definition at line 1899 of file graphics.h.
References base_property::get_parent(), and rep.
Definition at line 1903 of file graphics.in.h.
References base_property::is_hidden(), and rep.
Definition at line 1905 of file graphics.h.
References base_property::is_hidden(), and rep.
Definition at line 1909 of file graphics.in.h.
References base_property::is_radio(), and rep.
Definition at line 1911 of file graphics.h.
References base_property::is_radio(), and rep.
Definition at line 1888 of file graphics.in.h.
References base_property::ok(), and rep.
Definition at line 1890 of file graphics.h.
References base_property::ok(), and rep.
|
inline |
Definition at line 1931 of file graphics.in.h.
References rep.
|
inline |
Definition at line 1933 of file graphics.h.
References rep.
Definition at line 1937 of file graphics.in.h.
References base_property::count, and rep.
Definition at line 1939 of file graphics.h.
References base_property::count, and rep.
|
inline |
Definition at line 1955 of file graphics.in.h.
References rep, and base_property::run_listeners().
|
inline |
Definition at line 1957 of file graphics.h.
References rep, and base_property::run_listeners().
|
inline |
Definition at line 1921 of file graphics.in.h.
References rep, and base_property::set().
|
inline |
Definition at line 1923 of file graphics.h.
References rep, and base_property::set().
Referenced by set_event::execute().
Definition at line 1906 of file graphics.in.h.
References rep, and base_property::set_hidden().
Definition at line 1908 of file graphics.h.
References rep, and base_property::set_hidden().
Definition at line 1915 of file graphics.in.h.
References rep, and base_property::set_id().
Definition at line 1917 of file graphics.h.
References rep, and base_property::set_id().
|
inline |
Definition at line 1894 of file graphics.in.h.
References rep, and base_property::set_name().
|
inline |
Definition at line 1896 of file graphics.h.
References rep, and base_property::set_name().
Referenced by base_properties::insert_property().
|
inline |
Definition at line 1900 of file graphics.in.h.
References rep, and base_property::set_parent().
|
inline |
Definition at line 1902 of file graphics.h.
References rep, and base_property::set_parent().
Referenced by create(), and base_properties::insert_property().
Definition at line 1928 of file graphics.in.h.
References rep, and base_property::values_as_cell().
Definition at line 1930 of file graphics.h.
References rep, and base_property::values_as_cell().
|
inline |
Definition at line 1925 of file graphics.in.h.
References rep, and base_property::values_as_string().
|
inline |
Definition at line 1927 of file graphics.h.
References rep, and base_property::values_as_string().
Referenced by base_graphics_object::values_as_string().
|
private |
Definition at line 1989 of file graphics.h.
Referenced by add_listener(), clone(), delete_listener(), get(), get_id(), get_name(), get_parent(), is_hidden(), is_radio(), ok(), operator=(), property(), run_listeners(), set(), set_hidden(), set_id(), set_name(), set_parent(), values_as_cell(), values_as_string(), and ~property().