![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QUrl, including all inherited members.
| FormattingOption enum name | QUrl | |
| FormattingOptions typedef | QUrl | |
| ParsingMode enum name | QUrl | |
| QUrl() | QUrl | |
| QUrl(const QUrl &other) | QUrl | |
| QUrl(const QString &url, ParsingMode mode=TolerantMode) | QUrl | explicit |
| QUrl(QUrl &&other) | QUrl | inline |
| UserInputResolutionOption enum name | QUrl | |
| UserInputResolutionOptions typedef | QUrl | |
| addEncodedQueryItem(const QByteArray &key, const QByteArray &value) | QUrl | inlinedeprecated |
| addQueryItem(const QString &key, const QString &value) | QUrl | inlinedeprecated |
| adjusted(FormattingOptions options) const | QUrl | nodiscard |
| allEncodedQueryItemValues(const QByteArray &key) const | QUrl | inlinedeprecated |
| allQueryItemValues(const QString &key) const | QUrl | inlinedeprecated |
| authority(FormattingOptions options=PrettyDecoded) const | QUrl | |
| clear() | QUrl | |
| encodedFragment() const | QUrl | inlinedeprecated |
| encodedHost() const | QUrl | inlinedeprecated |
| encodedPassword() const | QUrl | inlinedeprecated |
| encodedPath() const | QUrl | inlinedeprecated |
| encodedQuery() const | QUrl | inlinedeprecated |
| encodedQueryItemValue(const QByteArray &key) const | QUrl | inlinedeprecated |
| encodedQueryItems() const | QUrl | inlinedeprecated |
| encodedUserName() const | QUrl | inlinedeprecated |
| errorString() const | QUrl | |
| fileName(FormattingOptions options=FullyDecoded) const | QUrl | |
| fragment(FormattingOptions options=PrettyDecoded) const | QUrl | |
| fromAce(const QString &domain) | QUrl | static |
| fromAce(const QByteArray &domain) | QUrl | static |
| fromCFURL(CFURLRef url) | QUrl | static |
| fromEncoded(const QByteArray &url, ParsingMode mode=TolerantMode) | QUrl | static |
| fromLocalFile(const QString &localfile) | QUrl | static |
| fromNSURL(const NSURL *url) | QUrl | static |
| fromPercentEncoding(const QByteArray &input) | QUrl | static |
| fromPunycode(const QByteArray &punycode) | QUrl | inlinedeprecatedstatic |
| fromStringList(const QStringList &urls, ParsingMode mode=TolerantMode) | QUrl | static |
| fromUserInput(const QString &userInput) | QUrl | static |
| fromUserInput(const QString &userInput, const QString &workingDirectory, UserInputResolutionOptions options=DefaultResolution) | QUrl | static |
| hasEncodedQueryItem(const QByteArray &key) const | QUrl | inlinedeprecated |
| hasFragment() const | QUrl | |
| hasQuery() const | QUrl | |
| hasQueryItem(const QString &key) const | QUrl | inlinedeprecated |
| host(FormattingOptions options=FullyDecoded) const | QUrl | |
| idnWhitelist() | QUrl | static |
| 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 | |
| operator!=(const QUrl &url) const | QUrl | |
| operator<(const QUrl &url) const | QUrl | |
| operator<<(QDataStream &stream, const QUrl &url) | QUrl | related |
| operator=(const QUrl &other) | QUrl | |
| operator=(QUrl &&other) | QUrl | inline |
| operator==(const QUrl &url) const | QUrl | |
| operator>>(QDataStream &steam, QUrl &url) | QUrl | related |
| password(FormattingOptions options=FullyDecoded) const | QUrl | |
| path(FormattingOptions options=FullyDecoded) const | QUrl | |
| port(int defaultPort=-1) const | QUrl | |
| qHash(const QUrl &url, uint seed=0) | QUrl | related |
| query(FormattingOptions options=PrettyDecoded) const | QUrl | |
| queryItemValue(const QString &key) const | QUrl | inlinedeprecated |
| queryItems() const | QUrl | inlinedeprecated |
| removeAllEncodedQueryItems(const QByteArray &key) | QUrl | inlinedeprecated |
| removeAllQueryItems(const QString &key) | QUrl | inlinedeprecated |
| removeEncodedQueryItem(const QByteArray &key) | QUrl | inlinedeprecated |
| removeQueryItem(const QString &key) | QUrl | inlinedeprecated |
| resolved(const QUrl &relative) const | QUrl | nodiscard |
| scheme() const | QUrl | |
| setAuthority(const QString &authority, ParsingMode mode=TolerantMode) | QUrl | |
| setEncodedFragment(const QByteArray &fragment) | QUrl | inlinedeprecated |
| setEncodedHost(const QByteArray &host) | QUrl | inlinedeprecated |
| setEncodedPassword(const QByteArray &password) | QUrl | inlinedeprecated |
| setEncodedPath(const QByteArray &path) | QUrl | inlinedeprecated |
| setEncodedQuery(const QByteArray &query) | QUrl | inlinedeprecated |
| setEncodedQueryItems(const QList< QPair< QByteArray, QByteArray >> &query) | QUrl | inlinedeprecated |
| setEncodedUrl(const QByteArray &url, ParsingMode parsingMode=TolerantMode) | QUrl | inlinedeprecated |
| setEncodedUserName(const QByteArray &userName) | QUrl | inlinedeprecated |
| setFragment(const QString &fragment, ParsingMode mode=TolerantMode) | QUrl | |
| setHost(const QString &host, ParsingMode mode=DecodedMode) | QUrl | |
| setIdnWhitelist(const QStringList &list) | 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 | |
| setQueryItems(const QList< QPair< QString, QString >> &query) | QUrl | inlinedeprecated |
| 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 | |
| swap(QUrl &other) | QUrl | inline |
| toAce(const QString &domain) | QUrl | static |
| toCFURL() const | QUrl | |
| toDisplayString(FormattingOptions options=FormattingOptions (PrettyDecoded)) const | QUrl | |
| toEncoded(FormattingOptions options=FullyEncoded) const | QUrl | |
| toLocalFile() const | QUrl | |
| toNSURL() const | QUrl | |
| toPercentEncoding(const QString &input, const QByteArray &exclude=QByteArray (), const QByteArray &include=QByteArray ()) | QUrl | static |
| toPunycode(const QString &string) | QUrl | inlinedeprecatedstatic |
| toString(FormattingOptions options=FormattingOptions (PrettyDecoded)) const | QUrl | |
| toStringList(const QList< QUrl > &urls, FormattingOptions options=FormattingOptions (PrettyDecoded)) | QUrl | static |
| topLevelDomain(FormattingOptions options=FullyDecoded) const | QUrl | |
| url(FormattingOptions options=FormattingOptions (PrettyDecoded)) const | QUrl | |
| userInfo(FormattingOptions options=PrettyDecoded) const | QUrl | |
| userName(FormattingOptions options=FullyDecoded) const | QUrl | |
| ~QUrl() | QUrl |