Uses of Class
io.qt.QNativePointer
-
Uses of QNativePointer in io.qt
Modifier and TypeMethodDescriptionstatic QNativePointer
QNativePointer.createCharPointer
(String string) Creates a char* from the input stringstatic QNativePointer
QNativePointer.createCharPointerPointer
(String[] strings) Creates a char** native pointer from the array of input strings.static QNativePointer
QNativePointer.fromArray
(boolean[] data) static QNativePointer
QNativePointer.fromArray
(byte[] data) static QNativePointer
QNativePointer.fromArray
(char[] data) static QNativePointer
QNativePointer.fromArray
(double[] data) static QNativePointer
QNativePointer.fromArray
(float[] data) static QNativePointer
QNativePointer.fromArray
(int[] data) static QNativePointer
QNativePointer.fromArray
(long[] data) static QNativePointer
QNativePointer.fromArray
(short[] data) static QNativePointer
static QNativePointer
static QNativePointer
static QNativePointer
static QNativePointer
static QNativePointer
static QNativePointer
static QNativePointer
static QNativePointer
static <T extends QtObjectInterface>
QNativePointerQNativePointer.fromArray
(T... array) static QNativePointer
QNativePointer.fromBuffer
(Buffer buffer) 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.static <T extends QtObjectInterface>
QNativePointerQNativePointer.fromObject
(T object) QNativePointer.pointerAt
(long pos) Returns the value of the native pointer at the specified position.QNativePointer.pointerValue()
If the native pointer is of pointer type, this function returns its value.Modifier and TypeMethodDescriptionvoid
QNativePointer.setPointerAt
(long pos, QNativePointer value) Sets the value of the array element atpos
to which this native pointer points.void
QNativePointer.setPointerValue
(QNativePointer value) Sets the value of this pointer tovalue
. -
Uses of QNativePointer in io.qt.activex
Modifier and TypeMethodDescriptionint
QAxBase.Impl.qt_metacall
(QMetaObject.Call arg__1, int arg__2, QNativePointer arg__3) default int
QAxBase.qt_metacall
(QMetaObject.Call arg__1, int arg__2, QNativePointer arg__3)