inherits documentation from base class */
| 27316 | |
| 27317 | /* inherits documentation from base class */ |
| 27318 | double QCPErrorBars::dataMainKey(int index) const |
| 27319 | { |
| 27320 | if (mDataPlottable) |
| 27321 | return mDataPlottable->interface1D()->dataMainKey(index); |
| 27322 | else |
| 27323 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 27324 | return 0; |
| 27325 | } |
| 27326 | |
| 27327 | /* inherits documentation from base class */ |
| 27328 | double QCPErrorBars::dataSortKey(int index) const |
no outgoing calls
no test coverage detected