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

Method value

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

values

Source from the content-addressed store, hash-verified

273
274// values
275Value* LollipopPlot::value() const {
276 Q_D(const LollipopPlot);
277 return d->value;
278}
279
280/* ============================ setter methods and undo commands ================= */
281CURVE_COLUMN_CONNECT(LollipopPlot, Data, data, recalc)

Callers 1

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected