Home
last modified time | relevance | path

Searched refs:QFNotification (Results 1 – 20 of 20) sorted by relevance

/glogg/glogg/src/
H A Dqfnotifications.h
H A Dquickfindwidget.cpp
H A Dquickfindwidget.h
H A Dquickfindmux.h
H A Dquickfind.h
H A Dquickfindmux.cpp
H A Dquickfind.cpp
H A Dabstractlogview.h
H A Dmainwindow.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dqfnotifications.h29 class QFNotification {
45 class QFNotificationReachedEndOfFile : public QFNotification
52 class QFNotificationReachedBegininningOfFile : public QFNotification
59 class QFNotificationProgress : public QFNotification {
H A Dquickfindwidget.cpp36 const QString QFNotification::REACHED_EOF = "Reached end of file, no occurence found.";
37 const QString QFNotification::REACHED_BOF = "Reached beginning of file, no occurence found.";
71 int width = QFNotification::maxWidth( notificationText_ ); in QuickFindWidget()
117 void QuickFindWidget::notify( const QFNotification& message ) in notify()
H A Dquickfindwidget.h31 class QFNotification; variable
54 void notify( const QFNotification& message );
H A Dquickfindmux.h60 class QFNotification; variable
96 void notify( const QFNotification& );
H A Dquickfind.h60 void notify( const QFNotification& message );
120 void notify( const QFNotification& message );
H A Dquickfindmux.cpp195 connect( searchable, SIGNAL( notifyQuickFind( const QFNotification& ) ), in registerSearchable()
196 this, SIGNAL( notify( const QFNotification& ) ) ); in registerSearchable()
H A Dquickfind.cpp111 connect( &searchingNotifier_, SIGNAL( notify( const QFNotification& ) ), in QuickFind()
112 this, SIGNAL( notify( const QFNotification& ) ) ); in QuickFind()
H A Dabstractlogview.h221 void notifyQuickFind( const QFNotification& message );
H A Dmainwindow.cpp151 connect( &quickFindMux_, SIGNAL( notify( const QFNotification& ) ), in MainWindow()
152 &quickFindWidget_, SLOT( notify( const QFNotification& ) ) ); in MainWindow()
H A Dabstractlogview.cpp287 connect( &quickFind_, SIGNAL( notify( const QFNotification& ) ), in AbstractLogView()
288 this, SIGNAL( notifyQuickFind( const QFNotification& ) ) ); in AbstractLogView()