26#if defined (HAVE_CONFIG_H)
41 octave::interpreter& interp,
const graphics_object& go)
51 new QAction (parentWidget));
58 octave::interpreter& interp,
59 const graphics_object& go, QAction *action)
64 action->setCheckable (
true);
65 action->setChecked (tp.is_state ());
77 QAction *action = qWidget<QAction> ();
81 case uitoggletool::properties::ID_STATE:
82 action->setChecked (tp.is_state ());
void gh_callback_event(const graphics_handle &h, const std::string &name)
void gh_set_event(const graphics_handle &h, const std::string &name, const octave_value &value)
static Object * parentObject(octave::interpreter &interp, const graphics_object &go)
Base class for Octave interfaces that use Qt.
T::properties & properties(graphics_object obj)