#include "graphics.h"
Public Member Functions | |
radio_values (const std::string &opt_string="") | |
bool | contains (const std::string &val, std::string &match) |
std::string | default_value () const |
octave_idx_type | nelem () const |
bool | validate (const std::string &val, std::string &match) |
Cell | values_as_cell () const |
std::string | values_as_string () const |
Definition at line 865 of file graphics.h.
radio_values::radio_values | ( | const std::string & | opt_string = "" | ) |
Definition at line 1290 of file graphics.cc.
References len.
|
inline |
Definition at line 884 of file graphics.h.
References len.
Referenced by color_property::do_set(), and double_radio_property::do_set().
|
inline |
Definition at line 872 of file graphics.h.
Referenced by property::create(), and values_as_string().
|
inline |
Definition at line 927 of file graphics.h.
Referenced by values_as_cell().
|
inline |
Definition at line 874 of file graphics.h.
References error().
Cell radio_values::values_as_cell | ( | ) | const |
Definition at line 1361 of file graphics.cc.
References nelem().
std::string radio_values::values_as_string | ( | ) | const |
Definition at line 1332 of file graphics.cc.
References default_value().