Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Doverview.h
H A Doverview.cpp
H A Doverviewwidget.cpp
/glogg/src/
H A Doverview.h79 const QVector<WeightedLine>* getMatchLines() const;
H A Doverview.cpp68 const QVector<Overview::WeightedLine>* Overview::getMatchLines() const in getMatchLines() function in Overview
H A Doverviewwidget.cpp181 foreach (Overview::WeightedLine line, *(overview_->getMatchLines()) ) { in paintEvent()