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

Method setOrdering

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

Source from the content-addressed store, hash-verified

511
512STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetOrdering, BoxPlot::Ordering, ordering, recalc)
513void BoxPlot::setOrdering(BoxPlot::Ordering ordering) {
514 Q_D(BoxPlot);
515 if (ordering != d->ordering)
516 exec(new BoxPlotSetOrderingCmd(d, ordering, ki18n("%1: set ordering")));
517}
518
519STD_SETTER_CMD_IMPL_F_S(BoxPlot, SetOrientation, BoxPlot::Orientation, orientation, recalc)
520void BoxPlot::setOrientation(BoxPlot::Orientation orientation) {

Callers 1

orderingChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected