21 #ifndef MINISEARCHER_H 22 #define MINISEARCHER_H 24 #include "Utils/Pimpl.h" 25 #include "Gui/Utils/Widgets/WidgetTemplate.h" 43 void sig_tab_pressed();
44 void sig_focus_lost();
47 using QObject::QObject;
50 bool eventFilter(QObject* o, QEvent* e)
override;
62 void sig_text_changed(
const QString&);
63 void sig_find_next_row();
64 void sig_find_prev_row();
71 bool is_initiator(QKeyEvent* event)
const;
72 void init(
const QString& text);
73 bool check_and_init(QKeyEvent* event);
74 QRect calc_geo()
const;
77 void language_changed()
override;
79 void keyPressEvent(QKeyEvent* e)
override;
80 void showEvent(QShowEvent* e)
override;
81 void hideEvent(QHideEvent* e)
override;
82 void focusOutEvent(QFocusEvent* e)
override;
88 void handle_key_press(QKeyEvent* e);
90 QString current_text();
91 void set_number_results(
int results);
97 #endif // MINISEARCHER_H Definition: MiniSearcher.h:54
Definition: MiniSearcher.h:37
The SearchViewInterface class.
Definition: SearchableView.h:64
Definition: org_mpris_media_player2_adaptor.h:21