inherits documentation from base class */
| 21099 | |
| 21100 | /* inherits documentation from base class */ |
| 21101 | QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const |
| 21102 | { |
| 21103 | return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); |
| 21104 | } |
| 21105 | |
| 21106 | /* inherits documentation from base class */ |
| 21107 | void QCPGraph::draw(QCPPainter *painter) |
no test coverage detected