_host | Url | [private] |
_options | Url | [private] |
_password | Url | [private] |
_path | Url | [private] |
_port | Url | [private] |
_protocol | Url | [private] |
_protocolString | Url | [private] |
_protocolStrings | Url | [private, static] |
_username | Url | [private] |
_valid | Url | [private] |
asString(bool path=true, bool options=true, bool plainpassword=false) const | Url | |
cd enum value | Url | |
cifs enum value | Url | |
clearifinvalid(bool valid) | Url | [private] |
dir enum value | Url | |
dvd enum value | Url | |
file enum value | Url | |
ftp enum value | Url | |
hd enum value | Url | |
host() const | Url | [inline] |
http enum value | Url | |
https enum value | Url | |
isLocal() const | Url | |
isValid() const | Url | |
nfs enum value | Url | |
operator<<(std::ostream &str, const Url &obj) | Url | [friend] |
operator==(const Url &) const | Url | |
option(const std::string &key) const | Url | |
OptionMapType typedef | Url | |
options() const | Url | [inline] |
password() const | Url | [inline] |
path() const | Url | [inline] |
port() const | Url | [inline] |
protocol() const | Url | [inline] |
Protocol enum name | Url | |
protocolString() const | Url | [inline] |
protocolToString(Protocol) | Url | [static] |
saveAsString() const | Url | [inline] |
set(const std::string url) | Url | |
setHost(const std::string &str) | Url | |
setPassword(const std::string &str) | Url | |
setPath(const std::string &path) | Url | |
setPort(int) | Url | |
setProtocol(Protocol) | Url | |
setProtocolString(const std::string &str) | Url | |
setUsername(const std::string &str) | Url | |
smb enum value | Url | |
split(const std::string &url, Protocol &protocol, std::string &protocolString, std::string &username, std::string &password, std::string &hostname, int &port, std::string &path, OptionMapType &options) | Url | [private, static] |
stringToProtocol(const std::string &protocolString) | Url | [static] |
unknown enum value | Url | |
Url() | Url | |
Url(const std::string &url) | Url | |
username() const | Url | [inline] |
~Url() | Url | [inline] |