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

Method setOrientation

src/backend/worksheet/plots/cartesian/LollipopPlot.cpp:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303STD_SETTER_CMD_IMPL_F_S(LollipopPlot, SetOrientation, LollipopPlot::Orientation, orientation, recalc)
304void LollipopPlot::setOrientation(LollipopPlot::Orientation orientation) {
305 Q_D(LollipopPlot);
306 if (orientation != d->orientation)
307 exec(new LollipopPlotSetOrientationCmd(d, orientation, ki18n("%1: set orientation")));
308}
309
310// ##############################################################################
311// ################################# SLOTS ####################################

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected