26#if defined (HAVE_CONFIG_H)
41 octave::interpreter& interp,
const graphics_object& go)
50 return new PushTool (oct_qobj, interp, go,
51 new QAction (parentWidget));
58 octave::interpreter& interp,
59 const graphics_object& go, QAction *action)
void gh_callback_event(const graphics_handle &h, const std::string &name)
static Object * parentObject(octave::interpreter &interp, const graphics_object &go)
Base class for Octave interfaces that use Qt.