- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QCocoaGLContext.Impl
Native interface to an NSOpenGLContext on macOS
Java wrapper for Qt class QNativeInterface::QCocoaGLContext
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementor class for interfaceQCocoaGLContext
-
Method Summary
Modifier and TypeMethodDescriptionstatic QOpenGLContext
fromNative
(QNativePointer context) Overloaded function forfromNative(io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
fromNative
(QNativePointer context, QOpenGLContext shareContext) Adopts an NSOpenGLContextMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
nativeContext
-
fromNative
Overloaded function for
fromNative(io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
. -
fromNative
Adopts an NSOpenGLContext
See QNativeInterface::QCocoaGLContext::fromNative(NSOpenGLContext*,QOpenGLContext*)
-