| 2649 | const_iterator findBegin(double sortKey, bool expandedRange=true) const; |
| 2650 | const_iterator findEnd(double sortKey, bool expandedRange=true) const; |
| 2651 | const_iterator at(int index) const { return constBegin()+qBound(0, index, size()); } |
| 2652 | QCPRange keyRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth); |
| 2653 | QCPRange valueRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()); |
| 2654 | QCPDataRange dataRange() const { return QCPDataRange(0, size()); } |