Home
last modified time | relevance | path

Searched refs:isFollowEnabled (Results 1 – 8 of 8) sorted by relevance

/glogg/glogg/src/
H A Dcrawlerwidget.h
H A Dcrawlerwidget.cpp
H A Dabstractlogview.h
H A Dmainwindow.cpp
/glogg/src/
H A Dcrawlerwidget.h75 bool isFollowEnabled() const;
H A Dcrawlerwidget.cpp131 bool CrawlerWidget::isFollowEnabled() const in isFollowEnabled() function in CrawlerWidget
133 return logMainView->isFollowEnabled(); in isFollowEnabled()
268 logMainView->isFollowEnabled() ); in doGetViewContext()
343 if ( ( progress == 100 ) && ( initial_position == 0 ) && ( !isFollowEnabled() ) ) { in updateFilteredView()
H A Dabstractlogview.h176 bool isFollowEnabled() const { return followMode_; } in isFollowEnabled() function
H A Dmainwindow.cpp934 bool follow = crawler->isFollowEnabled(); in updateMenuBarFromDocument()