Documentation
moveToThread :: QGLContext a -> QThread t1 -> IO () #
qGLContextAreSharing :: (QGLContext t1, QGLContext t2) -> IO Bool #
qGLContextCurrentContext :: () -> IO (QGLContext ()) #
class QqGLContext x1 where #
qGLContext :: x1 -> IO (QGLContext ()) #
Instances
QqGLContext (QGLFormat t1) # | |
Defined in Qtc.Opengl.QGLContext qGLContext :: QGLFormat t1 -> IO (QGLContext ()) # | |
QqGLContext (QGLFormat t1, QWidget t2) # | |
Defined in Qtc.Opengl.QGLContext qGLContext :: (QGLFormat t1, QWidget t2) -> IO (QGLContext ()) # | |
QqGLContext (QGLFormat t1, QPaintDevice t2) # | |
Defined in Qtc.Opengl.QGLContext qGLContext :: (QGLFormat t1, QPaintDevice t2) -> IO (QGLContext ()) # |
class QqGLContext_nf x1 where #
qGLContext_nf :: x1 -> IO (QGLContext ()) #
Instances
QqGLContext_nf (QGLFormat t1) # | |
Defined in Qtc.Opengl.QGLContext qGLContext_nf :: QGLFormat t1 -> IO (QGLContext ()) # | |
QqGLContext_nf (QGLFormat t1, QWidget t2) # | |
Defined in Qtc.Opengl.QGLContext qGLContext_nf :: (QGLFormat t1, QWidget t2) -> IO (QGLContext ()) # | |
QqGLContext_nf (QGLFormat t1, QPaintDevice t2) # | |
Defined in Qtc.Opengl.QGLContext qGLContext_nf :: (QGLFormat t1, QPaintDevice t2) -> IO (QGLContext ()) # |
class QchooseContext x0 x1 where #
chooseContext :: x0 -> x1 -> IO Bool #
Instances
QchooseContext (QGLContext ()) () # | |
Defined in Qtc.Opengl.QGLContext chooseContext :: QGLContext () -> () -> IO Bool # | |
QchooseContext (QGLContextSc a) () # | |
Defined in Qtc.Opengl.QGLContext chooseContext :: QGLContextSc a -> () -> IO Bool # | |
QchooseContext (QGLContext ()) (QGLContext t1) # | |
Defined in Qtc.Opengl.QGLContext chooseContext :: QGLContext () -> QGLContext t1 -> IO Bool # | |
QchooseContext (QGLContextSc a) (QGLContext t1) # | |
Defined in Qtc.Opengl.QGLContext chooseContext :: QGLContextSc a -> QGLContext t1 -> IO Bool # |
contextHandle :: QGLContext a -> () -> IO (QOpenGLContext ()) #
class QdeviceIsPixmap x0 x1 where #
deviceIsPixmap :: x0 -> x1 -> IO Bool #
Instances
QdeviceIsPixmap (QGLContext ()) () # | |
Defined in Qtc.Opengl.QGLContext deviceIsPixmap :: QGLContext () -> () -> IO Bool # | |
QdeviceIsPixmap (QGLContextSc a) () # | |
Defined in Qtc.Opengl.QGLContext deviceIsPixmap :: QGLContextSc a -> () -> IO Bool # |
qGLContextFromOpenGLContext :: QOpenGLContext t1 -> IO (QGLContext ()) #
class Qinitialized x0 x1 where #
initialized :: x0 -> x1 -> IO Bool #
Instances
Qinitialized (QGLContext ()) () # | |
Defined in Qtc.Opengl.QGLContext initialized :: QGLContext () -> () -> IO Bool # | |
Qinitialized (QGLContextSc a) () # | |
Defined in Qtc.Opengl.QGLContext initialized :: QGLContextSc a -> () -> IO Bool # |
overlayTransparentColor :: QGLContext a -> () -> IO (QColor ()) #
class QsetInitialized x0 x1 where #
setInitialized :: x0 -> x1 -> IO () #
Instances
QsetInitialized (QGLContext ()) Bool # | |
Defined in Qtc.Opengl.QGLContext setInitialized :: QGLContext () -> Bool -> IO () # | |
QsetInitialized (QGLContextSc a) Bool # | |
Defined in Qtc.Opengl.QGLContext setInitialized :: QGLContextSc a -> Bool -> IO () # |
qGLContextSetTextureCacheLimit :: Int -> IO () #
class QsetWindowCreated x0 x1 where #
setWindowCreated :: x0 -> x1 -> IO () #
Instances
QsetWindowCreated (QGLContext ()) Bool # | |
Defined in Qtc.Opengl.QGLContext setWindowCreated :: QGLContext () -> Bool -> IO () # | |
QsetWindowCreated (QGLContextSc a) Bool # | |
Defined in Qtc.Opengl.QGLContext setWindowCreated :: QGLContextSc a -> Bool -> IO () # |
qGLContextTextureCacheLimit :: () -> IO Int #
class QwindowCreated x0 x1 where #
windowCreated :: x0 -> x1 -> IO Bool #
Instances
QwindowCreated (QGLContext ()) () # | |
Defined in Qtc.Opengl.QGLContext windowCreated :: QGLContext () -> () -> IO Bool # | |
QwindowCreated (QGLContextSc a) () # | |
Defined in Qtc.Opengl.QGLContext windowCreated :: QGLContextSc a -> () -> IO Bool # |
qGLContext_delete :: QGLContext a -> IO () #
qGLContext_delete1 :: QGLContext a -> IO () #