Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dabstractlogview.cpp
H A Dabstractlogview.h
/glogg/src/
H A Dabstractlogview.cpp807 && ( pullToFollowCache_.nb_columns_ != getNbVisibleCols() ) ) { in paintEvent()
811 pullToFollowCache_.nb_columns_ = getNbVisibleCols(); in paintEvent()
1152 int AbstractLogView::getNbVisibleCols() const in getNbVisibleCols() function in AbstractLogView
1258 horizontalScrollBar()->setValue( max_length - getNbVisibleCols() ); in jumpToEndOfLine()
1274 horizontalScrollBar()->setValue( max_length - getNbVisibleCols() ); in jumpToRightOfScreen()
1416 logData->getMaxLength() - getNbVisibleCols() + 1 ); in updateScrollBars()
1434 const int nbCols = getNbVisibleCols(); in drawTextArea()
H A Dabstractlogview.h386 int getNbVisibleCols() const;