|
|||||||||
| 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.QCoreApplication.Encoding
public static final class QCoreApplication.Encoding
This enum type defines the 8-bit encoding of character string arguments to translate():
| Field Summary | |
|---|---|
static QCoreApplication.Encoding |
CodecForTr
The encoding specified by QTextCodec.:codecForTr() (Latin-1 if none has been set). |
static QCoreApplication.Encoding |
UnicodeUTF8
UTF-8. |
| Method Summary | |
|---|---|
static QCoreApplication.Encoding |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QCoreApplication.Encoding |
valueOf(java.lang.String name)
|
static QCoreApplication.Encoding[] |
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 QCoreApplication.Encoding CodecForTr
public static final QCoreApplication.Encoding UnicodeUTF8
| Method Detail |
|---|
public static QCoreApplication.Encoding[] values()
public static QCoreApplication.Encoding valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static QCoreApplication.Encoding resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||