inherits documentation from base class */
| 27456 | |
| 27457 | /* inherits documentation from base class */ |
| 27458 | bool QCPErrorBars::sortKeyIsMainKey() const |
| 27459 | { |
| 27460 | if (mDataPlottable) |
| 27461 | { |
| 27462 | return mDataPlottable->interface1D()->sortKeyIsMainKey(); |
| 27463 | } else |
| 27464 | { |
| 27465 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 27466 | return true; |
| 27467 | } |
| 27468 | } |
| 27469 | |
| 27470 | /*! |
| 27471 | \copydoc QCPPlottableInterface1D::selectTestRect |
no outgoing calls
no test coverage detected