#include <editable_combo_box.h>
Public Member Functions | |
EditableComboBox (QWidget *parent=0) | |
Protected Member Functions | |
virtual bool | event (QEvent *event) |
If event is a tab key press, set the edit text to the longest common prefix from the completer. |
Definition at line 37 of file editable_combo_box.h.
rviz::EditableComboBox::EditableComboBox | ( | QWidget * | parent = 0 | ) |
Definition at line 41 of file editable_combo_box.cpp.
bool rviz::EditableComboBox::event | ( | QEvent * | event | ) | [protected, virtual] |
If event is a tab key press, set the edit text to the longest common prefix from the completer.
Definition at line 87 of file editable_combo_box.cpp.