Uses of Class
io.qt.QNativePointer.Type
Package | Description |
---|---|
io.qt |
-
Uses of QNativePointer.Type in io.qt
Methods in io.qt that return QNativePointer.Type Modifier and Type Method Description static QNativePointer.Type
QNativePointer.Type. resolve(int type)
QNativePointer.Type
QNativePointer. type()
Returns the type of the native pointer.static QNativePointer.Type
QNativePointer.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static QNativePointer.Type[]
QNativePointer.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt with parameters of type QNativePointer.Type Modifier and Type Method Description static QNativePointer
QNativePointer. fromNative(long ptr, QNativePointer.Type type, long size, int indirections, boolean readOnly)
This function creates a QNativePointer from an existing c++ pointer.Constructors in io.qt with parameters of type QNativePointer.Type Constructor Description QNativePointer(QNativePointer.Type type)
Creates a native pointer of the specifiedtype
.QNativePointer(QNativePointer.Type type, long size)
Creates a native pointer to an array withsize
length of the specifiedtype
.QNativePointer(QNativePointer.Type type, long size, int indirections)
Creates a native pointer of the specifiedtype
.