MCPcopy 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
397QRectF Worksheet::pageRect() const {
398 Q_D(const Worksheet);
399 return d->m_scene->sceneRect();
400}
401
402double Worksheet::zoomFactor() const {
403 return m_view->zoomFactor();

Callers 3

loadMethod · 0.45
loadConfigMethod · 0.45
adjustWorksheetSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected