#include <MatchFilterComboBox.h>
Public Member Functions | |
MatchFilterCompleter * | getMatchFilterCompleter () const |
MatchFilterComboBox (QWidget *parent=0) | |
void | setEditable (bool editable) |
virtual | ~MatchFilterComboBox () |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *event) |
Private Slots | |
void | lineEditEditingFinished () |
void | matchFilterCompleterActivated (const QString &text) |
Private Attributes | |
MatchFilterCompleter * | matchFilterCompleter_ |
Definition at line 27 of file MatchFilterComboBox.h.
rqt_multiplot::MatchFilterComboBox::MatchFilterComboBox | ( | QWidget * | parent = 0 | ) |
Definition at line 31 of file MatchFilterComboBox.cpp.
|
virtual |
Definition at line 38 of file MatchFilterComboBox.cpp.
MatchFilterCompleter * rqt_multiplot::MatchFilterComboBox::getMatchFilterCompleter | ( | ) | const |
Definition at line 61 of file MatchFilterComboBox.cpp.
|
protected |
Definition at line 69 of file MatchFilterComboBox.cpp.
|
privateslot |
Definition at line 125 of file MatchFilterComboBox.cpp.
|
privateslot |
Definition at line 116 of file MatchFilterComboBox.cpp.
void rqt_multiplot::MatchFilterComboBox::setEditable | ( | bool | editable | ) |
Definition at line 45 of file MatchFilterComboBox.cpp.
|
private |
Definition at line 41 of file MatchFilterComboBox.h.