25 void keyPressEvent(QKeyEvent *event) { completionKeyPressEvent(event); }
26 void focusInEvent(QFocusEvent *event) { completionFocusInEvent(event); }
27 void focusOutEvent(QFocusEvent *event);
31 void applyDisplayFilter();
34 void checkFilter(
const QString &filter_text);
36 void changeEvent(QEvent* event);
42 QString placeholder_text_;
44 void setDefaultPlaceholderText();
45 void buildCompletionList(
const QString &field_word,
const QString &preamble);
48 void pushFilterSyntaxStatus(
const QString&);
49 void popFilterSyntaxStatus();
50 void pushFilterSyntaxWarning(
const QString&);
51 void filterPackets(QString new_filter,
bool force);