Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qurl.h File Reference

(70edabf98bf56e29296a2921db97a38f60cf896a)

#include <QtCore/qbytearray.h>
#include <QtCore/qcompare.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qstring.h>
#include <QtCore/qlist.h>
#include <QtCore/qglobal.h>
Include dependency graph for qurl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QUrlTwoFlags< E1, E2 >
class  QTypeInfo< QUrlTwoFlags< E1, E2 > >
class  QUrl
 \inmodule QtCore More...

Functions

Q_CORE_EXPORT size_t qHash (const QUrl &url, size_t seed=0)
 \qhashold{QHash}
constexpr QUrl::FormattingOptions operator| (QUrl::UrlFormattingOption f1, QUrl::UrlFormattingOption f2)
constexpr QUrl::FormattingOptions operator| (QUrl::UrlFormattingOption f1, QUrl::FormattingOptions f2)
constexpr QIncompatibleFlag operator| (QUrl::UrlFormattingOption f1, int f2)
QUrl::FormattingOptionsoperator|= (QUrl::FormattingOptions &i, QUrl::ComponentFormattingOptions f)
constexpr QUrl::FormattingOptions operator| (QUrl::UrlFormattingOption i, QUrl::ComponentFormattingOption f)
constexpr QUrl::FormattingOptions operator| (QUrl::UrlFormattingOption i, QUrl::ComponentFormattingOptions f)
constexpr QUrl::FormattingOptions operator| (QUrl::ComponentFormattingOption f, QUrl::UrlFormattingOption i)
constexpr QUrl::FormattingOptions operator| (QUrl::ComponentFormattingOptions f, QUrl::UrlFormattingOption i)
constexpr QUrl::FormattingOptions operator| (QUrl::FormattingOptions i, QUrl::ComponentFormattingOptions f)
constexpr QUrl::FormattingOptions operator| (QUrl::ComponentFormattingOption f, QUrl::FormattingOptions i)
constexpr QUrl::FormattingOptions operator| (QUrl::ComponentFormattingOptions f, QUrl::FormattingOptions i)
Q_CORE_EXPORT QDataStreamoperator<< (QDataStream &, const QUrl &)
Q_CORE_EXPORT QDataStreamoperator>> (QDataStream &, QUrl &)
Q_CORE_EXPORT QDebug operator<< (QDebug, const QUrl &)

Function Documentation

◆ operator<<() [1/2]

Q_CORE_EXPORT QDataStream & operator<< ( QDataStream & ,
const QUrl &  )
related

◆ operator<<() [2/2]

QDebug operator<< ( QDebug d,
const QUrl & url )

Definition at line 3489 of file qurl.cpp.

◆ operator>>()

Q_CORE_EXPORT QDataStream & operator>> ( QDataStream & ,
QUrl &  )
related

◆ operator|() [1/10]

Definition at line 316 of file qurl.h.

◆ operator|() [2/10]

Definition at line 310 of file qurl.h.

◆ operator|() [3/10]

QUrl::FormattingOptions operator| ( QUrl::ComponentFormattingOptions f,
QUrl::FormattingOptions i )
inlineconstexpr

Definition at line 318 of file qurl.h.

◆ operator|() [4/10]

QUrl::FormattingOptions operator| ( QUrl::ComponentFormattingOptions f,
QUrl::UrlFormattingOption i )
inlineconstexpr

Definition at line 312 of file qurl.h.

◆ operator|() [5/10]

QUrl::FormattingOptions operator| ( QUrl::FormattingOptions i,
QUrl::ComponentFormattingOptions f )
inlineconstexpr

Definition at line 314 of file qurl.h.

◆ operator|() [6/10]

QIncompatibleFlag operator| ( QUrl::UrlFormattingOption f1,
int f2 )
inlineconstexpr

Definition at line 300 of file qurl.h.

◆ operator|() [7/10]

Definition at line 298 of file qurl.h.

◆ operator|() [8/10]

Definition at line 296 of file qurl.h.

◆ operator|() [9/10]

Definition at line 306 of file qurl.h.

◆ operator|() [10/10]

QUrl::FormattingOptions operator| ( QUrl::UrlFormattingOption i,
QUrl::ComponentFormattingOptions f )
inlineconstexpr

Definition at line 308 of file qurl.h.

◆ operator|=()

QUrl::FormattingOptions & operator|= ( QUrl::FormattingOptions & i,
QUrl::ComponentFormattingOptions f )
inline

Definition at line 304 of file qurl.h.

◆ qHash()

size_t qHash ( const QUrl & key,
size_t seed = 0 )
noexcept

\qhashold{QHash}

Since
5.0

Definition at line 3664 of file qurl.cpp.