26#if ! defined (octave_CheckBoxControl_h)
27#define octave_CheckBoxControl_h 1
46 octave::interpreter& interp,
const graphics_object& go,
52 const graphics_object& go);
CheckBoxControl(octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go, QCheckBox *box)
static CheckBoxControl * create(octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go)
Base class for Octave interfaces that use Qt.
static octave_value box(JNIEnv *jni_env, void *jobj, void *jcls_arg=nullptr)
Convert the Java object pointed to by jobj_arg with class jcls_arg to an Octave value.