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