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

Method elementLabelBorderShapeChanged

src/frontend/dockwidgets/InfoElementDock.cpp:282–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void InfoElementDock::elementLabelBorderShapeChanged() {
283 CONDITIONAL_LOCK_RETURN;
284 ui->cbConnectToAnchor->clear();
285 ui->cbConnectToAnchor->addItem(i18n("Auto"));
286 for (int i = 0; i < m_element->gluePointsCount(); i++)
287 ui->cbConnectToAnchor->addItem(m_element->gluePoint(i).name);
288}
289
290void InfoElementDock::elementPositionChanged(double pos) {
291 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 3

gluePointsCountMethod · 0.80
gluePointMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected