Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qurl.h File Reference
#include <QtCore/qbytearray.h>
#include <QtCore/qobjectdefs.h>
#include <QtCore/qstring.h>
#include <QtCore/qlist.h>
#include <QtCore/qpair.h>
#include <QtCore/qglobal.h>
+ Include dependency graph for qurl.h:

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) noexcept
 
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]

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

Definition at line 3495 of file qurl.cpp.

References d, QUrl::toDisplayString(), and url.

+ Here is the call graph for this function:

◆ operator>>()

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

◆ operator|() [1/10]

constexpr QUrl::FormattingOptions operator| ( QUrl::ComponentFormattingOption  f,
QUrl::FormattingOptions  i 
)
inlineconstexpr

Definition at line 306 of file qurl.h.

References i, and qToUnderlying().

+ Here is the call graph for this function:

◆ operator|() [2/10]

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

Definition at line 300 of file qurl.h.

References i, and qToUnderlying().

+ Here is the call graph for this function:

◆ operator|() [3/10]

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

Definition at line 308 of file qurl.h.

References i.

◆ operator|() [4/10]

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

Definition at line 302 of file qurl.h.

References i.

◆ operator|() [5/10]

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

Definition at line 304 of file qurl.h.

References i.

◆ operator|() [6/10]

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

Definition at line 290 of file qurl.h.

◆ operator|() [7/10]

constexpr QUrl::FormattingOptions operator| ( QUrl::UrlFormattingOption  f1,
QUrl::FormattingOptions  f2 
)
inlineconstexpr

Definition at line 288 of file qurl.h.

◆ operator|() [8/10]

constexpr QUrl::FormattingOptions operator| ( QUrl::UrlFormattingOption  f1,
QUrl::UrlFormattingOption  f2 
)
inlineconstexpr

Definition at line 286 of file qurl.h.

◆ operator|() [9/10]

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

Definition at line 296 of file qurl.h.

References i, and qToUnderlying().

+ Here is the call graph for this function:

◆ operator|() [10/10]

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

Definition at line 298 of file qurl.h.

References i.

◆ operator|=()

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

Definition at line 294 of file qurl.h.

References i.

◆ qHash()

Q_CORE_EXPORT size_t qHash ( const QUrl url,
size_t  seed = 0 
)
related