Home
last modified time | relevance | path

Searched refs:patternUpdated (Results 1 – 14 of 14) sorted by relevance

/glogg/glogg/src/
H A Dquickfindpattern.h
H A Dquickfindwidget.h
H A Dquickfindpattern.cpp
H A Dquickfindmux.cpp
H A Dquickfindwidget.cpp
H A Dmainwindow.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dquickfindpattern.h87 void patternUpdated();
H A Dquickfindwidget.h72 void patternUpdated( const QString&, bool );
H A Dquickfindpattern.cpp57 emit patternUpdated(); in changeSearchPattern()
H A Dquickfindmux.cpp34 connect( pattern_.get(), SIGNAL( patternUpdated() ), in QuickFindMux()
H A Dquickfindwidget.cpp190 emit patternUpdated( editQuickFind_->text(), isIgnoreCase() ); in textChanged() local
H A Dmainwindow.cpp137 connect( &quickFindWidget_, SIGNAL( patternUpdated( const QString&, bool ) ), in MainWindow()
H A Dabstractlogview.cpp285 connect( quickFindPattern_, SIGNAL( patternUpdated() ), in AbstractLogView()