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

Method setOrientation

src/backend/worksheet/plots/cartesian/BoxPlot.cpp:520–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518
519STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetOrientation, BoxPlot::Orientation, orientation, recalc)
520void BoxPlot::setOrientation(BoxPlot::Orientation orientation) {
521 Q_D(BoxPlot);
522 if (orientation != d->orientation)
523 exec(new BoxPlotSetOrientationCmd(d, orientation, ki18n("%1: set orientation")));
524}
525
526STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetVariableWidth, bool, variableWidth, recalc)
527void BoxPlot::setVariableWidth(bool variableWidth) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected