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

Method setGluePointIndex

src/backend/worksheet/InfoElement.cpp:851–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849
850STD_SETTER_CMD_IMPL_F_S(InfoElement, SetGluePointIndex, int, gluePointIndex, retransform)
851void InfoElement::setGluePointIndex(int value) {
852 Q_D(InfoElement);
853 if (value != d->gluePointIndex)
854 exec(new InfoElementSetGluePointIndexCmd(d, value, ki18n("%1: set gluepoint index")));
855}
856
857STD_SETTER_CMD_IMPL_F_S(InfoElement, SetConnectionLineCurveName, QString, connectionLineCurveName, retransform)
858void InfoElement::setConnectionLineCurveName(const QString& name) {

Callers 1

gluePointChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected