Uses of Enum
io.qt.QNativePointer.Type
Packages that use QNativePointer.Type
-
Uses of QNativePointer.Type in io.qt
Methods in io.qt that return QNativePointer.TypeModifier and TypeMethodDescriptionstatic QNativePointer.Type
QNativePointer.Type.resolve
(int type) QNativePointer.type()
Returns the type of the native pointer.static QNativePointer.Type
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.TypeModifier and TypeMethodDescriptionstatic 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.TypeModifierConstructorDescriptionCreates 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
.