Public Member Functions | |
callback_event (const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE) | |
callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE) | |
void | execute (void) |
Private Member Functions | |
callback_event (void) | |
Private Attributes | |
octave_value | m_callback |
octave_value | m_callback_data |
std::string | m_callback_name |
graphics_handle | m_handle |
Definition at line 12023 of file graphics.cc.
|
inline |
Definition at line 12027 of file graphics.cc.
|
inline |
Definition at line 12033 of file graphics.cc.
|
inlineprivate |
Definition at line 12051 of file graphics.cc.
|
inline |
Definition at line 12039 of file graphics.cc.
References octave::__get_gh_manager__().
|
private |
Definition at line 12059 of file graphics.cc.
|
private |
Definition at line 12060 of file graphics.cc.
|
private |
Definition at line 12058 of file graphics.cc.
|
private |
Definition at line 12057 of file graphics.cc.