inherits documentation from base class */
| 27419 | |
| 27420 | /* inherits documentation from base class */ |
| 27421 | double QCPErrorBars::dataMainValue(int index) const |
| 27422 | { |
| 27423 | if (mDataPlottable) |
| 27424 | return mDataPlottable->interface1D()->dataMainValue(index); |
| 27425 | else |
| 27426 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 27427 | return 0; |
| 27428 | } |
| 27429 | |
| 27430 | /* inherits documentation from base class */ |
| 27431 | QCPRange QCPErrorBars::dataValueRange(int index) const |
no outgoing calls
no test coverage detected