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

Method setStyle

src/backend/worksheet/Line.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110STD_SETTER_CMD_IMPL_F_S(Line, SetStyle, Qt::PenStyle, style, update)
111void Line::setStyle(Qt::PenStyle style) {
112 Q_D(Line);
113 if (style != d->style)
114 exec(new LineSetStyleCmd(d, style, ki18n("%1: set line style")));
115}
116
117STD_SETTER_CMD_IMPL_F_S(Line, SetWidth, double, width, update)
118void Line::setWidth(double width) {

Callers 15

paintEventMethod · 0.45
paintEventMethod · 0.45
initMethod · 0.45
styleChangedMethod · 0.45
fillingStyleChangedMethod · 0.45
borderStyleChangedMethod · 0.45
styleChangedMethod · 0.45
showOverviewPlotMethod · 0.45
showHistogramMethod · 0.45
showBoxPlotMethod · 0.45

Calls

no outgoing calls