|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QLCDNumber.Mode
public static final class QLCDNumber.Mode
This type determines how numbers are shown. If the display is set to hexadecimal, octal or binary, the integer equivalent of the value is displayed.
Field Summary | |
---|---|
static QLCDNumber.Mode |
Bin
Binary |
static QLCDNumber.Mode |
Dec
Decimal |
static QLCDNumber.Mode |
Hex
Hexadecimal |
static QLCDNumber.Mode |
Oct
Octal |
Method Summary | |
---|---|
static QLCDNumber.Mode |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QLCDNumber.Mode |
valueOf(java.lang.String name)
|
static QLCDNumber.Mode[] |
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 QLCDNumber.Mode Hex
public static final QLCDNumber.Mode Dec
public static final QLCDNumber.Mode Oct
public static final QLCDNumber.Mode Bin
Method Detail |
---|
public static QLCDNumber.Mode[] values()
public static QLCDNumber.Mode valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QLCDNumber.Mode resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |