24 virtual bool event(QEvent *event)
override;
25 virtual bool eventFilter(QObject *obj, QEvent *ev)
override;
30 void filterExpressionsChanged();
33 void filterSelected(QString,
bool);
34 void filterPreferences();
35 void filterEdit(
int uatIndex);
38 void onCustomMenuHandler(
const QPoint &pos);
39 void onActionMoved(QAction * action,
int oldPos,
int newPos);
40 void onFilterDropped(QString description, QString filter);
47 void toolBarShowPreferences();
49 void closeMenu(QAction *);
52 void updateStyleSheet();
53 int uatRowIndexForFilter(QString label, QString expression);
57 static bool filter_expression_add_action(
const void *key,
void *value,
void *user_data);
58 static QMenu * findParentMenu(
const QStringList tree,
void *fed_data, QMenu *parent = Q_NULLPTR);