#include <QtCore>Go to the source code of this file.
Classes | |
| class | QRange< T > |
Enumerations | |
| enum class | QRangeDirection { Minus = -1 , Zero = 0 , Plus = 1 } |
| Enum defining the direction of the range. More... | |
| enum class | QRangeSensitivity { Sensitive , Insensitive } |
| Enum that determines the sensitivity of certain methods, such as contains(). More... | |
|
strong |
|
strong |
Enum that determines the sensitivity of certain methods, such as contains().
| Enumerator | |
|---|---|
| Sensitive | If QRangeSensitivity::Sensitive is set, the method will work with the operators '>' and '<'. |
| Insensitive | If QRangeSensitivity::Insensitive is set, the method will work with '>=' and '<='. |