KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
Loading...
Searching...
No Matches
TimeSpan Member List

This is the complete list of members for TimeSpan, including all inherited members.

Abbreviated enum valueTimeSpan
absDiff(const QDateTime &t1, const QDateTime &t2)TimeSpanstatic
absDiff(std::chrono::system_clock::time_point t1, std::chrono::system_clock::time_point t2)TimeSpanstatic
absoluteValue() constTimeSpan
addDays(double days) constTimeSpan
addHours(double hours) constTimeSpan
addMicroseconds(double microseconds) constTimeSpan
addMilliseconds(double milliseconds) constTimeSpan
addMinutes(double minutes) constTimeSpan
addNanoseconds(double nanoseconds) constTimeSpan
addSeconds(double seconds) constTimeSpan
Auto enum valueTimeSpan
days() constTimeSpan
diff(const QDateTime &now, const QDateTime &then)TimeSpanstatic
diff(std::chrono::system_clock::time_point now, std::chrono::system_clock::time_point then)TimeSpanstatic
Format enum nameTimeSpan
fromDays(double days)TimeSpanstatic
fromHours(double hours)TimeSpanstatic
fromMicroseconds(double microseconds)TimeSpanstatic
fromMilliseconds(double milliseconds)TimeSpanstatic
fromMinutes(double minutes)TimeSpanstatic
fromNanoseconds(double nanoseconds)TimeSpanstatic
fromSeconds(double seconds)TimeSpanstatic
fromString(const QString &timeString, bool *parsed=nullptr)TimeSpanstatic
fromVariant(const QVariant &value)TimeSpaninlinestatic
hours() constTimeSpan
invalid()TimeSpanstatic
isNegative() constTimeSpaninline
isPositive() constTimeSpaninline
isValid() constTimeSpaninline
isZero() constTimeSpaninline
max(const TimeSpan &t1, const TimeSpan &t2)TimeSpaninlinestatic
MicroSeconds enum valueTimeSpan
microseconds() constTimeSpan
milliseconds() constTimeSpan
Milliseconds enum valueTimeSpan
min(const TimeSpan &t1, const TimeSpan &t2)TimeSpaninlinestatic
minutes() constTimeSpan
nanoseconds() constTimeSpan
NoMilliseconds enum valueTimeSpan
operator!=(const TimeSpan &other) constTimeSpan
operator*(const TimeSpan &other) constTimeSpan
operator*(double value) constTimeSpan
operator*=(const TimeSpan &other)TimeSpan
operator*=(double value)TimeSpan
operator+(const TimeSpan &other) constTimeSpan
operator+=(const TimeSpan &other)TimeSpan
operator-(const TimeSpan &other) constTimeSpan
operator-=(const TimeSpan &other)TimeSpan
operator/(const TimeSpan &other) constTimeSpan
operator/(double value) constTimeSpan
operator/=(const TimeSpan &other)TimeSpan
operator/=(double value)TimeSpan
operator<(const TimeSpan &other) constTimeSpan
operator<=(const TimeSpan &other) constTimeSpan
operator=(const TimeSpan &other)TimeSpan
operator=(const timespec &other)TimeSpan
operator==(const TimeSpan &other) constTimeSpan
operator>(const TimeSpan &other) constTimeSpan
operator>=(const TimeSpan &other) constTimeSpan
seconds() constTimeSpan
TimeSpan()TimeSpaninline
TimeSpan(double days, double hours, double minutes, double seconds, double milliseconds=0, double microseconds=0, double nanoseconds=0)TimeSpan
TimeSpan(const TimeSpan &other)TimeSpan
TimeSpan(const timespec &other)TimeSpan
toAbbreviatedFormat(bool showMilliseconds=false) constTimeSpan
toDumpString() constTimeSpan
toString(Format format, bool microseconds=false) constTimeSpan
toString(bool microseconds=false) constTimeSpan
totalDays() constTimeSpan
totalHours() constTimeSpan
totalMicroseconds() constTimeSpan
totalMilliseconds() constTimeSpan
totalMinutes() constTimeSpan
totalNanoseconds() constTimeSpan
totalSeconds() constTimeSpan
toTimeSpec(struct timespec &timespec) constTimeSpan
toVariant() constTimeSpaninline
zero()TimeSpaninlinestatic