inherits documentation from base class */
| 28209 | |
| 28210 | /* inherits documentation from base class */ |
| 28211 | double QCPErrorBars::dataMainValue(int index) const |
| 28212 | { |
| 28213 | if (mDataPlottable) |
| 28214 | return mDataPlottable->interface1D()->dataMainValue(index); |
| 28215 | else |
| 28216 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 28217 | return 0; |
| 28218 | } |
| 28219 | |
| 28220 | /* inherits documentation from base class */ |
| 28221 | QCPRange QCPErrorBars::dataValueRange(int index) const |
no outgoing calls
no test coverage detected