inherits documentation from base class */
| 27336 | |
| 27337 | /* inherits documentation from base class */ |
| 27338 | double QCPErrorBars::dataMainValue(int index) const |
| 27339 | { |
| 27340 | if (mDataPlottable) |
| 27341 | return mDataPlottable->interface1D()->dataMainValue(index); |
| 27342 | else |
| 27343 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 27344 | return 0; |
| 27345 | } |
| 27346 | |
| 27347 | /* inherits documentation from base class */ |
| 27348 | QCPRange QCPErrorBars::dataValueRange(int index) const |
no outgoing calls
no test coverage detected