Home
last modified time | relevance | path

Searched refs:_zoomRect (Results 1 – 2 of 2) sorted by relevance

/dports/devel/kcachegrind/kcachegrind-21.12.3/libviews/
H A Dcallgraphview.cpp1163 _zoomRect = r; in setZoomRect()
1169 if (!_zoomRect.isValid()) in drawForeground()
1181 p->drawRect(QRectF(_zoomRect.x(), _zoomRect.y(), in drawForeground()
1182 _zoomRect.width()-1, _zoomRect.height()-1)); in drawForeground()
1189 if (_zoomRect.isValid()) { in mousePressEvent()
1190 if (!_zoomRect.contains(sPos)) in mousePressEvent()
1191 emit zoomRectMoved(sPos.x() - _zoomRect.center().x(), in mousePressEvent()
1192 sPos.y() - _zoomRect.center().y()); in mousePressEvent()
H A Dcallgraphview.h391 QRectF _zoomRect; variable