inherits documentation from base class */
| 20344 | |
| 20345 | /* inherits documentation from base class */ |
| 20346 | QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const |
| 20347 | { |
| 20348 | return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); |
| 20349 | } |
| 20350 | |
| 20351 | /* inherits documentation from base class */ |
| 20352 | void QCPGraph::draw(QCPPainter *painter) |
no test coverage detected