You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
4.5 KiB
Java
112 lines
4.5 KiB
Java
//Auto-generated by kalyptus. DO NOT EDIT.
|
|
package org.kde.qt;
|
|
|
|
import org.kde.qt.Qt;
|
|
|
|
/**
|
|
See {@link QUrlOperatorSignals} for signals emitted by QUrlOperator
|
|
*/
|
|
public class QUrlOperator extends QObject implements QUrlInterface {
|
|
protected QUrlOperator(Class dummy){super((Class) null);}
|
|
public native QMetaObject metaObject();
|
|
public native String className();
|
|
public QUrlOperator() {
|
|
super((Class) null);
|
|
newQUrlOperator();
|
|
}
|
|
private native void newQUrlOperator();
|
|
public QUrlOperator(String urL) {
|
|
super((Class) null);
|
|
newQUrlOperator(urL);
|
|
}
|
|
private native void newQUrlOperator(String urL);
|
|
public QUrlOperator(QUrlOperator url) {
|
|
super((Class) null);
|
|
newQUrlOperator(url);
|
|
}
|
|
private native void newQUrlOperator(QUrlOperator url);
|
|
public QUrlOperator(QUrlOperator url, String relUrl, boolean checkSlash) {
|
|
super((Class) null);
|
|
newQUrlOperator(url,relUrl,checkSlash);
|
|
}
|
|
private native void newQUrlOperator(QUrlOperator url, String relUrl, boolean checkSlash);
|
|
public QUrlOperator(QUrlOperator url, String relUrl) {
|
|
super((Class) null);
|
|
newQUrlOperator(url,relUrl);
|
|
}
|
|
private native void newQUrlOperator(QUrlOperator url, String relUrl);
|
|
public native void setPath(String path);
|
|
public native boolean cdUp();
|
|
public native QNetworkOperation listChildren();
|
|
public native QNetworkOperation mkdir(String dirname);
|
|
public native QNetworkOperation remove(String filename);
|
|
public native QNetworkOperation rename(String oldname, String newname);
|
|
public native QNetworkOperation get(String location);
|
|
public native QNetworkOperation get();
|
|
public native QNetworkOperation put(byte[] data, String location);
|
|
public native QNetworkOperation put(byte[] data);
|
|
// QPtrList<QNetworkOperation> copy(const QString& arg1,const QString& arg2,bool arg3,bool arg4); >>>> NOT CONVERTED
|
|
// QPtrList<QNetworkOperation> copy(const QString& arg1,const QString& arg2,bool arg3); >>>> NOT CONVERTED
|
|
// QPtrList<QNetworkOperation> copy(const QString& arg1,const QString& arg2); >>>> NOT CONVERTED
|
|
public native void copy(String[] files, String dest, boolean move);
|
|
public native void copy(String[] files, String dest);
|
|
public native boolean isDir(boolean[] ok);
|
|
public native boolean isDir();
|
|
public native void setNameFilter(String nameFilter);
|
|
public native String nameFilter();
|
|
public native QUrlInfo info(String entry);
|
|
public native void stop();
|
|
public static native String tr(String arg1, String arg2);
|
|
public static native String tr(String arg1);
|
|
protected native void reset();
|
|
protected native boolean parse(String url);
|
|
protected native boolean checkValid();
|
|
protected native void clearEntries();
|
|
protected native void getNetworkProtocol();
|
|
protected native void deleteNetworkProtocol();
|
|
/** 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 native String protocol();
|
|
public native void setProtocol(String protocol);
|
|
public native String user();
|
|
public native void setUser(String user);
|
|
public native boolean hasUser();
|
|
public native String password();
|
|
public native void setPassword(String pass);
|
|
public native boolean hasPassword();
|
|
public native String host();
|
|
public native void setHost(String user);
|
|
public native boolean hasHost();
|
|
public native int port();
|
|
public native void setPort(int port);
|
|
public native boolean hasPort();
|
|
public native String path(boolean correct);
|
|
public native String path();
|
|
public native boolean hasPath();
|
|
public native void setEncodedPathAndQuery(String enc);
|
|
public native String encodedPathAndQuery();
|
|
public native void setQuery(String txt);
|
|
public native String query();
|
|
public native String ref();
|
|
public native void setRef(String txt);
|
|
public native boolean hasRef();
|
|
public native boolean isValid();
|
|
public native boolean isLocalFile();
|
|
public native void addPath(String path);
|
|
public native void setFileName(String txt);
|
|
public native String fileName();
|
|
public native String dirPath();
|
|
public native boolean op_equals(QUrlInterface url);
|
|
public native boolean op_equals(String url);
|
|
public native String toString(boolean encodedPath, boolean forcePrependProtocol);
|
|
public native String toString(boolean encodedPath);
|
|
public native String toString();
|
|
public static native void decode(StringBuffer url);
|
|
public static native void encode(StringBuffer url);
|
|
public static native boolean isRelativeUrl(String url);
|
|
}
|