|
|||||||||
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.Qt.ArrowType
public static final class Qt.ArrowType
Field Summary | |
---|---|
static Qt.ArrowType |
DownArrow
Value: DownArrow |
static Qt.ArrowType |
LeftArrow
Value: LeftArrow |
static Qt.ArrowType |
NoArrow
Value: NoArrow |
static Qt.ArrowType |
RightArrow
Value: RightArrow |
static Qt.ArrowType |
UpArrow
Value: UpArrow |
Method Summary | |
---|---|
static Qt.ArrowType |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.ArrowType |
valueOf(java.lang.String name)
|
static Qt.ArrowType[] |
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 Qt.ArrowType NoArrow
public static final Qt.ArrowType UpArrow
public static final Qt.ArrowType DownArrow
public static final Qt.ArrowType LeftArrow
public static final Qt.ArrowType RightArrow
Method Detail |
---|
public static Qt.ArrowType[] values()
public static Qt.ArrowType valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.ArrowType resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |