non-property methods:
| 913 | |
| 914 | // non-property methods: |
| 915 | bool isValid() const { return (mEnd >= mBegin) && (mBegin >= 0); } |
| 916 | bool isEmpty() const { return length() == 0; } |
| 917 | QCPDataRange bounded(const QCPDataRange &other) const; |
| 918 | QCPDataRange expanded(const QCPDataRange &other) const; |
nothing calls this directly
no outgoing calls
no test coverage detected