10 #ifndef FIELDFILTEREDIT_H 11 #define FIELDFILTEREDIT_H 13 #include <ui/qt/widgets/syntax_line_edit.h> 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_;
43 QAction *save_action_;
44 QAction *remove_action_;
46 void setDefaultPlaceholderText();
47 void buildCompletionList(
const QString& field_word);
50 void pushFilterSyntaxStatus(
const QString&);
51 void popFilterSyntaxStatus();
52 void pushFilterSyntaxWarning(
const QString&);
53 void filterPackets(QString new_filter,
bool force);
56 #endif // FIELDFILTEREDIT_H Definition: syntax_line_edit.h:22
Definition: field_filter_edit.h:18