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

Method elementPositionChanged

src/frontend/dockwidgets/InfoElementDock.cpp:290–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void InfoElementDock::elementPositionChanged(double pos) {
291 CONDITIONAL_LOCK_RETURN;
292 ui->sbPosition->setValue(pos);
293 ui->dateTimeEditPosition->setMSecsSinceEpochUTC(pos);
294}
295
296void InfoElementDock::elementCurveRemoved(const QString& name) {
297 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 2

setMSecsSinceEpochUTCMethod · 0.80
setValueMethod · 0.45

Tested by

no test coverage detected