Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dquickfind.cpp
H A Dquickfind.h
/glogg/src/
H A Dquickfind.cpp41 void SearchingNotifier::sendNotification( qint64 current_line, qint64 nb_lines ) in sendNotification() argument
45 progress = ( nb_lines + current_line ) * 100 / nb_lines; in sendNotification()
47 progress = current_line * 100 / nb_lines; in sendNotification()
271 qint64 nb_lines = logData_->getNbLine(); in doSearchForward() local
273 while ( line < nb_lines ) { in doSearchForward()
294 searchingNotifier_.ping( line, nb_lines ); in doSearchForward()
356 qint64 nb_lines = logData_->getNbLine(); in doSearchBackward() local
368 searchingNotifier_.ping( -line, nb_lines ); in doSearchBackward()
H A Dquickfind.h53 inline void ping( qint64 line, qint64 nb_lines ) { in ping() argument
55 sendNotification( line, nb_lines ); in ping()
63 void sendNotification( qint64 current_line, qint64 nb_lines );