40 class FindNotification;
83 class UTIL_GUI_API FindNotification :
public PageNotification
87 Ui::FindNotification *
const Ui_;
88 QShortcut *
const EscShortcut_;
100 FindCaseSensitively = 0x1,
110 FindWrapsAround = 0x4
125 ~FindNotification ();
131 void SetEscCloses (
bool close);
142 void SetText (
const QString& text);
148 QString GetText ()
const;
155 void SetSuccessful (
bool successful);
164 FindFlags GetFlags ()
const;
173 virtual void handleNext (
const QString& text, FindFlags flags) = 0;
193 void findPrevious ();
201 virtual void reject ();
203 void on_Pattern__textChanged (
const QString&);
204 void on_FindButton__released ();