Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dviewtools.h
H A Dviewtools.cpp
H A Dabstractlogview.cpp
/glogg/src/
H A Dviewtools.h52 bool isHooked() const { return hooked_; } in isHooked() function
H A Dviewtools.cpp54 if ( position_ < 0 && !isHooked() ) in move()
H A Dabstractlogview.cpp681 if ( followElasticHook_.length() == 0 && !followElasticHook_.isHooked() ) { in wheelEvent()
803 + ( followElasticHook_.isHooked() ? in paintEvent()
821 if ( followElasticHook_.isHooked() && ( logData->getNbLine() < getNbVisibleLines() ) ) { in paintEvent()
828 else if ( lastLineAligned && !followElasticHook_.isHooked() ) { in paintEvent()