|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QSystemLocale.QueryType
public static final class QSystemLocale.QueryType
Specifies the type of information queried by query()
. For each value the type of information to return from the query()
method is listed.
Field Summary | |
---|---|
static QSystemLocale.QueryType |
CountryId
a uint specifying the country. |
static QSystemLocale.QueryType |
DateFormatLong
a QString specifying the long date format |
static QSystemLocale.QueryType |
DateFormatShort
a QString specifying the short date format |
static QSystemLocale.QueryType |
DateTimeFormatLong
a QString specifying the long date time format |
static QSystemLocale.QueryType |
DateTimeFormatShort
a QString specifying the short date time format |
static QSystemLocale.QueryType |
DateTimeToStringLong
converts the QDateTime in the in variant to a QString using the long datetime format |
static QSystemLocale.QueryType |
DateTimeToStringShort
converts the QDateTime in the in variant to a QString using the short datetime format |
static QSystemLocale.QueryType |
DateToStringLong
converts the QDate stored in the in variant to a QString using the long date format |
static QSystemLocale.QueryType |
DateToStringShort
converts the QDate stored in the in variant to a QString using the short date format |
static QSystemLocale.QueryType |
DayNameLong
a QString specifying the name of a weekday. |
static QSystemLocale.QueryType |
DayNameShort
a QString specifying the short name of a weekday. |
static QSystemLocale.QueryType |
DecimalPoint
a QString specifying the decimal point. |
static QSystemLocale.QueryType |
GroupSeparator
a QString specifying the group separator. |
static QSystemLocale.QueryType |
LanguageId
a uint specifying the language. |
static QSystemLocale.QueryType |
MeasurementSystem
a QLocale::MeasurementSystem enum specifying the measurement system |
static QSystemLocale.QueryType |
MonthNameLong
a QString specifying the name of a month. |
static QSystemLocale.QueryType |
MonthNameShort
a QString specifying the short name of a month. |
static QSystemLocale.QueryType |
NegativeSign
a QString specifying the minus sign. |
static QSystemLocale.QueryType |
TimeFormatLong
a QString specifying the long time format |
static QSystemLocale.QueryType |
TimeFormatShort
a QString specifying the short time format |
static QSystemLocale.QueryType |
TimeToStringLong
converts the QTime stored in the in variant to a QString using the long time format |
static QSystemLocale.QueryType |
TimeToStringShort
converts the QTime stored in the in variant to a QString using the short time format |
static QSystemLocale.QueryType |
ZeroDigit
a QString specifying the zero digit. |
Method Summary | |
---|---|
static QSystemLocale.QueryType |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QSystemLocale.QueryType |
valueOf(java.lang.String name)
|
static QSystemLocale.QueryType[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QSystemLocale.QueryType LanguageId
public static final QSystemLocale.QueryType CountryId
public static final QSystemLocale.QueryType DecimalPoint
public static final QSystemLocale.QueryType GroupSeparator
public static final QSystemLocale.QueryType ZeroDigit
public static final QSystemLocale.QueryType NegativeSign
public static final QSystemLocale.QueryType DateFormatLong
public static final QSystemLocale.QueryType DateFormatShort
public static final QSystemLocale.QueryType TimeFormatLong
public static final QSystemLocale.QueryType TimeFormatShort
public static final QSystemLocale.QueryType DayNameLong
public static final QSystemLocale.QueryType DayNameShort
public static final QSystemLocale.QueryType MonthNameLong
public static final QSystemLocale.QueryType MonthNameShort
public static final QSystemLocale.QueryType DateToStringLong
QDate
stored in the in variant to a QString using the long date format
public static final QSystemLocale.QueryType DateToStringShort
QDate
stored in the in variant to a QString using the short date format
public static final QSystemLocale.QueryType TimeToStringLong
QTime
stored in the in variant to a QString using the long time format
public static final QSystemLocale.QueryType TimeToStringShort
QTime
stored in the in variant to a QString using the short time format
public static final QSystemLocale.QueryType DateTimeFormatLong
public static final QSystemLocale.QueryType DateTimeFormatShort
public static final QSystemLocale.QueryType DateTimeToStringLong
QDateTime
in the in variant to a QString using the long datetime format
public static final QSystemLocale.QueryType DateTimeToStringShort
QDateTime
in the in variant to a QString using the short datetime format
public static final QSystemLocale.QueryType MeasurementSystem
QLocale::MeasurementSystem
enum specifying the measurement system
Method Detail |
---|
public static QSystemLocale.QueryType[] values()
public static QSystemLocale.QueryType valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QSystemLocale.QueryType resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |