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

Method finalize

src/backend/worksheet/Worksheet.cpp:802–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800 : StandardMacroSetterCmd<Worksheet::Private, QRectF>(target, &Worksheet::Private::pageRect, newValue, description) {
801 }
802 void finalize() override {
803 m_target->updatePageRect();
804 Q_EMIT m_target->q->pageRectChanged(m_target->*m_field);
805 }
806 void finalizeUndo() override {
807 m_target->m_scene->setSceneRect(m_target->*m_field);
808 Q_EMIT m_target->q->pageRectChanged(m_target->*m_field);

Callers

nothing calls this directly

Calls 1

updatePageRectMethod · 0.80

Tested by

no test coverage detected