| 918 | QCPDataRange expanded(const QCPDataRange &other) const; |
| 919 | QCPDataRange intersection(const QCPDataRange &other) const; |
| 920 | QCPDataRange adjusted(int changeBegin, int changeEnd) const { return QCPDataRange(mBegin+changeBegin, mEnd+changeEnd); } |
| 921 | bool intersects(const QCPDataRange &other) const; |
| 922 | bool contains(const QCPDataRange &other) const; |
| 923 |
nothing calls this directly
no outgoing calls
no test coverage detected