#include "graphics.h"
Public Member Functions | |
property () | |
property (base_property *bp, bool persist=false) | |
property (const property &p) | |
~property () | |
void | add_listener (const octave_value &v, listener_mode mode=GCB_POSTSET) |
property | clone () const |
void | delete_listener (const octave_value &v=octave_value(), listener_mode mode=GCB_POSTSET) |
octave_value | get () const |
int | get_id () const |
std::string | get_name () const |
graphics_handle | get_parent () const |
bool | is_hidden () const |
bool | is_radio () const |
bool | ok () 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 () const |
std::string | values_as_string () const |
Static Public Member Functions | |
static property | create (const std::string &name, const graphics_handle &parent, const caseless_str &type, const octave_value_list &args) |
Definition at line 2020 of file graphics.h.
|
inline |
Definition at line 2023 of file graphics.h.
Referenced by create().
|
inline |
Definition at line 2026 of file graphics.h.
|
inline |
Definition at line 2029 of file graphics.h.
|
inline |
Definition at line 2034 of file graphics.h.
|
inline |
Definition at line 2100 of file graphics.h.
|
inline |
Definition at line 2114 of file graphics.h.
|
static |
Definition at line 2009 of file graphics.cc.
References property(), caseless_str::compare(), radio_values::default_value(), error(), octave_value_list::length(), NaN, and octave_value().
Referenced by Faddproperty().
|
inline |
Definition at line 2103 of file graphics.h.
|
inline |
Definition at line 2070 of file graphics.h.
|
inline |
Definition at line 2064 of file graphics.h.
|
inline |
Definition at line 2043 of file graphics.h.
|
inline |
Definition at line 2049 of file graphics.h.
|
inline |
Definition at line 2055 of file graphics.h.
|
inline |
Definition at line 2061 of file graphics.h.
|
inline |
Definition at line 2040 of file graphics.h.
|
inline |
Definition at line 2083 of file graphics.h.
Definition at line 2089 of file graphics.h.
|
inline |
Definition at line 2107 of file graphics.h.
|
inline |
Definition at line 2073 of file graphics.h.
Referenced by base_property::operator=().
|
inline |
Definition at line 2058 of file graphics.h.
|
inline |
Definition at line 2067 of file graphics.h.
References d.
|
inline |
Definition at line 2046 of file graphics.h.
Referenced by base_properties::insert_property().
|
inline |
Definition at line 2052 of file graphics.h.
Referenced by base_properties::insert_property().
|
inline |
Definition at line 2080 of file graphics.h.
|
inline |
Definition at line 2077 of file graphics.h.
Referenced by base_graphics_object::value_as_string(), and base_graphics_object::values_as_string().