org.kde.qt
public class QUrl extends Object implements QtSupport, QUrlInterface
Constructor Summary | |
---|---|
protected | QUrl(Class dummy) |
QUrl() | |
QUrl(String url) | |
QUrl(QUrlInterface url) | |
QUrl(QUrlInterface url, String relUrl, boolean checkSlash) | |
QUrl(QUrlInterface url, String relUrl) |
Method Summary | |
---|---|
void | addPath(String path) |
boolean | cdUp() |
static void | decode(StringBuffer url) |
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 |
boolean | hasHost() |
boolean | hasPassword() |
boolean | hasPath() |
boolean | hasPort() |
boolean | hasRef() |
boolean | hasUser() |
String | host() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isLocalFile() |
static boolean | isRelativeUrl(String url) |
boolean | isValid() |
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() |
String | query() |
String | ref() |
protected void | reset() |
void | setEncodedPathAndQuery(String enc) |
void | setFileName(String txt) |
void | setHost(String user) |
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) |
String | toString(boolean encodedPath, boolean forcePrependProtocol) |
String | toString(boolean encodedPath) |
String | toString() |
String | user() |