#include "graphics.in.h"
Public Member Functions | |
radio_values (const radio_values &a) | |
OCTINTERP_API | radio_values (const std::string &opt_string="") |
bool | contains (const std::string &val, std::string &match) |
std::string | default_value (void) const |
octave_idx_type | nelem (void) const |
radio_values & | operator= (const radio_values &a) |
bool | validate (const std::string &val, std::string &match) |
Cell | values_as_cell (void) const |
std::string | values_as_string (void) const |
Private Attributes | |
std::string | default_val |
std::set< caseless_str > | possible_vals |
Definition at line 841 of file graphics.in.h.
radio_values::radio_values | ( | const std::string & | opt_string = "" | ) |
Definition at line 1294 of file graphics.cc.
References default_val, len, and possible_vals.
|
inline |
Definition at line 846 of file graphics.in.h.
|
inline |
Definition at line 872 of file graphics.in.h.
References len, and possible_vals.
Referenced by color_property::do_set(), double_radio_property::do_set(), and validate().
|
inline |
Definition at line 860 of file graphics.in.h.
References default_val.
Referenced by property::create(), and values_as_string().
|
inline |
Definition at line 915 of file graphics.in.h.
References possible_vals.
Referenced by values_as_cell().
|
inline |
Definition at line 849 of file graphics.in.h.
References default_val, and possible_vals.
|
inline |
Definition at line 862 of file graphics.in.h.
References contains(), error(), and retval.
Referenced by radio_property::do_set().
Cell radio_values::values_as_cell | ( | void | ) | const |
Definition at line 1358 of file graphics.cc.
References nelem(), possible_vals, and retval.
Referenced by radio_property::values_as_cell(), and color_property::values_as_cell().
std::string radio_values::values_as_string | ( | void | ) | const |
Definition at line 1329 of file graphics.cc.
References default_value(), possible_vals, and retval.
Referenced by radio_property::values_as_string(), and color_property::values_as_string().
|
private |
Definition at line 919 of file graphics.in.h.
Referenced by radio_values(), default_value(), and operator=().
|
private |
Definition at line 920 of file graphics.in.h.
Referenced by radio_values(), contains(), nelem(), operator=(), values_as_cell(), and values_as_string().