Public Member Functions | |
set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool do_notify_toolkit=true) | |
void | execute (void) |
Private Member Functions | |
set_event (void) | |
Private Attributes | |
graphics_handle | handle |
bool | notify_toolkit |
std::string | property_name |
octave_value | property_value |
Definition at line 7588 of file graphics.cc.
set_event::set_event | ( | const graphics_handle & | h, | |
const std::string & | name, | |||
const octave_value & | value, | |||
bool | do_notify_toolkit = true | |||
) | [inline] |
Definition at line 7592 of file graphics.cc.
set_event::set_event | ( | void | ) | [inline, private] |
Definition at line 7613 of file graphics.cc.
void set_event::execute | ( | void | ) | [inline] |
Definition at line 7597 of file graphics.cc.
graphics_handle set_event::handle [private] |
Definition at line 7618 of file graphics.cc.
bool set_event::notify_toolkit [private] |
Definition at line 7621 of file graphics.cc.
std::string set_event::property_name [private] |
Definition at line 7619 of file graphics.cc.
octave_value set_event::property_value [private] |
Definition at line 7620 of file graphics.cc.