diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 21:06:26 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 21:06:26 -0600 |
| commit | e1a0e352b6ead69ed6f55476272ace842fbbdf74 (patch) | |
| tree | f3052eff3deddf34c2297517f59cc178c130feda /qtjava/javalib/org/kde/qt/TQUriDrag.java | |
| parent | bf9353f84ee5920dec2872f63de9f07508e7b4a8 (diff) | |
| download | tdebindings-e1a0e352b6ead69ed6f55476272ace842fbbdf74.tar.gz tdebindings-e1a0e352b6ead69ed6f55476272ace842fbbdf74.zip | |
Rename java files to TQ
Diffstat (limited to 'qtjava/javalib/org/kde/qt/TQUriDrag.java')
| -rw-r--r-- | qtjava/javalib/org/kde/qt/TQUriDrag.java | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/qtjava/javalib/org/kde/qt/TQUriDrag.java b/qtjava/javalib/org/kde/qt/TQUriDrag.java new file mode 100644 index 00000000..e95700bf --- /dev/null +++ b/qtjava/javalib/org/kde/qt/TQUriDrag.java @@ -0,0 +1,65 @@ +//Auto-generated by kalyptus. DO NOT EDIT. +package org.kde.qt; + +import java.util.ArrayList; +import org.kde.qt.Qt; + +public class TQUriDrag extends TQStoredDrag { + protected TQUriDrag(Class dummy){super((Class) null);} + public native TQMetaObject metaObject(); + public native String className(); + public TQUriDrag(String[] uris, TQWidget dragSource, String name) { + super((Class) null); + newTQUriDrag(uris,dragSource,name); + } + private native void newTQUriDrag(String[] uris, TQWidget dragSource, String name); + public TQUriDrag(String[] uris, TQWidget dragSource) { + super((Class) null); + newTQUriDrag(uris,dragSource); + } + private native void newTQUriDrag(String[] uris, TQWidget dragSource); + public TQUriDrag(String[] uris) { + super((Class) null); + newTQUriDrag(uris); + } + private native void newTQUriDrag(String[] uris); + public TQUriDrag(TQWidget dragSource, String name) { + super((Class) null); + newTQUriDrag(dragSource,name); + } + private native void newTQUriDrag(TQWidget dragSource, String name); + public TQUriDrag(TQWidget dragSource) { + super((Class) null); + newTQUriDrag(dragSource); + } + private native void newTQUriDrag(TQWidget dragSource); + public TQUriDrag() { + super((Class) null); + newTQUriDrag(); + } + private native void newTQUriDrag(); + public native void setFilenames(String[] fnames); + public native void setFileNames(String[] fnames); + public native void setUnicodeUris(String[] uuris); + public native void setUris(String[] uris); + public static native String tr(String arg1, String arg2); + public static native String tr(String arg1); + public static native String uriToLocalFile(String arg1); + public static native String localFileToUri(String arg1); + public static native String uriToUnicodeUri(String arg1); + public static native String unicodeUriToUri(String arg1); + public static native boolean canDecode(TQMimeSourceInterface e); + public static native boolean decode(TQMimeSourceInterface e, String[] i); + public static native boolean decodeToUnicodeUris(TQMimeSourceInterface e, String[] i); + public static native boolean decodeLocalFiles(TQMimeSourceInterface e, String[] i); + /** 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 static native boolean decode(TQMimeSourceInterface e, ArrayList i); + public static native boolean decodeToUnicodeUris(TQMimeSourceInterface e, ArrayList i); + public static native boolean decodeLocalFiles(TQMimeSourceInterface e, ArrayList i); + +} |
