From 636f509299122d02087c6fd62e1e4a46dbd22026 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 8 Jan 2014 20:06:00 +0100 Subject: Rename many classes to avoid conflicts with KDE --- qtjava/javalib/org/trinitydesktop/qt/TQGL.java | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 qtjava/javalib/org/trinitydesktop/qt/TQGL.java (limited to 'qtjava/javalib/org/trinitydesktop/qt/TQGL.java') diff --git a/qtjava/javalib/org/trinitydesktop/qt/TQGL.java b/qtjava/javalib/org/trinitydesktop/qt/TQGL.java new file mode 100644 index 00000000..71164d29 --- /dev/null +++ b/qtjava/javalib/org/trinitydesktop/qt/TQGL.java @@ -0,0 +1,40 @@ +//Auto-generated by kalyptus. DO NOT EDIT. +package org.trinitydesktop.qt; + +import org.trinitydesktop.qt.Qt; + +public class TQGL implements QtSupport { + private long _qt; + private boolean _allocatedInJavaWorld = true; + protected TQGL(Class dummy){} + + public static final int DoubleBuffer = 0x0001; + public static final int DepthBuffer = 0x0002; + public static final int Rgba = 0x0004; + public static final int AlphaChannel = 0x0008; + public static final int AccumBuffer = 0x0010; + public static final int StencilBuffer = 0x0020; + public static final int StereoBuffers = 0x0040; + public static final int DirectRendering = 0x0080; + public static final int HasOverlay = 0x0100; + public static final int SingleBuffer = DoubleBuffer<<16; + public static final int NoDepthBuffer = DepthBuffer<<16; + public static final int ColorIndex = Rgba<<16; + public static final int NoAlphaChannel = AlphaChannel<<16; + public static final int NoAccumBuffer = AccumBuffer<<16; + public static final int NoStencilBuffer = StencilBuffer<<16; + public static final int NoStereoBuffers = StereoBuffers<<16; + public static final int IndirectRendering = DirectRendering<<16; + public static final int NoOverlay = HasOverlay<<16; + + public TQGL() { + newTQGL(); + } + private native void newTQGL(); + /** Deletes the wrapped C++ instance */ + protected native void finalize() throws InternalError; + /** Delete the wrapped C++ instance ahead of finalize() */ + public native void dispose(); + /** Has the wrapped C++ instance been deleted? */ + public native boolean isDisposed(); +} -- cgit v1.2.1