#include <graphics.h>
Inherits base_property.
Inherited by bool_property.
Public Member Functions | |
radio_property (const std::string &nm, const graphics_handle &h, const radio_values &v=radio_values()) | |
radio_property (const std::string &nm, const graphics_handle &h, const std::string &v) | |
radio_property (const std::string &nm, const graphics_handle &h, const radio_values &v, const std::string &def) | |
radio_property (const radio_property &p) | |
octave_value | get (void) const |
const std::string & | current_value (void) const |
bool | is (const caseless_str &v) const |
radio_property & | operator= (const octave_value &val) |
base_property * | clone (void) const |
Protected Member Functions | |
bool | do_set (const octave_value &newval) |
radio_property::radio_property | ( | const std::string & | nm, | |
const graphics_handle & | h, | |||
const radio_values & | v = radio_values () | |||
) | [inline] |
radio_property::radio_property | ( | const std::string & | nm, | |
const graphics_handle & | h, | |||
const std::string & | v | |||
) | [inline] |
radio_property::radio_property | ( | const std::string & | nm, | |
const graphics_handle & | h, | |||
const radio_values & | v, | |||
const std::string & | def | |||
) | [inline] |
radio_property::radio_property | ( | const radio_property & | p | ) | [inline] |
base_property* radio_property::clone | ( | void | ) | const [inline, virtual] |
const std::string& radio_property::current_value | ( | void | ) | const [inline] |
bool radio_property::do_set | ( | const octave_value & | newval | ) | [inline, protected, virtual] |
octave_value radio_property::get | ( | void | ) | const [inline, virtual] |
Reimplemented from base_property.
bool radio_property::is | ( | const caseless_str & | v | ) | const [inline] |
radio_property& radio_property::operator= | ( | const octave_value & | val | ) | [inline] |