qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Classes.Opengl

Description

Documentation

class QdoneCurrent a b c | a -> c where Source

Methods

doneCurrent :: a -> b -> c Source

Instances

class QdoubleBuffer a b where Source

Methods

doubleBuffer :: a -> b -> IO Bool Source

class QisSharing a b where Source

Methods

isSharing :: a -> b -> IO Bool Source

Instances

class QmakeCurrent a b c | a -> c where Source

Methods

makeCurrent :: a -> b -> c Source

Instances

class QswapBuffers a b where Source

Methods

swapBuffers :: a -> b -> IO () Source