inherits documentation from base class */
| 27373 | |
| 27374 | /* inherits documentation from base class */ |
| 27375 | bool QCPErrorBars::sortKeyIsMainKey() const |
| 27376 | { |
| 27377 | if (mDataPlottable) |
| 27378 | { |
| 27379 | return mDataPlottable->interface1D()->sortKeyIsMainKey(); |
| 27380 | } else |
| 27381 | { |
| 27382 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 27383 | return true; |
| 27384 | } |
| 27385 | } |
| 27386 | |
| 27387 | /*! |
| 27388 | \copydoc QCPPlottableInterface1D::selectTestRect |
no outgoing calls
no test coverage detected