summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QGLFormat.java
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 21:06:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 21:06:26 -0600
commite1a0e352b6ead69ed6f55476272ace842fbbdf74 (patch)
treef3052eff3deddf34c2297517f59cc178c130feda /qtjava/javalib/org/kde/qt/QGLFormat.java
parentbf9353f84ee5920dec2872f63de9f07508e7b4a8 (diff)
downloadtdebindings-e1a0e352b6ead69ed6f55476272ace842fbbdf74.tar.gz
tdebindings-e1a0e352b6ead69ed6f55476272ace842fbbdf74.zip
Rename java files to TQ
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QGLFormat.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QGLFormat.java57
1 files changed, 0 insertions, 57 deletions
diff --git a/qtjava/javalib/org/kde/qt/QGLFormat.java b/qtjava/javalib/org/kde/qt/QGLFormat.java
deleted file mode 100644
index b975d833..00000000
--- a/qtjava/javalib/org/kde/qt/QGLFormat.java
+++ /dev/null
@@ -1,57 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-package org.kde.qt;
-
-import org.kde.qt.Qt;
-
-public class TQGLFormat extends TQGL {
- protected TQGLFormat(Class dummy){super((Class) null);}
- public TQGLFormat() {
- super((Class) null);
- newTQGLFormat();
- }
- private native void newTQGLFormat();
- public TQGLFormat(int options, int plane) {
- super((Class) null);
- newTQGLFormat(options,plane);
- }
- private native void newTQGLFormat(int options, int plane);
- public TQGLFormat(int options) {
- super((Class) null);
- newTQGLFormat(options);
- }
- private native void newTQGLFormat(int options);
- public native boolean doubleBuffer();
- public native void setDoubleBuffer(boolean enable);
- public native boolean depth();
- public native void setDepth(boolean enable);
- public native boolean rgba();
- public native void setRgba(boolean enable);
- public native boolean alpha();
- public native void setAlpha(boolean enable);
- public native boolean accum();
- public native void setAccum(boolean enable);
- public native boolean stencil();
- public native void setStencil(boolean enable);
- public native boolean stereo();
- public native void setStereo(boolean enable);
- public native boolean directRendering();
- public native void setDirectRendering(boolean enable);
- public native boolean hasOverlay();
- public native void setOverlay(boolean enable);
- public native int plane();
- public native void setPlane(int plane);
- public native void setOption(int opt);
- public native boolean testOption(int opt);
- public static native TQGLFormat defaultFormat();
- public static native void setDefaultFormat(TQGLFormat f);
- public static native TQGLFormat defaultOverlayFormat();
- public static native void setDefaultOverlayFormat(TQGLFormat f);
- public static native boolean hasOpenGL();
- public static native boolean hasOpenGLOverlays();
- /** 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();
-}