| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected