Home
last modified time | relevance | path

Searched refs:matchLine (Results 1 – 10 of 10) sorted by relevance

/glogg/glogg/src/
H A Dquickfindpattern.h
H A Dfilterset.h
H A Dquickfindpattern.cpp
H A Dfilterset.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dquickfindpattern.h70 bool matchLine( const QString& line,
H A Dfilterset.h77 bool matchLine( const QString& line,
H A Dquickfindpattern.cpp73 bool QuickFindPattern::matchLine( const QString& line, in matchLine() function in QuickFindPattern
H A Dfilterset.cpp134 bool FilterSet::matchLine( const QString& line, in matchLine() function in FilterSet
H A Dabstractlogview.cpp1539 else if ( filterSet->matchLine( logData->getLineString( line_index ), in drawTextArea()
1556 quickFindPattern_->matchLine( line, qfMatchList ); in drawTextArea()