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

Method backgroundAt

src/backend/worksheet/plots/cartesian/BarPlot.cpp:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153// box filling
154Background* BarPlot::backgroundAt(int index) const {
155 Q_D(const BarPlot);
156 if (index < d->backgrounds.size())
157 return d->backgrounds.at(index);
158 else
159 return nullptr;
160}
161
162// box border lines
163Line* BarPlot::lineAt(int index) const {

Callers 6

setBarPlotsMethod · 0.45
barNumberChangedMethod · 0.45
setBoxPlotsMethod · 0.45
currentBoxChangedMethod · 0.45
loadCurvesMethod · 0.45
paintMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected