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

Method gluePointChanged

src/frontend/dockwidgets/InfoElementDock.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void InfoElementDock::gluePointChanged(int index) {
255 CONDITIONAL_LOCK_RETURN;
256
257 for (auto* infoElement : m_elements)
258 infoElement->setGluePointIndex(index - 1); // index 0 means automatic, which is defined as -1
259}
260
261//***********************************************************
262//******* SLOTs for changes triggered in InfoElement ********

Callers

nothing calls this directly

Calls 1

setGluePointIndexMethod · 0.80

Tested by

no test coverage detected