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

Method update

src/backend/worksheet/plots/PlotArea.cpp:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215void PlotAreaPrivate::update() {
216 QGraphicsItem::update();
217 Q_EMIT q->changed();
218}
219
220void PlotAreaPrivate::paint(QPainter* painter, const QStyleOptionGraphicsItem* /*option*/, QWidget*) {
221 if (!isVisible())

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected