Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dabstractlogview.cpp
H A Dabstractlogview.h
/glogg/src/
H A Dabstractlogview.cpp262 firstCol = 0; in AbstractLogView()
735 firstCol = (firstCol - dx) > 0 ? firstCol - dx : 0; in scrollContentsBy()
778 if ( textAreaCache_.invalid_ || ( textAreaCache_.first_column_ != firstCol ) ) { in paintEvent()
789 textAreaCache_.first_column_ = firstCol; in paintEvent()
1026 firstCol = 0; in updateData()
1176 int column = firstCol + ( pos.x() - leftMarginPx_ ) / charWidth_; in convertCoordToFilePos()
1531 const QString cutLine = line.mid( firstCol, nbCols ); in drawTextArea()
1567 int start = match.startColumn() - firstCol; in drawTextArea()
1585 sel_start -= firstCol; // coord in line space in drawTextArea()
1586 sel_end -= firstCol; in drawTextArea()
H A Dabstractlogview.h344 int firstCol; variable