QtBase  v6.3.1
Classes | Functions
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:
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
 The QUrl class provides a convenient interface for working with URLs. 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 3514 of file qurl.cpp.

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 339 of file qurl.h.

◆ operator|() [2/10]

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

Definition at line 333 of file qurl.h.

◆ operator|() [3/10]

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

Definition at line 341 of file qurl.h.

◆ operator|() [4/10]

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

Definition at line 335 of file qurl.h.

◆ operator|() [5/10]

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

Definition at line 337 of file qurl.h.

◆ operator|() [6/10]

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

Definition at line 323 of file qurl.h.

◆ operator|() [7/10]

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

Definition at line 321 of file qurl.h.

◆ operator|() [8/10]

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

Definition at line 319 of file qurl.h.

◆ operator|() [9/10]

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

Definition at line 329 of file qurl.h.

◆ operator|() [10/10]

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

Definition at line 331 of file qurl.h.

◆ operator|=()

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

Definition at line 327 of file qurl.h.

◆ qHash()

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