org.kde.qt
public class QUrlOperator extends QObject implements QUrlInterface
| Constructor Summary | |
|---|---|
| protected | QUrlOperator(Class dummy) |
| QUrlOperator() | |
| QUrlOperator(String urL) | |
| QUrlOperator(QUrlOperator url) | |
| QUrlOperator(QUrlOperator url, String relUrl, boolean checkSlash) | |
| QUrlOperator(QUrlOperator url, String relUrl) | |
| Method Summary | |
|---|---|
| void | addPath(String path) |
| boolean | cdUp() |
| protected boolean | checkValid() |
| String | className() |
| protected void | clearEntries() |
| void | copy(String[] files, String dest, boolean move) |
| void | copy(String[] files, String dest) |
| static void | decode(StringBuffer url) |
| protected void | deleteNetworkProtocol() |
| String | dirPath() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| static void | encode(StringBuffer url) |
| String | encodedPathAndQuery() |
| String | fileName() |
| protected void | finalize() Deletes the wrapped C++ instance |
| QNetworkOperation | get(String location) |
| QNetworkOperation | get() |
| protected void | getNetworkProtocol() |
| boolean | hasHost() |
| boolean | hasPassword() |
| boolean | hasPath() |
| boolean | hasPort() |
| boolean | hasRef() |
| boolean | hasUser() |
| String | host() |
| QUrlInfo | info(String entry) |
| boolean | isDir(boolean[] ok) |
| boolean | isDir() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isLocalFile() |
| static boolean | isRelativeUrl(String url) |
| boolean | isValid() |
| QNetworkOperation | listChildren() |
| QMetaObject | metaObject() |
| QNetworkOperation | mkdir(String dirname) |
| String | nameFilter() |
| boolean | op_equals(QUrlInterface url) |
| boolean | op_equals(String url) |
| protected boolean | parse(String url) |
| String | password() |
| String | path(boolean correct) |
| String | path() |
| int | port() |
| String | protocol() |
| QNetworkOperation | put(byte[] data, String location) |
| QNetworkOperation | put(byte[] data) |
| String | query() |
| String | ref() |
| QNetworkOperation | remove(String filename) |
| QNetworkOperation | rename(String oldname, String newname) |
| protected void | reset() |
| void | setEncodedPathAndQuery(String enc) |
| void | setFileName(String txt) |
| void | setHost(String user) |
| void | setNameFilter(String nameFilter) |
| void | setPassword(String pass) |
| void | setPath(String path) |
| void | setPort(int port) |
| void | setProtocol(String protocol) |
| void | setQuery(String txt) |
| void | setRef(String txt) |
| void | setUser(String user) |
| void | stop() |
| String | toString(boolean encodedPath, boolean forcePrependProtocol) |
| String | toString(boolean encodedPath) |
| String | toString() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| String | user() |