inherits documentation from base class */
| 28189 | |
| 28190 | /* inherits documentation from base class */ |
| 28191 | double QCPErrorBars::dataMainKey(int index) const |
| 28192 | { |
| 28193 | if (mDataPlottable) |
| 28194 | return mDataPlottable->interface1D()->dataMainKey(index); |
| 28195 | else |
| 28196 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 28197 | return 0; |
| 28198 | } |
| 28199 | |
| 28200 | /* inherits documentation from base class */ |
| 28201 | double QCPErrorBars::dataSortKey(int index) const |
no outgoing calls
no test coverage detected