inherits documentation from base class */
| 28213 | |
| 28214 | /* inherits documentation from base class */ |
| 28215 | bool QCPErrorBars::sortKeyIsMainKey() const |
| 28216 | { |
| 28217 | if (mDataPlottable) |
| 28218 | { |
| 28219 | return mDataPlottable->interface1D()->sortKeyIsMainKey(); |
| 28220 | } else |
| 28221 | { |
| 28222 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 28223 | return true; |
| 28224 | } |
| 28225 | } |
| 28226 | |
| 28227 | /*! |
| 28228 | \copydoc QCPPlottableInterface1D::selectTestRect |
no outgoing calls
no test coverage detected