inherits documentation from base class */
| 20289 | |
| 20290 | /* inherits documentation from base class */ |
| 20291 | QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const |
| 20292 | { |
| 20293 | return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); |
| 20294 | } |
| 20295 | |
| 20296 | /* inherits documentation from base class */ |
| 20297 | void QCPGraph::draw(QCPPainter *painter) |
no test coverage detected