Home
last modified time | relevance | path

Searched refs:lastLine (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Doverview.h
/glogg/src/
H A Doverview.h69 void updateCurrentPosition( int firstLine, int lastLine ) in updateCurrentPosition() argument
70 { topLine_ = firstLine; nbLines_ = lastLine - firstLine; } in updateCurrentPosition()