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

Method setDropLineType

src/backend/worksheet/Line.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103STD_SETTER_CMD_IMPL_S(Line, SetDropLineType, XYCurve::DropLineType, dropLineType)
104void Line::setDropLineType(XYCurve::DropLineType type) {
105 Q_D(Line);
106 if (type != d->dropLineType)
107 exec(new LineSetDropLineTypeCmd(d, type, ki18n("%1: drop line type changed")));
108}
109
110STD_SETTER_CMD_IMPL_F_S(Line, SetStyle, Qt::PenStyle, style, update)
111void Line::setStyle(Qt::PenStyle style) {

Callers 1

typeChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected