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