org.kde.qt
public class QUriDrag extends QStoredDrag
| Constructor Summary | |
|---|---|
| protected | QUriDrag(Class dummy) |
| QUriDrag(String[] uris, QWidget dragSource, String name) | |
| QUriDrag(String[] uris, QWidget dragSource) | |
| QUriDrag(String[] uris) | |
| QUriDrag(QWidget dragSource, String name) | |
| QUriDrag(QWidget dragSource) | |
| QUriDrag() | |
| Method Summary | |
|---|---|
| static boolean | canDecode(QMimeSourceInterface e) |
| String | className() |
| static boolean | decode(QMimeSourceInterface e, String[] i) |
| static boolean | decode(QMimeSourceInterface e, ArrayList i) |
| static boolean | decodeLocalFiles(QMimeSourceInterface e, String[] i) |
| static boolean | decodeLocalFiles(QMimeSourceInterface e, ArrayList i) |
| static boolean | decodeToUnicodeUris(QMimeSourceInterface e, String[] i) |
| static boolean | decodeToUnicodeUris(QMimeSourceInterface e, ArrayList i) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| static String | localFileToUri(String arg1) |
| QMetaObject | metaObject() |
| void | setFilenames(String[] fnames) |
| void | setFileNames(String[] fnames) |
| void | setUnicodeUris(String[] uuris) |
| void | setUris(String[] uris) |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| static String | unicodeUriToUri(String arg1) |
| static String | uriToLocalFile(String arg1) |
| static String | uriToUnicodeUri(String arg1) |