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