Home
last modified time | relevance | path

Searched refs:followElasticHook_ (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dabstractlogview.cpp
H A Dabstractlogview.h
/glogg/src/
H A Dabstractlogview.cpp244 followElasticHook_( HOOK_THRESHOLD ), in AbstractLogView()
291 connect( &followElasticHook_, SIGNAL( lengthChanged() ), in AbstractLogView()
293 connect( &followElasticHook_, SIGNAL( hooked( bool ) ), in AbstractLogView()
663 followElasticHook_.hold(); in wheelEvent()
665 followElasticHook_.release(); in wheelEvent()
677 followElasticHook_.move( - y_delta ); in wheelEvent()
681 if ( followElasticHook_.length() == 0 && !followElasticHook_.isHooked() ) { in wheelEvent()
802 int pullToFollowHeight = mapPullToFollowLength( followElasticHook_.length() ) in paintEvent()
803 + ( followElasticHook_.isHooked() ? in paintEvent()
821 if ( followElasticHook_.isHooked() && ( logData->getNbLine() < getNbVisibleLines() ) ) { in paintEvent()
[all …]
H A Dabstractlogview.h305 ElasticHook followElasticHook_; variable