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

Method value

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

values

Source from the content-addressed store, hash-verified

265
266// values
267Value* BarPlot::value() const {
268 Q_D(const BarPlot);
269 return d->value;
270}
271
272/* ============================ setter methods and undo commands ================= */
273CURVE_COLUMN_CONNECT(BarPlot, Data, data, recalc)

Callers 15

loadMethod · 0.45
pasteMethod · 0.45
clipboardAspectTypeMethod · 0.45
readBasicAttributesMethod · 0.45
inputMethod · 0.45
Folder.cppFile · 0.45
plotDesignationMethod · 0.45
columnModeMethod · 0.45
textAtMethod · 0.45
dateAtMethod · 0.45
timeAtMethod · 0.45
dateTimeAtMethod · 0.45

Calls

no outgoing calls

Tested by 3

pasteMethod · 0.36
clipboardAspectTypeMethod · 0.36
readBasicAttributesMethod · 0.36