org.kde.qt

Class QGLFormat

public class QGLFormat extends QGL

Constructor Summary
protected QGLFormat(Class dummy)
QGLFormat()
QGLFormat(int options, int plane)
QGLFormat(int options)
Method Summary
booleanaccum()
booleanalpha()
static QGLFormatdefaultFormat()
static QGLFormatdefaultOverlayFormat()
booleandepth()
booleandirectRendering()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleandoubleBuffer()
protected voidfinalize()
Deletes the wrapped C++ instance
static booleanhasOpenGL()
static booleanhasOpenGLOverlays()
booleanhasOverlay()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intplane()
booleanrgba()
voidsetAccum(boolean enable)
voidsetAlpha(boolean enable)
static voidsetDefaultFormat(QGLFormat f)
static voidsetDefaultOverlayFormat(QGLFormat f)
voidsetDepth(boolean enable)
voidsetDirectRendering(boolean enable)
voidsetDoubleBuffer(boolean enable)
voidsetOption(int opt)
voidsetOverlay(boolean enable)
voidsetPlane(int plane)
voidsetRgba(boolean enable)
voidsetStencil(boolean enable)
voidsetStereo(boolean enable)
booleanstencil()
booleanstereo()
booleantestOption(int opt)

Constructor Detail

QGLFormat

protected QGLFormat(Class dummy)

QGLFormat

public QGLFormat()

QGLFormat

public QGLFormat(int options, int plane)

QGLFormat

public QGLFormat(int options)

Method Detail

accum

public boolean accum()

alpha

public boolean alpha()

defaultFormat

public static QGLFormat defaultFormat()

defaultOverlayFormat

public static QGLFormat defaultOverlayFormat()

depth

public boolean depth()

directRendering

public boolean directRendering()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

doubleBuffer

public boolean doubleBuffer()

finalize

protected void finalize()
Deletes the wrapped C++ instance

hasOpenGL

public static boolean hasOpenGL()

hasOpenGLOverlays

public static boolean hasOpenGLOverlays()

hasOverlay

public boolean hasOverlay()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

plane

public int plane()

rgba

public boolean rgba()

setAccum

public void setAccum(boolean enable)

setAlpha

public void setAlpha(boolean enable)

setDefaultFormat

public static void setDefaultFormat(QGLFormat f)

setDefaultOverlayFormat

public static void setDefaultOverlayFormat(QGLFormat f)

setDepth

public void setDepth(boolean enable)

setDirectRendering

public void setDirectRendering(boolean enable)

setDoubleBuffer

public void setDoubleBuffer(boolean enable)

setOption

public void setOption(int opt)

setOverlay

public void setOverlay(boolean enable)

setPlane

public void setPlane(int plane)

setRgba

public void setRgba(boolean enable)

setStencil

public void setStencil(boolean enable)

setStereo

public void setStereo(boolean enable)

stencil

public boolean stencil()

stereo

public boolean stereo()

testOption

public boolean testOption(int opt)