qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Opengl.QGLWidget

Description

Documentation

class QautoBufferSwap x0 x1 where Source

Methods

autoBufferSwap :: x0 -> x1 -> IO Bool Source

class QglDraw x0 x1 where Source

Methods

glDraw :: x0 -> x1 -> IO () Source

Instances

class QglInit x0 x1 where Source

Methods

glInit :: x0 -> x1 -> IO () Source

Instances

class QinitializeGL x0 x1 where Source

Methods

initializeGL :: x0 -> x1 -> IO () Source

class QinitializeOverlayGL x0 x1 where Source

Methods

initializeOverlayGL :: x0 -> x1 -> IO () Source

class QpaintGL x0 x1 where Source

Methods

paintGL :: x0 -> x1 -> IO () Source

Instances

class QpaintOverlayGL x0 x1 where Source

Methods

paintOverlayGL :: x0 -> x1 -> IO () Source

qglColor :: QGLWidget a -> QColor t1 -> IO () Source

class QresizeGL x0 x1 where Source

Methods

resizeGL :: x0 -> x1 -> IO () Source

Instances

class QresizeOverlayGL x0 x1 where Source

Methods

resizeOverlayGL :: x0 -> x1 -> IO () Source

class QupdateGL x0 x1 where Source

Methods

updateGL :: x0 -> x1 -> IO () Source

Instances

class QupdateOverlayGL x0 x1 where Source

Methods

updateOverlayGL :: x0 -> x1 -> IO () Source