Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/ !
H A Dquickfind.cpp
H A Dquickfindwidget.cpp
/glogg/src/ !
H A Dquickfind.cpp48 emit notify( QFNotificationProgress( progress ) ); in sendNotification() local
253 emit notify( QFNotificationReachedEndOfFile() ); in doSearchForward() local
315 emit notify( QFNotificationReachedEndOfFile() ); in doSearchForward() local
337 emit notify( QFNotificationReachedBegininningOfFile() ); in doSearchBackward() local
388 emit notify( QFNotificationReachedBegininningOfFile() ); in doSearchBackward() local
H A Dquickfindwidget.cpp117 void QuickFindWidget::notify( const QFNotification& message ) in notify() function in QuickFindWidget