|
| | row_vector_property ()=delete |
| |
| | row_vector_property (const row_vector_property &p) |
| |
| | row_vector_property (const std::string &nm, const graphics_handle &h, const octave_value &m) |
| |
| | ~row_vector_property ()=default |
| |
| void | add_constraint (const dim_vector &dims) |
| |
| void | add_constraint (const finite_type finite) |
| |
| void | add_constraint (const std::string &type) |
| |
| void | add_constraint (const std::string &type, double val, bool inclusive) |
| |
| void | add_constraint (octave_idx_type len) |
| |
| base_property * | clone () const |
| |
| row_vector_property & | operator= (const octave_value &val) |
| |
| row_vector_property & | operator= (const row_vector_property &)=delete |
| |
| | array_property () |
| |
| | array_property (const array_property &p) |
| |
| | array_property (const std::string &nm, const graphics_handle &h, const octave_value &m) |
| |
| | ~array_property ()=default |
| |
| void | add_constraint (const dim_vector &dims) |
| |
| void | add_constraint (const finite_type finite) |
| |
| void | add_constraint (const std::string &type) |
| |
| void | add_constraint (const std::string &type, double val, bool inclusive) |
| |
| octave_value | get () const |
| |
| Matrix | get_limits () const |
| |
| double | max_neg () const |
| |
| double | max_val () const |
| |
| double | min_pos () const |
| |
| double | min_val () const |
| |
| array_property & | operator= (const array_property &)=delete |
| |
| array_property & | operator= (const octave_value &val) |
| |
| | base_property () |
| |
| | base_property (const base_property &p) |
| |
| | base_property (const std::string &s, const graphics_handle &h) |
| |
| virtual | ~base_property ()=default |
| |
| void | add_listener (const octave_value &v, listener_mode mode=GCB_POSTSET) |
| |
| void | delete_listener (const octave_value &v=octave_value(), listener_mode mode=GCB_POSTSET) |
| |
| int | get_id () const |
| |
| std::string | get_name () const |
| |
| graphics_handle | get_parent () const |
| |
| bool | is_hidden () const |
| |
| virtual bool | is_radio () const |
| |
| bool | ok () const |
| |
| base_property & | operator= (const base_property &)=delete |
| |
| base_property & | operator= (const octave_value &val) |
| |
| void | run_listeners (listener_mode mode=GCB_POSTSET) |
| |
| bool | set (const octave_value &v, 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 &s) |
| |
| void | set_parent (const graphics_handle &h) |
| |
| virtual Cell | values_as_cell () const |
| |
| virtual std::string | values_as_string () const |
| |
Definition at line 1532 of file graphics.h.