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

Method setBorderShape

src/backend/worksheet/TextLabel.cpp:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411// Border
412STD_SETTER_CMD_IMPL_F_S(TextLabel, SetBorderShape, TextLabel::BorderShape, borderShape, updateBorder)
413void TextLabel::setBorderShape(TextLabel::BorderShape shape) {
414 Q_D(TextLabel);
415 if (shape != d->borderShape)
416 exec(new TextLabelSetBorderShapeCmd(d, shape, ki18n("%1: set border shape")));
417}
418
419// misc
420

Callers 4

borderShapeChangedMethod · 0.80
initMethod · 0.80
setLabelsBorderShapeMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected