Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ pageRect
Method
pageRect
src/backend/worksheet/Worksheet.cpp:397–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
}
396
397
QRectF Worksheet::pageRect() const {
398
Q_D(const Worksheet);
399
return d->m_scene->sceneRect();
400
}
401
402
double Worksheet::zoomFactor() const {
403
return m_view->zoomFactor();
Callers
3
load
Method · 0.45
loadConfig
Method · 0.45
adjustWorksheetSize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected