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