| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Qtc.Classes.Opengl
Description
Documentation
class QbindTexture a b where Source
Methods
bindTexture :: a -> b -> IO Int Source
Instances
| QbindTexture (QGLWidget a) String | |
| QbindTexture (QGLPixelBuffer a) String | |
| QbindTexture (QGLContext a) String | |
| QbindTexture (QGLWidget a) (QPixmap t1) | |
| QbindTexture (QGLWidget a) (QImage t1) | |
| QbindTexture (QGLPixelBuffer a) (QPixmap t1) | |
| QbindTexture (QGLPixelBuffer a) (QImage t1) | |
| QbindTexture (QGLContext a) (QPixmap t1) | |
| QbindTexture (QGLContext a) (QImage t1) | |
| QbindTexture (QGLWidget a) (QPixmap t1, Int) | |
| QbindTexture (QGLWidget a) (QImage t1, Int) | |
| QbindTexture (QGLPixelBuffer a) (QPixmap t1, Int) | |
| QbindTexture (QGLPixelBuffer a) (QImage t1, Int) | |
| QbindTexture (QGLContext a) (QPixmap t1, Int) | |
| QbindTexture (QGLContext a) (QImage t1, Int) | |
| QbindTexture (QGLWidget a) (QPixmap t1, Int, Int) | |
| QbindTexture (QGLWidget a) (QImage t1, Int, Int) | |
| QbindTexture (QGLContext a) (QPixmap t1, Int, Int) | |
| QbindTexture (QGLContext a) (QImage t1, Int, Int) |
class QdoneCurrent a b c | a -> c where Source
Methods
doneCurrent :: a -> b -> c Source
Instances
| QdoneCurrent (QGLWidget a) () (IO ()) | |
| QdoneCurrent (QGLPixelBuffer a) () (IO Bool) | |
| QdoneCurrent (QGLContextSc a) () (IO ()) | |
| QdoneCurrent (QGLContext ()) () (IO ()) |
class QdoubleBuffer a b where Source
Methods
doubleBuffer :: a -> b -> IO Bool Source
Instances
| QdoubleBuffer (QGLWidget a) () | |
| QdoubleBuffer (QGLFormat a) () |
class QisSharing a b where Source
Instances
| QisSharing (QGLWidget a) () | |
| QisSharing (QGLContext a) () |
class QmakeCurrent a b c | a -> c where Source
Methods
makeCurrent :: a -> b -> c Source
Instances
| QmakeCurrent (QGLWidget a) () (IO ()) | |
| QmakeCurrent (QGLPixelBuffer a) () (IO Bool) | |
| QmakeCurrent (QGLContextSc a) () (IO ()) | |
| QmakeCurrent (QGLContext ()) () (IO ()) |
class QswapBuffers a b where Source
Methods
swapBuffers :: a -> b -> IO () Source
Instances
| QswapBuffers (QGLWidget a) () | |
| QswapBuffers (QGLContextSc a) () | |
| QswapBuffers (QGLContext ()) () |