| 970 | // non-property methods: |
| 971 | bool isValid() const { return (mEnd >= mBegin) && (mBegin >= 0); } |
| 972 | bool isEmpty() const { return length() == 0; } |
| 973 | QCPDataRange bounded(const QCPDataRange &other) const; |
| 974 | QCPDataRange expanded(const QCPDataRange &other) const; |
| 975 | QCPDataRange intersection(const QCPDataRange &other) const; |
no test coverage detected