Home
last modified time | relevance | path

Searched refs:searchingNotifier_ (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dquickfind.cpp
H A Dquickfind.h
/glogg/src/
H A Dquickfind.cpp108 lastMatch_(), firstMatch_(), searchingNotifier_(), in QuickFind()
111 connect( &searchingNotifier_, SIGNAL( notify( const QFNotification& ) ), in QuickFind()
268 searchingNotifier_.reset(); in doSearchForward()
294 searchingNotifier_.ping( line, nb_lines ); in doSearchForward()
354 searchingNotifier_.reset(); in doSearchBackward()
368 searchingNotifier_.ping( -line, nb_lines ); in doSearchBackward()
H A Dquickfind.h190 SearchingNotifier searchingNotifier_; variable