26 #if ! defined (octave_Container_h)
27 #define octave_Container_h 1
53 octave::interpreter& interp);
79 void childEvent (QChildEvent *event);
80 void resizeEvent (QResizeEvent *event);
#define DECLARE_GENERICEVENTNOTIFY_SENDER(T, B)
octave::base_qobject & m_octave_qobj
void gh_set_event(const graphics_handle &h, const std::string &name, const octave_value &value)
void interpreter_event(const octave::meth_callback &meth)
void gh_set_event(const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit)
void gh_callback_event(const graphics_handle &h, const std::string &name)
void gh_callback_event(const graphics_handle &h, const std::string &name, const octave_value &data)
octave::interpreter & m_interpreter
void interpreter_event(const octave::fcn_callback &fcn)
void gh_set_event(const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit, bool redraw_figure)
Base class for Octave interfaces that use Qt.
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
std::function< void(void)> fcn_callback
std::function< void(interpreter &)> meth_callback