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

Method color

src/backend/worksheet/plots/cartesian/ProcessBehaviorChart.cpp:475–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475QColor ProcessBehaviorChart::color() const {
476 Q_D(const ProcessBehaviorChart);
477 return d->dataCurve->color();
478}
479
480double ProcessBehaviorChart::center() const {
481 Q_D(const ProcessBehaviorChart);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected