inherits documentation from base class */
| 27399 | |
| 27400 | /* inherits documentation from base class */ |
| 27401 | double QCPErrorBars::dataMainKey(int index) const |
| 27402 | { |
| 27403 | if (mDataPlottable) |
| 27404 | return mDataPlottable->interface1D()->dataMainKey(index); |
| 27405 | else |
| 27406 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 27407 | return 0; |
| 27408 | } |
| 27409 | |
| 27410 | /* inherits documentation from base class */ |
| 27411 | double QCPErrorBars::dataSortKey(int index) const |
no outgoing calls
no test coverage detected