![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QTimeZone, including all inherited members.
| NameType enum name | QTimeZone | |
| OffsetDataList typedef | QTimeZone | |
| QTimeZone(const QByteArray &zoneId) | QTimeZone | explicit |
| QTimeZone(int offsetSeconds) | QTimeZone | explicit |
| QTimeZone(const QByteArray &zoneId, int offsetSeconds, const QString &name, const QString &abbreviation, QLocale::Country country=QLocale::AnyCountry, const QString &comment=QString ()) | QTimeZone | |
| QTimeZone(const QTimeZone &other) | QTimeZone | |
| QTimeZone(QTimeZone &&other) | QTimeZone | |
| TimeType enum name | QTimeZone | |
| abbreviation(const QDateTime &atDateTime) const | QTimeZone | |
| availableTimeZoneIds() | QTimeZone | static |
| availableTimeZoneIds(QLocale::Country country) | QTimeZone | static |
| availableTimeZoneIds(int offsetSeconds) | QTimeZone | static |
| comment() const | QTimeZone | |
| country() const | QTimeZone | |
| daylightTimeOffset(const QDateTime &atDateTime) const | QTimeZone | |
| displayName(const QDateTime &atDateTime, QTimeZone::NameType nameType=QTimeZone::DefaultName, const QLocale &locale=QLocale ()) const | QTimeZone | |
| displayName(QTimeZone::TimeType timeType, QTimeZone::NameType nameType=QTimeZone::DefaultName, const QLocale &locale=QLocale ()) const | QTimeZone | |
| hasDaylightTime() const | QTimeZone | |
| hasTransitions() const | QTimeZone | |
| ianaIdToWindowsId(const QByteArray &zoneId) | QTimeZone | static |
| id() const | QTimeZone | |
| isDaylightTime(const QDateTime &atDateTime) const | QTimeZone | |
| isTimeZoneIdAvailable(const QByteArray &zoneId) | QTimeZone | static |
| isValid() const | QTimeZone | |
| nextTransition(const QDateTime &afterDateTime) const | QTimeZone | |
| offsetData(const QDateTime &forDateTime) const | QTimeZone | |
| offsetFromUtc(const QDateTime &atDateTime) const | QTimeZone | |
| operator!=(const QTimeZone &other) const | QTimeZone | |
| operator<<(QDataStream &stream, const QTimeZone &tz) | QTimeZone | friend |
| operator=(const QTimeZone &other) | QTimeZone | |
| operator=(QTimeZone &&other) | QTimeZone | inline |
| operator==(const QTimeZone &other) const | QTimeZone | |
| operator>>(QDataStream &stream, QTimeZone &tz) | QTimeZone | related |
| previousTransition(const QDateTime &beforeDateTime) const | QTimeZone | |
| standardTimeOffset(const QDateTime &atDateTime) const | QTimeZone | |
| swap(QTimeZone &other) | QTimeZone | inline |
| systemTimeZone() | QTimeZone | static |
| systemTimeZoneId() | QTimeZone | static |
| transitions(const QDateTime &fromDateTime, const QDateTime &toDateTime) const | QTimeZone | |
| utc() | QTimeZone | static |
| windowsIdToDefaultIanaId(const QByteArray &windowsId) | QTimeZone | static |
| windowsIdToDefaultIanaId(const QByteArray &windowsId, QLocale::Country country) | QTimeZone | static |
| windowsIdToIanaIds(const QByteArray &windowsId) | QTimeZone | static |
| windowsIdToIanaIds(const QByteArray &windowsId, QLocale::Country country) | QTimeZone | static |
| ~QTimeZone() | QTimeZone |