![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QUrl, including all inherited members.
AceProcessingOption enum name | QUrl | |
AceTransitionalProcessing enum value | QUrl | |
adjusted(FormattingOptions options) const | QUrl | |
AssumeLocalFile enum value | QUrl | |
authority(ComponentFormattingOptions options=PrettyDecoded) const | QUrl | |
clear() | QUrl | |
ComponentFormattingOption enum name | QUrl | |
data_ptr() | QUrl | inline |
DataPtr typedef | QUrl | |
DecodedMode enum value | QUrl | |
DecodeReserved enum value | QUrl | |
DefaultResolution enum value | QUrl | |
detach() | QUrl | |
EncodeDelimiters enum value | QUrl | |
EncodeReserved enum value | QUrl | |
EncodeSpaces enum value | QUrl | |
EncodeUnicode enum value | QUrl | |
errorString() const | QUrl | |
fileName(ComponentFormattingOptions options=FullyDecoded) const | QUrl | |
FormattingOptions typedef | QUrl | |
fragment(ComponentFormattingOptions options=PrettyDecoded) const | QUrl | |
fromAce(const QByteArray &domain, AceProcessingOptions options={}) | QUrl | static |
fromEncoded(QByteArrayView input, ParsingMode mode=TolerantMode) | QUrl | static |
fromLocalFile(const QString &localfile) | QUrl | static |
fromPercentEncoding(const QByteArray &) | QUrl | static |
fromStringList(const QStringList &uris, ParsingMode mode=TolerantMode) | QUrl | static |
fromUserInput(const QString &userInput, const QString &workingDirectory=QString(), UserInputResolutionOptions options=DefaultResolution) | QUrl | static |
FullyDecoded enum value | QUrl | |
FullyEncoded enum value | QUrl | |
hasFragment() const | QUrl | |
hasQuery() const | QUrl | |
host(ComponentFormattingOptions=FullyDecoded) const | QUrl | |
idnWhitelist() | QUrl | static |
IgnoreIDNWhitelist enum value | QUrl | |
isDetached() const | QUrl | |
isEmpty() const | QUrl | |
isLocalFile() const | QUrl | |
isParentOf(const QUrl &url) const | QUrl | |
isRelative() const | QUrl | |
isValid() const | QUrl | |
matches(const QUrl &url, FormattingOptions options) const | QUrl | |
None enum value | QUrl | |
NormalizePathSegments enum value | QUrl | |
operator!=(const QUrl &url) const | QUrl | |
operator<(const QUrl &url) const | QUrl | |
operator<<(QDataStream &out, const QUrl &url) | QUrl | related |
operator=(const QUrl ©) noexcept | QUrl | |
operator=(const QString &url) | QUrl | |
operator==(const QUrl &url) const | QUrl | |
operator>>(QDataStream &in, QUrl &url) | QUrl | related |
ParsingMode enum name | QUrl | |
password(ComponentFormattingOptions=FullyDecoded) const | QUrl | |
path(ComponentFormattingOptions options=FullyDecoded) const | QUrl | |
port(int defaultPort=-1) const | QUrl | |
PreferLocalFile enum value | QUrl | |
PrettyDecoded enum value | QUrl | |
qHash | QUrl | friend |
query(ComponentFormattingOptions=PrettyDecoded) const | QUrl | |
QUrl() | QUrl | |
QUrl(const QUrl ©) noexcept | QUrl | |
QUrl(const QString &url, ParsingMode mode=TolerantMode) | QUrl | |
QUrl(QUrl &&other) noexcept | QUrl | inline |
QUrl(const QString &url, ParsingMode parsingMode) | QUrl | related |
QUrlQuery | QUrl | friend |
RemoveAuthority enum value | QUrl | |
RemoveFilename enum value | QUrl | |
RemoveFragment enum value | QUrl | |
RemovePassword enum value | QUrl | |
RemovePath enum value | QUrl | |
RemovePort enum value | QUrl | |
RemoveQuery enum value | QUrl | |
RemoveScheme enum value | QUrl | |
RemoveUserInfo enum value | QUrl | |
resolved(const QUrl &relative) const | QUrl | |
scheme() const | QUrl | |
setAuthority(const QString &authority, ParsingMode mode=TolerantMode) | QUrl | |
setFragment(const QString &fragment, ParsingMode mode=TolerantMode) | QUrl | |
setHost(const QString &host, ParsingMode mode=DecodedMode) | QUrl | |
setIdnWhitelist(const QStringList &) | QUrl | static |
setPassword(const QString &password, ParsingMode mode=DecodedMode) | QUrl | |
setPath(const QString &path, ParsingMode mode=DecodedMode) | QUrl | |
setPort(int port) | QUrl | |
setQuery(const QString &query, ParsingMode mode=TolerantMode) | QUrl | |
setQuery(const QUrlQuery &query) | QUrl | |
setScheme(const QString &scheme) | QUrl | |
setUrl(const QString &url, ParsingMode mode=TolerantMode) | QUrl | |
setUserInfo(const QString &userInfo, ParsingMode mode=TolerantMode) | QUrl | |
setUserName(const QString &userName, ParsingMode mode=DecodedMode) | QUrl | |
StrictMode enum value | QUrl | |
StripTrailingSlash enum value | QUrl | |
swap(QUrl &other) noexcept | QUrl | inline |
toAce(const QString &domain, AceProcessingOptions options={}) | QUrl | static |
toDisplayString(FormattingOptions options=FormattingOptions(PrettyDecoded)) const | QUrl | |
toEncoded(FormattingOptions options=FullyEncoded) const | QUrl | |
TolerantMode enum value | QUrl | |
toLocalFile() const | QUrl | |
toPercentEncoding(const QString &, const QByteArray &exclude=QByteArray(), const QByteArray &include=QByteArray()) | QUrl | static |
toString(FormattingOptions options=FormattingOptions(PrettyDecoded)) const | QUrl | |
toStringList(const QList< QUrl > &uris, FormattingOptions options=FormattingOptions(PrettyDecoded)) | QUrl | static |
url(FormattingOptions options=FormattingOptions(PrettyDecoded)) const | QUrl | |
UrlFormattingOption enum name | QUrl | |
userInfo(ComponentFormattingOptions options=PrettyDecoded) const | QUrl | |
UserInputResolutionOption enum name | QUrl | |
userName(ComponentFormattingOptions options=FullyDecoded) const | QUrl | |
~QUrl() | QUrl |