#include <graphics.h>
Inherits base_property.
Public Member Functions | |
double_radio_property (double d, const radio_values &v) | |
double_radio_property (const std::string &nm, const graphics_handle &h, const std::string &v) | |
double_radio_property (const std::string &nm, const graphics_handle &h, const double_radio_property &v) | |
double_radio_property (const double_radio_property &p) | |
octave_value | get (void) const |
bool | is_double (void) const |
bool | is_radio (void) const |
bool | is (const std::string &v) const |
double | double_value (void) const |
const std::string & | current_value (void) const |
double_radio_property & | operator= (const octave_value &val) |
operator octave_value (void) const | |
base_property * | clone (void) const |
Protected Member Functions | |
OCTINTERP_API bool | do_set (const octave_value &v) |
double_radio_property::double_radio_property | ( | double | d, | |
const radio_values & | v | |||
) | [inline] |
double_radio_property::double_radio_property | ( | const std::string & | nm, | |
const graphics_handle & | h, | |||
const std::string & | v | |||
) | [inline] |
double_radio_property::double_radio_property | ( | const std::string & | nm, | |
const graphics_handle & | h, | |||
const double_radio_property & | v | |||
) | [inline] |
double_radio_property::double_radio_property | ( | const double_radio_property & | p | ) | [inline] |
base_property* double_radio_property::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from base_property.
const std::string& double_radio_property::current_value | ( | void | ) | const [inline] |
bool double_radio_property::do_set | ( | const octave_value & | v | ) | [protected, virtual] |
Reimplemented from base_property.
double double_radio_property::double_value | ( | void | ) | const [inline] |
octave_value double_radio_property::get | ( | void | ) | const [inline, virtual] |
Reimplemented from base_property.
bool double_radio_property::is | ( | const std::string & | v | ) | const [inline] |
bool double_radio_property::is_double | ( | void | ) | const [inline] |
bool double_radio_property::is_radio | ( | void | ) | const [inline] |
double_radio_property::operator octave_value | ( | void | ) | const [inline] |
double_radio_property& double_radio_property::operator= | ( | const octave_value & | val | ) | [inline] |
Reimplemented from base_property.