QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
This is the complete list of members for QgsRange< T >, including all inherited members.
contains(const QgsRange< T > &other) const | QgsRange< T > | inline |
contains(T element) const | QgsRange< T > | inline |
includeLower() const | QgsRange< T > | inline |
includeUpper() const | QgsRange< T > | inline |
isEmpty() const | QgsRange< T > | inline |
isSingleton() const | QgsRange< T > | inline |
lower() const | QgsRange< T > | inline |
mIncludeLower | QgsRange< T > | protected |
mIncludeUpper | QgsRange< T > | protected |
mLower | QgsRange< T > | protected |
mUpper | QgsRange< T > | protected |
operator!=(const QgsRange< T > &other) const | QgsRange< T > | inline |
operator==(const QgsRange< T > &other) const | QgsRange< T > | inline |
overlaps(const QgsRange< T > &other) const | QgsRange< T > | inline |
QgsRange(T lower, T upper, bool includeLower=true, bool includeUpper=true) | QgsRange< T > | inline |
upper() const | QgsRange< T > | inline |