summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QBitmap.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/QBitmap.java
parentbf9353f84ee5920dec2872f63de9f07508e7b4a8 (diff)
downloadtdebindings-e1a0e352b6ead69ed6f55476272ace842fbbdf74.tar.gz
tdebindings-e1a0e352b6ead69ed6f55476272ace842fbbdf74.zip
Rename java files to TQ
Diffstat (limited to 'qtjava/javalib/org/kde/qt/QBitmap.java')
-rw-r--r--qtjava/javalib/org/kde/qt/QBitmap.java96
1 files changed, 0 insertions, 96 deletions
diff --git a/qtjava/javalib/org/kde/qt/QBitmap.java b/qtjava/javalib/org/kde/qt/QBitmap.java
deleted file mode 100644
index 53e78c65..00000000
--- a/qtjava/javalib/org/kde/qt/QBitmap.java
+++ /dev/null
@@ -1,96 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-package org.kde.qt;
-
-import org.kde.qt.Qt;
-
-public class TQBitmap extends TQPixmap {
- protected TQBitmap(Class dummy){super((Class) null);}
- public TQBitmap() {
- super((Class) null);
- newTQBitmap();
- }
- private native void newTQBitmap();
- public TQBitmap(int w, int h, boolean clear, int arg4) {
- super((Class) null);
- newTQBitmap(w,h,clear,arg4);
- }
- private native void newTQBitmap(int w, int h, boolean clear, int arg4);
- public TQBitmap(int w, int h, boolean clear) {
- super((Class) null);
- newTQBitmap(w,h,clear);
- }
- private native void newTQBitmap(int w, int h, boolean clear);
- public TQBitmap(int w, int h) {
- super((Class) null);
- newTQBitmap(w,h);
- }
- private native void newTQBitmap(int w, int h);
- public TQBitmap(TQSize arg1, boolean clear, int arg3) {
- super((Class) null);
- newTQBitmap(arg1,clear,arg3);
- }
- private native void newTQBitmap(TQSize arg1, boolean clear, int arg3);
- public TQBitmap(TQSize arg1, boolean clear) {
- super((Class) null);
- newTQBitmap(arg1,clear);
- }
- private native void newTQBitmap(TQSize arg1, boolean clear);
- public TQBitmap(TQSize arg1) {
- super((Class) null);
- newTQBitmap(arg1);
- }
- private native void newTQBitmap(TQSize arg1);
- public TQBitmap(int w, int h, char[] bits, boolean isXbitmap) {
- super((Class) null);
- newTQBitmap(w,h,bits,isXbitmap);
- }
- private native void newTQBitmap(int w, int h, char[] bits, boolean isXbitmap);
- public TQBitmap(int w, int h, char[] bits) {
- super((Class) null);
- newTQBitmap(w,h,bits);
- }
- private native void newTQBitmap(int w, int h, char[] bits);
- public TQBitmap(TQSize arg1, char[] bits, boolean isXbitmap) {
- super((Class) null);
- newTQBitmap(arg1,bits,isXbitmap);
- }
- private native void newTQBitmap(TQSize arg1, char[] bits, boolean isXbitmap);
- public TQBitmap(TQSize arg1, char[] bits) {
- super((Class) null);
- newTQBitmap(arg1,bits);
- }
- private native void newTQBitmap(TQSize arg1, char[] bits);
- public TQBitmap(TQBitmap arg1) {
- super((Class) null);
- newTQBitmap(arg1);
- }
- private native void newTQBitmap(TQBitmap arg1);
- public TQBitmap(String fileName, String format) {
- super((Class) null);
- newTQBitmap(fileName,format);
- }
- private native void newTQBitmap(String fileName, String format);
- public TQBitmap(String fileName) {
- super((Class) null);
- newTQBitmap(fileName);
- }
- private native void newTQBitmap(String fileName);
- public native Object xForm(TQWMatrix arg1);
- /** 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();
- public TQBitmap(TQPixmap arg1) {
- super((Class) null);
- newTQBitmap(arg1);
- }
- private native void newTQBitmap(TQPixmap arg1);
- public TQBitmap(TQImage arg1) {
- super((Class) null);
- newTQBitmap(arg1);
- }
- private native void newTQBitmap(TQImage arg1);
-
-}