| 849 | |
| 850 | STD_SETTER_CMD_IMPL_F_S(InfoElement, SetGluePointIndex, int, gluePointIndex, retransform) |
| 851 | void 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 | |
| 857 | STD_SETTER_CMD_IMPL_F_S(InfoElement, SetConnectionLineCurveName, QString, connectionLineCurveName, retransform) |
| 858 | void InfoElement::setConnectionLineCurveName(const QString& name) { |