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

Method update

src/backend/worksheet/plots/cartesian/ErrorBar.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void ErrorBar::update() {
71 Q_D(ErrorBar);
72 d->update();
73}
74
75void ErrorBar::draw(QPainter* painter, const QPainterPath& path) {
76 Q_D(const ErrorBar);

Calls

no outgoing calls

Tested by

no test coverage detected