|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
This is the complete list of members for DateRange, including all inherited members.
| contains(const QDateTime &time) const | DateRange | inline |
| contains(const DateRange &other) const | DateRange | inline |
| DateRange() | DateRange | inline |
| DateRange(const QDateTime &startTime, const QDateTime &endTime) | DateRange | inline |
| DateRange(const QDateTime &startTime, const TimeSpan &duration) | DateRange | inline |
| DateRange(const DateRange &other) | DateRange | |
| duration() const | DateRange | inline |
| endTime() const | DateRange | inline |
| fromMidpoint(const QDateTime &midpoint, const TimeSpan &duration) | DateRange | static |
| intersects(const DateRange &other) const | DateRange | |
| isValid() const | DateRange | inline |
| merged(const DateRange &other) const | DateRange | |
| merged(const DateRange &a, const DateRange &b) | DateRange | inlinestatic |
| midpoint() const | DateRange | inline |
| operator!=(const DateRange &other) const | DateRange | |
| operator+(const TimeSpan &other) const | DateRange | |
| operator+=(const TimeSpan &other) | DateRange | |
| operator-(const TimeSpan &other) const | DateRange | |
| operator-=(const TimeSpan &other) | DateRange | |
| operator=(const DateRange &other) | DateRange | |
| operator==(const DateRange &other) const | DateRange | |
| setEndTime(const QDateTime &value) | DateRange | inline |
| setStartTime(const QDateTime &value) | DateRange | inline |
| startTime() const | DateRange | inline |
| subRange(const DateRange &other) const | DateRange | |
| toString() const | DateRange |