MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / errorType

Function errorType

qcustomplot.h:6023–6023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
6026

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected