| 820 | } |
| 821 | |
| 822 | Line* InfoElement::connectionLine() const { |
| 823 | Q_D(const InfoElement); |
| 824 | return d->connectionLine; |
| 825 | } |
| 826 | |
| 827 | /* ============================ setter methods ================= */ |
| 828 | STD_SETTER_CMD_IMPL(InfoElement, SetPositionLogical, double, positionLogical) |