26 #if defined (HAVE_CONFIG_H)
41 octave::interpreter& interp,
42 const graphics_object& go)
52 new QCheckBox (container));
59 octave::interpreter& interp,
60 const graphics_object& go, QCheckBox *
box)
65 box->setAutoFillBackground (
true);
66 if (up.enable_is (
"inactive"))
67 box->setCheckable (
false);
77 QCheckBox *
box = qWidget<QCheckBox> ();
81 case uicontrol::properties::ID_ENABLE:
83 if (up.enable_is (
"inactive"))
84 box->setCheckable (
false);
86 box->setCheckable (
true);
OCTAVE_END_NAMESPACE(octave)
static CheckBoxControl * create(octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go)
CheckBoxControl(octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go, QCheckBox *box)
static Object * parentObject(octave::interpreter &interp, const graphics_object &go)
virtual Container * innerContainer(void)=0
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
T::properties & properties(graphics_object obj)
static octave_value box(JNIEnv *jni_env, void *jobj, void *jcls_arg=nullptr)