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 --- .../org/trinitydesktop/qt/TQCanvasPixmap.java | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 qtjava/javalib/org/trinitydesktop/qt/TQCanvasPixmap.java (limited to 'qtjava/javalib/org/trinitydesktop/qt/TQCanvasPixmap.java') diff --git a/qtjava/javalib/org/trinitydesktop/qt/TQCanvasPixmap.java b/qtjava/javalib/org/trinitydesktop/qt/TQCanvasPixmap.java new file mode 100644 index 00000000..d1eae3d8 --- /dev/null +++ b/qtjava/javalib/org/trinitydesktop/qt/TQCanvasPixmap.java @@ -0,0 +1,32 @@ +//Auto-generated by kalyptus. DO NOT EDIT. +package org.trinitydesktop.qt; + +import org.trinitydesktop.qt.Qt; + +public class TQCanvasPixmap extends TQPixmap { + protected TQCanvasPixmap(Class dummy){super((Class) null);} + public TQCanvasPixmap(String datafilename) { + super((Class) null); + newTQCanvasPixmap(datafilename); + } + private native void newTQCanvasPixmap(String datafilename); + public TQCanvasPixmap(TQImage image) { + super((Class) null); + newTQCanvasPixmap(image); + } + private native void newTQCanvasPixmap(TQImage image); + public TQCanvasPixmap(TQPixmap arg1, TQPoint hotspot) { + super((Class) null); + newTQCanvasPixmap(arg1,hotspot); + } + private native void newTQCanvasPixmap(TQPixmap arg1, TQPoint hotspot); + public native int offsetX(); + public native int offsetY(); + public native void setOffset(int x, int y); + /** 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.3