26#if ! defined (octave_EditControl_h)
27#define octave_EditControl_h 1
51 const graphics_object& go,
QLineEdit *edit);
54 const graphics_object& go,
TextEdit *edit);
60 const graphics_object& go);
bool updateMultiLine(int pId)
EditControl(octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go, QLineEdit *edit)
void editingFinished(void)
static EditControl * create(octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go)
void initCommon(QWidget *widget)
void init(QLineEdit *edit, bool callBase=false)
bool updateSingleLine(int pId)
Base class for Octave interfaces that use Qt.