org.kde.qt
Class QGL
java.lang.Object
org.kde.qt.QGL
- All Implemented Interfaces:
- QtSupport
- Direct Known Subclasses:
- QGLContext, QGLFormat, QGLWidget
public class QGL
- extends java.lang.Object
- implements QtSupport
Constructor Summary |
|
QGL()
|
protected |
QGL(java.lang.Class dummy)
|
Method Summary |
void |
dispose()
Delete the wrapped C++ instance ahead of finalize() |
protected void |
finalize()
Deletes the wrapped C++ instance |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleBuffer
public static final int DoubleBuffer
- See Also:
- Constant Field Values
DepthBuffer
public static final int DepthBuffer
- See Also:
- Constant Field Values
Rgba
public static final int Rgba
- See Also:
- Constant Field Values
AlphaChannel
public static final int AlphaChannel
- See Also:
- Constant Field Values
AccumBuffer
public static final int AccumBuffer
- See Also:
- Constant Field Values
StencilBuffer
public static final int StencilBuffer
- See Also:
- Constant Field Values
StereoBuffers
public static final int StereoBuffers
- See Also:
- Constant Field Values
DirectRendering
public static final int DirectRendering
- See Also:
- Constant Field Values
HasOverlay
public static final int HasOverlay
- See Also:
- Constant Field Values
SingleBuffer
public static final int SingleBuffer
- See Also:
- Constant Field Values
NoDepthBuffer
public static final int NoDepthBuffer
- See Also:
- Constant Field Values
ColorIndex
public static final int ColorIndex
- See Also:
- Constant Field Values
NoAlphaChannel
public static final int NoAlphaChannel
- See Also:
- Constant Field Values
NoAccumBuffer
public static final int NoAccumBuffer
- See Also:
- Constant Field Values
NoStencilBuffer
public static final int NoStencilBuffer
- See Also:
- Constant Field Values
NoStereoBuffers
public static final int NoStereoBuffers
- See Also:
- Constant Field Values
IndirectRendering
public static final int IndirectRendering
- See Also:
- Constant Field Values
NoOverlay
public static final int NoOverlay
- See Also:
- Constant Field Values
QGL
protected QGL(java.lang.Class dummy)
QGL
public QGL()
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?