inherits documentation from base class */
| 21112 | |
| 21113 | /* inherits documentation from base class */ |
| 21114 | QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const |
| 21115 | { |
| 21116 | return mDataContainer->keyRange(foundRange, inSignDomain); |
| 21117 | } |
| 21118 | |
| 21119 | /* inherits documentation from base class */ |
| 21120 | QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const |
no test coverage detected