inherits documentation from base class */
| 28199 | |
| 28200 | /* inherits documentation from base class */ |
| 28201 | double QCPErrorBars::dataSortKey(int index) const |
| 28202 | { |
| 28203 | if (mDataPlottable) |
| 28204 | return mDataPlottable->interface1D()->dataSortKey(index); |
| 28205 | else |
| 28206 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 28207 | return 0; |
| 28208 | } |
| 28209 | |
| 28210 | /* inherits documentation from base class */ |
| 28211 | double QCPErrorBars::dataMainValue(int index) const |
nothing calls this directly
no outgoing calls
no test coverage detected