26 #if ! defined (octave_Container_h)
27 #define octave_Container_h 1
#define DECLARE_GENERICEVENTNOTIFY_SENDER(T, B)
Canvas * canvas(const graphics_handle &handle, bool create=true)
void gh_set_event(const graphics_handle &h, const std::string &name, const octave_value &value)
octave::base_qobject & m_octave_qobj
Container(QWidget *parent, octave::base_qobject &oct_qobj, octave::interpreter &interp)
void gh_callback_event(const graphics_handle &h, const std::string &name, const octave_value &data)
void interpreter_event(const octave::meth_callback &meth)
void interpreter_event(const octave::fcn_callback &fcn)
void gh_callback_event(const graphics_handle &h, const std::string &name)
octave::interpreter & m_interpreter
void gh_set_event(const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit, bool redraw_figure)
void childEvent(QChildEvent *event)
void gh_set_event(const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit)
void resizeEvent(QResizeEvent *event)
Base class for Octave interfaces that use Qt.
std::function< void(octave::interpreter &)> meth_callback
std::function< void(void)> fcn_callback