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

Method BarPlot

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

Source from the content-addressed store, hash-verified

42CURVE_COLUMN_CONNECT(BarPlot, X, x, recalc)
43
44BarPlot::BarPlot(const QString& name)
45 : Plot(name, new BarPlotPrivate(this), AspectType::BarPlot) {
46 init();
47}
48
49BarPlot::BarPlot(const QString& name, BarPlotPrivate* dd)
50 : Plot(name, dd, AspectType::BarPlot) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected