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

Method setConnectionLineCurveName

src/backend/worksheet/InfoElement.cpp:858–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856
857STD_SETTER_CMD_IMPL_F_S(InfoElement, SetConnectionLineCurveName, QString, connectionLineCurveName, retransform)
858void InfoElement::setConnectionLineCurveName(const QString& name) {
859 Q_D(InfoElement);
860 if (name.compare(d->connectionLineCurveName) != 0)
861 exec(new InfoElementSetConnectionLineCurveNameCmd(d, name, ki18n("%1: set connectionline curve name")));
862}
863
864STD_SWAP_METHOD_SETTER_CMD_IMPL(InfoElement, SetVisible, bool, changeVisibility)
865void InfoElement::setVisible(bool on) {

Callers 1

curveChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected