inherits documentation from base class */
| 27409 | |
| 27410 | /* inherits documentation from base class */ |
| 27411 | double QCPErrorBars::dataSortKey(int index) const |
| 27412 | { |
| 27413 | if (mDataPlottable) |
| 27414 | return mDataPlottable->interface1D()->dataSortKey(index); |
| 27415 | else |
| 27416 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 27417 | return 0; |
| 27418 | } |
| 27419 | |
| 27420 | /* inherits documentation from base class */ |
| 27421 | double QCPErrorBars::dataMainValue(int index) const |
nothing calls this directly
no outgoing calls
no test coverage detected