|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.QNativePointer.Type
public static final class QNativePointer.Type
The Type enum describe the Java types that can be used by a QNativePointer.
Field Summary | |
---|---|
static QNativePointer.Type |
Boolean
Java Boolean |
static QNativePointer.Type |
Byte
Java Byte |
static QNativePointer.Type |
Char
Java Char |
static QNativePointer.Type |
Double
Java Double |
static QNativePointer.Type |
Float
Java Float |
static QNativePointer.Type |
Int
Java Int |
static QNativePointer.Type |
Long
Java Long |
static QNativePointer.Type |
Pointer
Another QNativePointer of any type |
static QNativePointer.Type |
Short
Java Short |
static QNativePointer.Type |
String
Java String |
Method Summary | |
---|---|
static QNativePointer.Type |
valueOf(java.lang.String name)
|
static QNativePointer.Type[] |
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 QNativePointer.Type Boolean
public static final QNativePointer.Type Byte
public static final QNativePointer.Type Char
public static final QNativePointer.Type Short
public static final QNativePointer.Type Int
public static final QNativePointer.Type Long
public static final QNativePointer.Type Float
public static final QNativePointer.Type Double
public static final QNativePointer.Type Pointer
public static final QNativePointer.Type String
Method Detail |
---|
public static QNativePointer.Type[] values()
public static QNativePointer.Type valueOf(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |