- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QGLXContext.Impl
Native interface to a GLX context
Java wrapper for Qt's class QNativeInterface::QGLXContext
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QOpenGLContext
fromNative
(QNativePointer configBasedContext) Overloaded function forfromNative(io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
fromNative
(QNativePointer configBasedContext, QOpenGLContext shareContext) Adopts a GLXContext configBasedContext created from an FBConfigstatic QOpenGLContext
fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo) Overloaded function forfromNative(io.qt.QNativePointer, io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
.static QOpenGLContext
fromNative
(QNativePointer visualBasedContext, QNativePointer visualInfo, QOpenGLContext shareContext) Adopts a GLXContext created from an X visualMethods 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 a GLXContext configBasedContext created from an FBConfig
See QNativeInterface::QGLXContext::fromNative(GLXContext,QOpenGLContext*)
-
fromNative
Overloaded function for
fromNative(io.qt.QNativePointer, io.qt.QNativePointer, io.qt.gui.QOpenGLContext)
withshareContext = null
. -
fromNative
static QOpenGLContext fromNative(QNativePointer visualBasedContext, QNativePointer visualInfo, QOpenGLContext shareContext) Adopts a GLXContext created from an X visual
See QNativeInterface::QGLXContext::fromNative(GLXContext,void*,QOpenGLContext*)
-