Searched refs:QFNotification (Results 1 – 20 of 20) sorted by relevance
/glogg/glogg/src/ |
H A D | qfnotifications.h |
|
H A D | quickfindwidget.cpp |
|
H A D | quickfindwidget.h |
|
H A D | quickfindmux.h |
|
H A D | quickfind.h |
|
H A D | quickfindmux.cpp |
|
H A D | quickfind.cpp |
|
H A D | abstractlogview.h |
|
H A D | mainwindow.cpp |
|
H A D | abstractlogview.cpp |
|
/glogg/src/ |
H A D | qfnotifications.h | 29 class QFNotification { 45 class QFNotificationReachedEndOfFile : public QFNotification 52 class QFNotificationReachedBegininningOfFile : public QFNotification 59 class QFNotificationProgress : public QFNotification {
|
H A D | quickfindwidget.cpp | 36 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 D | quickfindwidget.h | 31 class QFNotification; variable 54 void notify( const QFNotification& message );
|
H A D | quickfindmux.h | 60 class QFNotification; variable 96 void notify( const QFNotification& );
|
H A D | quickfind.h | 60 void notify( const QFNotification& message ); 120 void notify( const QFNotification& message );
|
H A D | quickfindmux.cpp | 195 connect( searchable, SIGNAL( notifyQuickFind( const QFNotification& ) ), in registerSearchable() 196 this, SIGNAL( notify( const QFNotification& ) ) ); in registerSearchable()
|
H A D | quickfind.cpp | 111 connect( &searchingNotifier_, SIGNAL( notify( const QFNotification& ) ), in QuickFind() 112 this, SIGNAL( notify( const QFNotification& ) ) ); in QuickFind()
|
H A D | abstractlogview.h | 221 void notifyQuickFind( const QFNotification& message );
|
H A D | mainwindow.cpp | 151 connect( &quickFindMux_, SIGNAL( notify( const QFNotification& ) ), in MainWindow() 152 &quickFindWidget_, SLOT( notify( const QFNotification& ) ) ); in MainWindow()
|
H A D | abstractlogview.cpp | 287 connect( &quickFind_, SIGNAL( notify( const QFNotification& ) ), in AbstractLogView() 288 this, SIGNAL( notifyQuickFind( const QFNotification& ) ) ); in AbstractLogView()
|