#include "graphics.in.h"
Public Member Functions | |
property (base_property *bp, bool persist=false) | |
property (const property &p) | |
property (void) | |
~property (void) | |
void | add_listener (const octave_value &v, listener_mode mode=GCB_POSTSET) |
property | clone (void) const |
void | delete_listener (const octave_value &v=octave_value(), listener_mode mode=GCB_POSTSET) |
octave_value | get (void) const |
int | get_id (void) const |
std::string | get_name (void) const |
graphics_handle | get_parent (void) const |
bool | is_hidden (void) const |
bool | is_radio (void) const |
bool | ok (void) const |
property & | operator= (const octave_value &val) |
property & | operator= (const property &p) |
void | run_listeners (listener_mode mode=GCB_POSTSET) |
bool | set (const octave_value &val, bool do_run=true, bool do_notify_toolkit=true) |
void | set_hidden (bool flag) |
void | set_id (int d) |
void | set_name (const std::string &name) |
void | set_parent (const graphics_handle &h) |
Cell | values_as_cell (void) const |
std::string | values_as_string (void) const |
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) |
Private Attributes | |
base_property * | rep |
Definition at line 1950 of file graphics.in.h.
|
inline |
Definition at line 1953 of file graphics.in.h.
|
inline |
Definition at line 1956 of file graphics.in.h.
References base_property::count, and rep.
|
inline |
Definition at line 1959 of file graphics.in.h.
References base_property::count, and rep.
|
inline |
Definition at line 1964 of file graphics.in.h.
References base_property::count, and rep.
|
inline |
Definition at line 2030 of file graphics.in.h.
References base_property::add_listener(), and rep.
|
inline |
Definition at line 2045 of file graphics.in.h.
References property(), base_property::clone(), and rep.
|
static |
Definition at line 1969 of file graphics.cc.
References property(), radio_values::default_value(), dprop_obj_map, error(), graphics_object::get_properties(), base_properties::get_property(), octave_value_list::length(), lookup_object_name(), make_graphics_object_from_type(), name, NaN, octave_value(), retval, and graphics_object::valid_object().
Referenced by Faddproperty().
|
inline |
Definition at line 2033 of file graphics.in.h.
References base_property::delete_listener(), and rep.
Referenced by base_graphics_object::remove_all_listeners().
|
inline |
Definition at line 2000 of file graphics.in.h.
References base_property::get(), and rep.
|
inline |
Definition at line 1994 of file graphics.in.h.
References base_property::get_id(), and rep.
|
inline |
Definition at line 1973 of file graphics.in.h.
References base_property::get_name(), and rep.
|
inline |
Definition at line 1979 of file graphics.in.h.
References base_property::get_parent(), and rep.
|
inline |
Definition at line 1985 of file graphics.in.h.
References base_property::is_hidden(), and rep.
|
inline |
Definition at line 1991 of file graphics.in.h.
References base_property::is_radio(), and rep.
|
inline |
Definition at line 1970 of file graphics.in.h.
References base_property::ok(), and rep.
|
inline |
Definition at line 2013 of file graphics.in.h.
References rep.
Definition at line 2019 of file graphics.in.h.
References base_property::count, and rep.
|
inline |
Definition at line 2037 of file graphics.in.h.
References rep, and base_property::run_listeners().
|
inline |
Definition at line 2003 of file graphics.in.h.
References rep, and base_property::set().
Referenced by QtHandles::Menu::Menu(), and QtHandles::Menu::updateSiblingPositions().
|
inline |
Definition at line 1988 of file graphics.in.h.
References rep, and base_property::set_hidden().
|
inline |
Definition at line 1997 of file graphics.in.h.
References d, rep, and base_property::set_id().
|
inline |
Definition at line 1976 of file graphics.in.h.
References name, rep, and base_property::set_name().
Referenced by base_properties::insert_property().
|
inline |
Definition at line 1982 of file graphics.in.h.
References rep, and base_property::set_parent().
Referenced by base_properties::insert_property().
|
inline |
Definition at line 2010 of file graphics.in.h.
References rep, and base_property::values_as_cell().
|
inline |
Definition at line 2007 of file graphics.in.h.
References rep, and base_property::values_as_string().
|
private |
Definition at line 2069 of file graphics.in.h.
Referenced by property(), ~property(), add_listener(), clone(), delete_listener(), get(), get_id(), get_name(), get_parent(), is_hidden(), is_radio(), ok(), operator=(), run_listeners(), set(), set_hidden(), set_id(), set_name(), set_parent(), values_as_cell(), and values_as_string().