26#if ! defined (octave_ListBoxControl_h)
27#define octave_ListBoxControl_h 1
50 octave::interpreter& interp,
const graphics_object& go,
56 const graphics_object& go);
void itemSelectionChanged(void)
void itemPressed(QListWidgetItem *)
bool eventFilter(QObject *watched, QEvent *e)
ListBoxControl(octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go, QListWidget *list)
void itemActivated(const QModelIndex &)
void sendSelectionChange()
static ListBoxControl * create(octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go)
Base class for Octave interfaces that use Qt.