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

Method BoxPlotPrivate

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

############################################################################## ####################### Private implementation ############################### ##############################################################################

Source from the content-addressed store, hash-verified

634// ####################### Private implementation ###############################
635// ##############################################################################
636BoxPlotPrivate::BoxPlotPrivate(BoxPlot* owner)
637 : PlotPrivate(owner)
638 , q(owner) {
639 setFlag(QGraphicsItem::ItemIsSelectable);
640 setAcceptHoverEvents(false);
641}
642
643Background* BoxPlotPrivate::addBackground(const KConfigGroup& group) {
644 auto* background = new Background(QStringLiteral("background"));

Callers

nothing calls this directly

Calls 1

setFlagFunction · 0.85

Tested by

no test coverage detected