Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QUrl Member List

This is the complete list of members for QUrl, including all inherited members.

AceProcessingOption enum nameQUrl
AceTransitionalProcessing enum valueQUrl
adjusted(FormattingOptions options) constQUrl
AssumeLocalFile enum valueQUrl
authority(ComponentFormattingOptions options=PrettyDecoded) constQUrl
clear()QUrl
comparesEqualQUrlfriend
compareThreeWayQUrlfriend
ComponentFormattingOption enum nameQUrl
data_ptr()QUrlinline
DataPtr typedefQUrl
DecodedMode enum valueQUrl
DecodeReserved enum valueQUrl
DefaultResolution enum valueQUrl
detach()QUrl
EncodeDelimiters enum valueQUrl
EncodeReserved enum valueQUrl
EncodeSpaces enum valueQUrl
EncodeUnicode enum valueQUrl
errorString() constQUrl
fileName(ComponentFormattingOptions options=FullyDecoded) constQUrl
FormattingOptions typedefQUrl
fragment(ComponentFormattingOptions options=PrettyDecoded) constQUrl
fromAce(const QByteArray &domain, AceProcessingOptions options={})QUrlstatic
fromEncoded(QByteArrayView input, ParsingMode mode=TolerantMode)QUrlstatic
fromLocalFile(const QString &localfile)QUrlstatic
fromPercentEncoding(const QByteArray &)QUrlstatic
fromStringList(const QStringList &uris, ParsingMode mode=TolerantMode)QUrlstatic
fromUserInput(const QString &userInput, const QString &workingDirectory=QString(), UserInputResolutionOptions options=DefaultResolution)QUrlstatic
FullyDecoded enum valueQUrl
FullyEncoded enum valueQUrl
hasFragment() constQUrl
hasQuery() constQUrl
host(ComponentFormattingOptions=FullyDecoded) constQUrl
idnWhitelist()QUrlstatic
IgnoreIDNWhitelist enum valueQUrl
isDetached() constQUrl
isEmpty() constQUrl
isLocalFile() constQUrl
isParentOf(const QUrl &url) constQUrl
isRelative() constQUrl
isValid() constQUrl
matches(const QUrl &url, FormattingOptions options) constQUrl
None enum valueQUrl
NormalizePathSegments enum valueQUrl
operator<<(QDataStream &out, const QUrl &url)QUrlrelated
operator=(const QUrl &copy) noexceptQUrl
operator=(const QString &url)QUrl
operator>>(QDataStream &in, QUrl &url)QUrlrelated
ParsingMode enum nameQUrl
password(ComponentFormattingOptions=FullyDecoded) constQUrl
path(ComponentFormattingOptions options=FullyDecoded) constQUrl
port(int defaultPort=-1) constQUrl
PreferLocalFile enum valueQUrl
PrettyDecoded enum valueQUrl
qHashQUrlfriend
query(ComponentFormattingOptions=PrettyDecoded) constQUrl
QUrl()QUrl
QUrl(const QUrl &copy) noexceptQUrl
QUrl(const QString &url, ParsingMode mode=TolerantMode)QUrl
QUrl(QUrl &&other) noexceptQUrlinline
QUrl(const QString &url, ParsingMode parsingMode)QUrlrelated
QUrlQueryQUrlfriend
RemoveAuthority enum valueQUrl
RemoveFilename enum valueQUrl
RemoveFragment enum valueQUrl
RemovePassword enum valueQUrl
RemovePath enum valueQUrl
RemovePort enum valueQUrl
RemoveQuery enum valueQUrl
RemoveScheme enum valueQUrl
RemoveUserInfo enum valueQUrl
resolved(const QUrl &relative) constQUrl
scheme() constQUrl
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 &)QUrlstatic
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 valueQUrl
StripTrailingSlash enum valueQUrl
swap(QUrl &other) noexceptQUrlinline
toAce(const QString &domain, AceProcessingOptions options={})QUrlstatic
toDisplayString(FormattingOptions options=FormattingOptions(PrettyDecoded)) constQUrl
toEncoded(FormattingOptions options=FullyEncoded) constQUrl
TolerantMode enum valueQUrl
toLocalFile() constQUrl
toPercentEncoding(const QString &, const QByteArray &exclude=QByteArray(), const QByteArray &include=QByteArray())QUrlstatic
toString(FormattingOptions options=FormattingOptions(PrettyDecoded)) constQUrl
toStringList(const QList< QUrl > &uris, FormattingOptions options=FormattingOptions(PrettyDecoded))QUrlstatic
url(FormattingOptions options=FormattingOptions(PrettyDecoded)) constQUrl
UrlFormattingOption enum nameQUrl
userInfo(ComponentFormattingOptions options=PrettyDecoded) constQUrl
UserInputResolutionOption enum nameQUrl
userName(ComponentFormattingOptions options=FullyDecoded) constQUrl
~QUrl()QUrl