MCPcopy Create free account
hub / github.com/KDE/labplot / scene

Method scene

src/backend/worksheet/Worksheet.cpp:392–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392QGraphicsScene* Worksheet::scene() const {
393 Q_D(const Worksheet);
394 return d->m_scene;
395}
396
397QRectF Worksheet::pageRect() const {
398 Q_D(const Worksheet);

Callers 4

WorksheetViewMethod · 0.45
DatapickerImageViewMethod · 0.45
parentRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected