GNU Octave
4.0.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 1880 of file graphics.h.
|
inline |
Definition at line 1883 of file graphics.h.
|
inline |
Definition at line 1886 of file graphics.h.
References base_property::count, persist, and rep.
|
inline |
Definition at line 1889 of file graphics.h.
References base_property::count, and rep.
|
inline |
Definition at line 1894 of file graphics.h.
References base_property::count, and rep.
|
inline |
Definition at line 1881 of file graphics.in.h.
|
inline |
Definition at line 1884 of file graphics.in.h.
References base_property::count, persist, and rep.
|
inline |
Definition at line 1887 of file graphics.in.h.
References base_property::count, and rep.
|
inline |
Definition at line 1892 of file graphics.in.h.
References base_property::count, and rep.
|
inline |
Definition at line 1958 of file graphics.in.h.
References base_property::add_listener(), and rep.
|
inline |
Definition at line 1960 of file graphics.h.
References base_property::add_listener(), and rep.
|
inline |
Definition at line 1973 of file graphics.in.h.
References base_property::clone(), property(), and rep.
|
inline |
Definition at line 1975 of file graphics.h.
References base_property::clone(), property(), and rep.
Referenced by create().
|
static |
|
static |
Definition at line 1627 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 1961 of file graphics.in.h.
References base_property::delete_listener(), and rep.
|
inline |
Definition at line 1963 of file graphics.h.
References base_property::delete_listener(), and rep.
Referenced by base_graphics_object::remove_all_listeners().
|
inline |
Definition at line 1928 of file graphics.in.h.
References base_property::get(), and rep.
|
inline |
Definition at line 1930 of file graphics.h.
References base_property::get(), and rep.
|
inline |
Definition at line 1922 of file graphics.in.h.
References base_property::get_id(), and rep.
|
inline |
Definition at line 1924 of file graphics.h.
References base_property::get_id(), and rep.
|
inline |
Definition at line 1901 of file graphics.in.h.
References base_property::get_name(), and rep.
|
inline |
Definition at line 1903 of file graphics.h.
References base_property::get_name(), and rep.
|
inline |
Definition at line 1907 of file graphics.in.h.
References base_property::get_parent(), and rep.
|
inline |
Definition at line 1909 of file graphics.h.
References base_property::get_parent(), and rep.
|
inline |
Definition at line 1913 of file graphics.in.h.
References base_property::is_hidden(), and rep.
|
inline |
Definition at line 1915 of file graphics.h.
References base_property::is_hidden(), and rep.
|
inline |
Definition at line 1919 of file graphics.in.h.
References base_property::is_radio(), and rep.
|
inline |
Definition at line 1921 of file graphics.h.
References base_property::is_radio(), and rep.
|
inline |
Definition at line 1898 of file graphics.in.h.
References base_property::ok(), and rep.
|
inline |
Definition at line 1900 of file graphics.h.
References base_property::ok(), and rep.
|
inline |
Definition at line 1941 of file graphics.in.h.
References rep.
|
inline |
Definition at line 1943 of file graphics.h.
References rep.
Definition at line 1947 of file graphics.in.h.
References base_property::count, and rep.
Definition at line 1949 of file graphics.h.
References base_property::count, and rep.
|
inline |
Definition at line 1965 of file graphics.in.h.
References rep, and base_property::run_listeners().
|
inline |
Definition at line 1967 of file graphics.h.
References rep, and base_property::run_listeners().
|
inline |
Definition at line 1931 of file graphics.in.h.
References rep, and base_property::set().
|
inline |
Definition at line 1933 of file graphics.h.
References rep, and base_property::set().
Referenced by set_event::execute(), QtHandles::Menu::Menu(), and QtHandles::Menu::updateSiblingPositions().
|
inline |
Definition at line 1916 of file graphics.in.h.
References rep, and base_property::set_hidden().
|
inline |
Definition at line 1918 of file graphics.h.
References rep, and base_property::set_hidden().
|
inline |
Definition at line 1925 of file graphics.in.h.
References rep, and base_property::set_id().
|
inline |
Definition at line 1927 of file graphics.h.
References rep, and base_property::set_id().
|
inline |
Definition at line 1904 of file graphics.in.h.
References rep, and base_property::set_name().
|
inline |
Definition at line 1906 of file graphics.h.
References rep, and base_property::set_name().
Referenced by base_properties::insert_property().
|
inline |
Definition at line 1910 of file graphics.in.h.
References rep, and base_property::set_parent().
|
inline |
Definition at line 1912 of file graphics.h.
References rep, and base_property::set_parent().
Referenced by create(), and base_properties::insert_property().
|
inline |
Definition at line 1938 of file graphics.in.h.
References rep, and base_property::values_as_cell().
|
inline |
Definition at line 1940 of file graphics.h.
References rep, and base_property::values_as_cell().
|
inline |
Definition at line 1935 of file graphics.in.h.
References rep, and base_property::values_as_string().
|
inline |
Definition at line 1937 of file graphics.h.
References rep, and base_property::values_as_string().
Referenced by base_graphics_object::value_as_string(), and base_graphics_object::values_as_string().
|
private |
Definition at line 1999 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().