Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
void PlotAreaPrivate::update() {
216
QGraphicsItem::update();
217
Q_EMIT q->changed();
218
}
219
220
void PlotAreaPrivate::paint(QPainter* painter, const QStyleOptionGraphicsItem* /*option*/, QWidget*) {
221
if (!isVisible())
Callers
1
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected