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

Method setBorderType

src/backend/worksheet/plots/PlotArea.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152// Border
153STD_SETTER_CMD_IMPL_F_S(PlotArea, SetBorderType, PlotArea::BorderType, borderType, update)
154void PlotArea::setBorderType(BorderType type) {
155 Q_D(PlotArea);
156 if (type != d->borderType)
157 exec(new PlotAreaSetBorderTypeCmd(d, type, ki18n("%1: border type changed")));
158}
159
160STD_SETTER_CMD_IMPL_F_S(PlotArea, SetBorderCornerRadius, qreal, borderCornerRadius, update)
161void PlotArea::setBorderCornerRadius(qreal radius) {

Callers 1

borderTypeChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected