List of All Members for QUrl

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

  • isValid() const : bool
  • matches(const QUrl &, QUrl::FormattingOptions) const : bool
  • password(QUrl::ComponentFormattingOptions) const : QString
  • path(QUrl::ComponentFormattingOptions) const : QString
  • port(int) const : int
  • query(QUrl::ComponentFormattingOptions) const : QString
  • resolved(const QUrl &) const : QUrl
  • scheme() const : QString
  • setAuthority(const QString &, QUrl::ParsingMode)
  • setFragment(const QString &, QUrl::ParsingMode)
  • setHost(const QString &, QUrl::ParsingMode)
  • setIdnWhitelist(const QStringList &)
  • setPassword(const QString &, QUrl::ParsingMode)
  • setPath(const QString &, QUrl::ParsingMode)
  • setPort(int)
  • setQuery(const QString &, QUrl::ParsingMode)
  • setQuery(const QUrlQuery &)
  • setScheme(const QString &)
  • setUrl(const QString &, QUrl::ParsingMode)
  • setUserInfo(const QString &, QUrl::ParsingMode)
  • setUserName(const QString &, QUrl::ParsingMode)
  • swap(QUrl &)
  • toAce(const QString &) : QByteArray
  • toCFURL() const : CFURLRef
  • toDisplayString(QUrl::FormattingOptions) const : QString
  • toEncoded(QUrl::FormattingOptions) const : QByteArray
  • toLocalFile() const : QString
  • toNSURL() const : NSURL *
  • toPercentEncoding(const QString &, const QByteArray &, const QByteArray &) : QByteArray
  • toString(QUrl::FormattingOptions) const : QString
  • toStringList(const QList<QUrl> &, QUrl::FormattingOptions) : QStringList
  • url(QUrl::FormattingOptions) const : QString
  • userInfo(QUrl::ComponentFormattingOptions) const : QString
  • userName(QUrl::ComponentFormattingOptions) const : QString
  • operator!=(const QUrl &) const : bool
  • operator==(const QUrl &) const : bool

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.