inherits documentation from base class */
| 28156 | |
| 28157 | /* inherits documentation from base class */ |
| 28158 | double QCPErrorBars::dataMainKey(int index) const |
| 28159 | { |
| 28160 | if (mDataPlottable) |
| 28161 | return mDataPlottable->interface1D()->dataMainKey(index); |
| 28162 | else |
| 28163 | qDebug() << Q_FUNC_INFO << "no data plottable set"; |
| 28164 | return 0; |
| 28165 | } |
| 28166 | |
| 28167 | /* inherits documentation from base class */ |
| 28168 | double QCPErrorBars::dataSortKey(int index) const |
no outgoing calls
no test coverage detected