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.gui.nativeinterface
Modifier and TypeMethodDescriptionQX11Application.connection()
abstract QNativePointer
QX11Application.Impl.connection()
default QNativePointer
QWindowsApplication.createMessageWindow
(String classNameTemplate, String windowName) Overloaded function forQWindowsApplication.createMessageWindow(java.lang.String, java.lang.String, io.qt.core.QFunctionPointer)
witheventProc = null
.QWindowsApplication.createMessageWindow
(String classNameTemplate, String windowName, QFunctionPointer eventProc) final QNativePointer
QWindowsApplication.Impl.createMessageWindow
(String classNameTemplate, String windowName) Overloaded function forQWindowsApplication.Impl.createMessageWindow(java.lang.String, java.lang.String, io.qt.core.QFunctionPointer)
witheventProc = null
.abstract QNativePointer
QWindowsApplication.Impl.createMessageWindow
(String classNameTemplate, String windowName, QFunctionPointer eventProc) QEGLContext.display()
abstract QNativePointer
QEGLContext.Impl.display()
QX11Application.display()
abstract QNativePointer
QX11Application.Impl.display()
abstract QNativePointer
QCocoaGLContext.Impl.nativeContext()
QCocoaGLContext.nativeContext()
abstract QNativePointer
QEGLContext.Impl.nativeContext()
QEGLContext.nativeContext()
abstract QNativePointer
QGLXContext.Impl.nativeContext()
QGLXContext.nativeContext()
abstract QNativePointer
QWGLContext.Impl.nativeContext()
QWGLContext.nativeContext()
static QNativePointer
QWGLContext.openGLModuleHandle()
Modifier and TypeMethodDescriptionstatic QOpenGLContext
QCocoaGLContext.fromNative
(QNativePointer context) Overloaded function forQCocoaGLContext.fromNative(io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QCocoaGLContext.fromNative
(QNativePointer context, QOpenGLContext shareContext) Adopts an NSOpenGLContextstatic QOpenGLContext
QEGLContext.fromNative
(QNativePointer context, QNativePointer display) Overloaded function forQEGLContext.fromNative(io.qt.QNativePointer, io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QEGLContext.fromNative
(QNativePointer context, QNativePointer display, QOpenGLContext shareContext) Adopts an EGLContext contextstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer configBasedContext) Overloaded function forQGLXContext.fromNative(io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QGLXContext.fromNative
(QNativePointer configBasedContext, QOpenGLContext shareContext) Adopts a GLXContext configBasedContext created from an FBConfigstatic QOpenGLContext
QGLXContext.fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo) Overloaded function forQGLXContext.fromNative(io.qt.QNativePointer, io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QGLXContext.fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo, QOpenGLContext shareContext) Adopts a GLXContext created from an X visualstatic QOpenGLContext
QWGLContext.fromNative
(QNativePointer context, QNativePointer window) Overloaded function forQWGLContext.fromNative(io.qt.QNativePointer, io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
QWGLContext.fromNative
(QNativePointer context, QNativePointer window, QOpenGLContext shareContext) Adopts an WGL context handle -
Uses of QNativePointer in io.qt.quick.nativeinterface
Modifier and TypeMethodDescriptionabstract QNativePointer
QSGD3D11Texture.Impl.nativeTexture()
QSGD3D11Texture.nativeTexture()