Home
last modified time | relevance | path

Searched refs:nbMatches (Results 1 – 16 of 16) sorted by relevance

/glogg/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp
H A Dlogfiltereddataworkerthread.h
H A Dlogfiltereddata.cpp
H A Dlogfiltereddata.h
/glogg/src/data/
H A Dlogfiltereddataworkerthread.cpp222 int nbMatches = searchData.getNbMatches(); in doSearch() local
235 emit searchProgressed( nbMatches, percentage, initialLine ); in doSearch()
250 nbMatches++; in doSearch()
260 emit searchProgressed( nbMatches, 100, initialLine ); in doSearch()
H A Dlogfiltereddataworkerthread.h101 void searchProgressed( int percent, int nbMatches, qint64 started );
165 void searchProgressed( int percent, int nbMatches, qint64 initial_position );
H A Dlogfiltereddata.cpp278 void LogFilteredData::handleSearchProgressed( int nbMatches, int progress, qint64 initial_position ) in handleSearchProgressed() argument
281 << nbMatches << " progress=" << progress; in handleSearchProgressed()
287 emit searchProgressed( nbMatches, progress, initial_position ); in handleSearchProgressed()
H A Dlogfiltereddata.h119 void searchProgressed( int nbMatches, int progress, qint64 initial_position );
/glogg/glogg/tests/
H A Dtestlogfiltereddata.h
H A Dtestlogfiltereddata.cpp
/glogg/tests/
H A Dtestlogfiltereddata.h26 void searchProgressed( int completion, int nbMatches );
H A Dtestlogfiltereddata.cpp568 void TestLogFilteredData::searchProgressed( int nbMatches, int completion ) in searchProgressed() argument
576 searchLastMatches_ = nbMatches; in searchProgressed()
/glogg/glogg/src/
H A Dcrawlerwidget.cpp
H A Dcrawlerwidget.h
/glogg/src/
H A Dcrawlerwidget.cpp299 void CrawlerWidget::updateFilteredView( int nbMatches, int progress, qint64 initial_position ) in updateFilteredView() argument
305 printSearchInfoMessage( nbMatches ); in updateFilteredView()
317 .arg( nbMatches ) in updateFilteredView()
318 .arg( nbMatches > 1 ? "es" : "" ) ); in updateFilteredView()
324 if ( nbMatches != nbMatches_ ) { in updateFilteredView()
325 nbMatches_ = nbMatches; in updateFilteredView()
938 void CrawlerWidget::printSearchInfoMessage( int nbMatches ) in printSearchInfoMessage() argument
947 text = tr("%1 match%2 found.").arg( nbMatches ) in printSearchInfoMessage()
948 .arg( nbMatches > 1 ? "es" : "" ); in printSearchInfoMessage()
951 text = tr("%1 match%2 found. Search is auto-refreshing...").arg( nbMatches ) in printSearchInfoMessage()
[all …]
H A Dcrawlerwidget.h148 void updateFilteredView( int nbMatches, int progress, qint64 initial_position );
230 void printSearchInfoMessage( int nbMatches = 0 );