This is the complete list of members for Time, including all inherited members.
| addMSecs(Pt::int64_t ms) const | Time | |
| addSecs(int secs) const | Time | |
| fromIsoString(const std::string &s) | Time | static |
| get(unsigned &h, unsigned &m, unsigned &s, unsigned &ms) const | Time | |
| hour() const | Time | |
| isValid(unsigned h, unsigned m, unsigned s, unsigned ms) | Time | static |
| minute() const | Time | |
| msec() const | Time | |
| msecsUntil(const Time &t) const | Time | |
| operator!=(const Time &a, const Time &b) | Time | related |
| operator+(const Time &time, const Timespan &ts) | Time | related |
| operator+=(const Timespan &ts) | Time | |
| operator-(const Time &time, const Timespan &ts) | Time | related |
| operator-(const Time &a, const Time &b) | Time | related |
| operator-=(const Timespan &ts) | Time | |
| operator<(const Time &a, const Time &b) | Time | related |
| operator<<=(SerializationInfo &si, const Time &time) | Time | related |
| operator<=(const Time &a, const Time &b) | Time | related |
| operator=(const Time &other) | Time | |
| operator==(const Time &a, const Time &b) | Time | related |
| operator>(const Time &a, const Time &b) | Time | related |
| operator>=(const Time &a, const Time &b) | Time | related |
| operator>>=(const SerializationInfo &si, Time &time) | Time | related |
| second() const | Time | |
| secsUntil(const Time &t) const | Time | |
| set(unsigned h, unsigned m, unsigned s, unsigned ms=0) | Time | |
| setTotalMSecs(uint32_t msecs) | Time | |
| Time() | Time | |
| Time(unsigned h, unsigned m, unsigned s=0, unsigned ms=0) | Time | |
| toIsoString() const | Time | |
| toMSecs() const | Time |