inherits documentation from base class */
| 28176 | |
| 28177 | /* inherits documentation from base class */ |
| 28178 | double QCPErrorBars::dataMainValue(int index) const |
| 28179 | { |
| 28180 | if (mDataPlottable) |
| 28181 | return mDataPlottable->interface1D()->dataMainValue(index); |
| 28182 | else |
| 28183 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 28184 | return 0; |
| 28185 | } |
| 28186 | |
| 28187 | /* inherits documentation from base class */ |
| 28188 | QCPRange QCPErrorBars::dataValueRange(int index) const |
no outgoing calls
no test coverage detected