Uses of Enum
io.qt.core.QLocale.Country
Packages that use QLocale.Country
-
Uses of QLocale.Country in io.qt.core
Methods in io.qt.core that return QLocale.CountryModifier and TypeMethodDescriptionstatic QLocale.Country
QLocale.codeToCountry
(String countryCode) SeeQLocale::
codeToCountry(QStringView) static QLocale.Country
QLocale.codeToTerritory
(String territoryCode) final QLocale.Country
QLocale.country()
SeeQLocale::
country()const final QLocale.Country
QTimeZone.country()
SeeQTimeZone::
country()const static QLocale.Country
QLocale.Country.resolve
(short value) Returns the corresponding enum entry for the given value.final QLocale.Country
QLocale.territory()
final QLocale.Country
QTimeZone.territory()
static QLocale.Country
Returns the enum constant of this type with the specified name.static QLocale.Country[]
QLocale.Country.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core that return types with arguments of type QLocale.CountryModifier and TypeMethodDescriptionstatic QList
<QLocale.Country> QLocale.countriesForLanguage
(QLocale.Language lang) SeeQLocale::
countriesForLanguage(QLocale::Language) Methods in io.qt.core with parameters of type QLocale.CountryModifier and TypeMethodDescriptionstatic QList
<QByteArray> QTimeZone.availableTimeZoneIds
(QLocale.Country territory) static String
QLocale.countryToCode
(QLocale.Country country) SeeQLocale::
countryToCode(QLocale::Country) static String
QLocale.countryToString
(QLocale.Country country) SeeQLocale::
countryToString(QLocale::Country) QLocale.matchingLocales
(QLocale.Language language, QLocale.Script script, QLocale.Country territory) static String
QLocale.territoryToCode
(QLocale.Country territory) static String
QLocale.territoryToString
(QLocale.Country territory) static QByteArray
QTimeZone.windowsIdToDefaultIanaId
(byte [] windowsId, QLocale.Country territory) Overloaded function forQTimeZone.windowsIdToDefaultIanaId(io.qt.core.QByteArray, io.qt.core.QLocale.Country)
.static QByteArray
QTimeZone.windowsIdToDefaultIanaId
(QByteArray windowsId, QLocale.Country territory) static QList
<QByteArray> QTimeZone.windowsIdToIanaIds
(byte [] windowsId, QLocale.Country territory) Overloaded function forQTimeZone.windowsIdToIanaIds(io.qt.core.QByteArray, io.qt.core.QLocale.Country)
.static QList
<QByteArray> QTimeZone.windowsIdToIanaIds
(QByteArray windowsId, QLocale.Country territory) Constructors in io.qt.core with parameters of type QLocale.CountryModifierConstructorDescriptionQLocale
(QLocale.Language language, QLocale.Country territory) QLocale
(QLocale.Language language, QLocale.Script script, QLocale.Country territory) QTimeZone
(byte [] zoneId, int offsetSeconds, String name, String abbreviation, QLocale.Country territory) Overloaded constructor forQTimeZone(byte[], int, java.lang.String, java.lang.String, io.qt.core.QLocale.Country, java.lang.String)
withcomment = (String)null
.QTimeZone
(byte [] zoneId, int offsetSeconds, String name, String abbreviation, QLocale.Country territory, String comment) QTimeZone
(QByteArray zoneId, int offsetSeconds, String name, String abbreviation, QLocale.Country territory) Overloaded constructor forQTimeZone(io.qt.core.QByteArray, int, java.lang.String, java.lang.String, io.qt.core.QLocale.Country, java.lang.String)
withcomment = (String)null
.QTimeZone
(QByteArray zoneId, int offsetSeconds, String name, String abbreviation, QLocale.Country territory, String comment)