Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dabstractlogview.cpp
H A Dabstractlogview.h
/glogg/src/
H A Dabstractlogview.cpp357 textAreaCache_.invalid_ = true; in mousePressEvent()
398 textAreaCache_.invalid_ = true; in mouseMoveEvent()
453 textAreaCache_.invalid_ = true; in mouseReleaseEvent()
471 textAreaCache_.invalid_ = true; in mouseDoubleClickEvent()
776 int32_t delta_y = textAreaCache_.first_line_ - firstLine; in paintEvent()
778 if ( textAreaCache_.invalid_ || ( textAreaCache_.first_column_ != firstCol ) ) { in paintEvent()
785 drawTextArea( &textAreaCache_.pixmap_, delta_y ); in paintEvent()
787 textAreaCache_.invalid_ = false; in paintEvent()
788 textAreaCache_.first_line_ = firstLine; in paintEvent()
789 textAreaCache_.first_column_ = firstCol; in paintEvent()
[all …]
H A Dabstractlogview.h382 TextAreaCache textAreaCache_ = { {}, true, 0, 0, 0 }; variable