26 #if ! defined (octave_ListBoxControl_h)
27 #define octave_ListBoxControl_h 1
32 class QListWidgetItem;
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 sendSelectionChange()
static ListBoxControl * create(octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go)
void itemActivated(const QModelIndex &)
void itemSelectionChanged(void)
Base class for Octave interfaces that use Qt.