MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / dataPlottable

Function dataPlottable

qcustomplot/qcustomplot.h:6022–6022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6020 // getters:
6021 QSharedPointer<QCPErrorBarsDataContainer> data() const { return mDataContainer; }
6022 QCPAbstractPlottable *dataPlottable() const { return mDataPlottable.data(); }
6023 ErrorType errorType() const { return mErrorType; }
6024 double whiskerWidth() const { return mWhiskerWidth; }
6025 double symbolGap() const { return mSymbolGap; }

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected