Documentation
class QqOpenGLContextTrUtf8 x1 where #
qOpenGLContextTrUtf8 :: x1 -> IO String #
Instances
QqOpenGLContextTrUtf8 String # | |
Defined in Qtc.Gui.QOpenGLContext qOpenGLContextTrUtf8 :: String -> IO String # | |
QqOpenGLContextTrUtf8 (String, String) # | |
Defined in Qtc.Gui.QOpenGLContext qOpenGLContextTrUtf8 :: (String, String) -> IO String # | |
QqOpenGLContextTrUtf8 (String, String, Int) # | |
Defined in Qtc.Gui.QOpenGLContext qOpenGLContextTrUtf8 :: (String, String, Int) -> IO String # |
class QqOpenGLContext x1 where #
qOpenGLContext :: x1 -> IO (QOpenGLContext ()) #
Instances
QqOpenGLContext () # | |
Defined in Qtc.Gui.QOpenGLContext qOpenGLContext :: () -> IO (QOpenGLContext ()) # | |
QqOpenGLContext (QObject t1) # | |
Defined in Qtc.Gui.QOpenGLContext qOpenGLContext :: QObject t1 -> IO (QOpenGLContext ()) # |
qOpenGLContextAreSharing :: (QOpenGLContext t1, QOpenGLContext t2) -> IO Bool #
qOpenGLContextCurrentContext :: () -> IO (QOpenGLContext ()) #
defaultFramebufferObject :: QOpenGLContext a -> () -> IO GLuint #
extraFunctions :: QOpenGLContext a -> () -> IO (QOpenGLExtraFunctions ()) #
qOpenGLContextGlobalShareContext :: () -> IO (QOpenGLContext ()) #
hasExtension :: QOpenGLContext a -> QByteArray t1 -> IO Bool #
isOpenGLES :: QOpenGLContext a -> () -> IO Bool #
qOpenGLContextOpenGLModuleHandle :: () -> IO (QVoid ()) #
qOpenGLContextOpenGLModuleType :: () -> IO OpenGLModuleType #
setShareContext :: QOpenGLContext a -> QOpenGLContext t1 -> IO () #
shareContext :: QOpenGLContext a -> () -> IO (QOpenGLContext ()) #
shareGroup :: QOpenGLContext a -> () -> IO (QOpenGLContextGroup ()) #
shareHandle :: QOpenGLContext a -> () -> IO (QPlatformOpenGLContext ()) #
qOpenGLContextSupportsThreadedOpenGL :: () -> IO Bool #
class QversionFunctions x1 where #
versionFunctions :: QOpenGLContext a -> x1 -> IO (QAbstractOpenGLFunctions ()) #
Instances
QversionFunctions () # | |
Defined in Qtc.Gui.QOpenGLContext versionFunctions :: QOpenGLContext a -> () -> IO (QAbstractOpenGLFunctions ()) # | |
QversionFunctions (QOpenGLVersionProfile t1) # | |
Defined in Qtc.Gui.QOpenGLContext versionFunctions :: QOpenGLContext a -> QOpenGLVersionProfile t1 -> IO (QAbstractOpenGLFunctions ()) # |
qOpenGLContext_delete :: QOpenGLContext a -> IO () #
qOpenGLContext_deleteLater :: QOpenGLContext a -> IO () #