25 void keyPressEvent(QKeyEvent *event) { completionKeyPressEvent(event); }
26 void focusInEvent(QFocusEvent *event) { completionFocusInEvent(event); }
27 void focusOutEvent(QFocusEvent *event);
33 void checkFilter(
const QString &filter_text);
34 void changeEvent(QEvent* event);
37 QString placeholder_text_;
39 void setDefaultPlaceholderText();
40 void buildCompletionList(
const QString &field_word,
const QString &preamble);
43 void pushFilterSyntaxStatus(
const QString&);
44 void popFilterSyntaxStatus();
45 void pushFilterSyntaxWarning(
const QString&);