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

Method whiskersLine

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

Source from the content-addressed store, hash-verified

394BASIC_SHARED_D_READER_IMPL(BoxPlot, double, whiskersCapSize, whiskersCapSize)
395
396Line* BoxPlot::whiskersLine() const {
397 Q_D(const BoxPlot);
398 return d->whiskersLine;
399}
400
401Line* BoxPlot::whiskersCapLine() const {
402 Q_D(const BoxPlot);

Callers 2

setBoxPlotsMethod · 0.80
paintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected