Home
last modified time | relevance | path

Searched refs:QuickFindMatch (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/ !
H A Dquickfindpattern.h
H A Dquickfindpattern.cpp
H A Dabstractlogview.cpp
/glogg/src/ !
H A Dquickfindpattern.h29 class QuickFindMatch
33 QuickFindMatch( int start_column, int length ) in QuickFindMatch() function
71 QList<QuickFindMatch>& matches ) const;
H A Dquickfindpattern.cpp74 QList<QuickFindMatch>& matches ) const in matchLine()
83 matches << QuickFindMatch ( match.capturedStart(), match.capturedLength() ); in matchLine()
H A Dabstractlogview.cpp1554 QList<QuickFindMatch> qfMatchList; in drawTextArea()
1566 foreach( const QuickFindMatch match, qfMatchList ) { in drawTextArea()