Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qurl.h File Reference

(8103d29e94f90131ee0ad69fc312c1e62e74a6a9)

#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:

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 3509 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]

Definition at line 313 of file qurl.h.

References i, and qToUnderlying().

+ Here is the call graph for this function:

◆ operator|() [2/10]

Definition at line 307 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 315 of file qurl.h.

References i.

◆ operator|() [4/10]

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

Definition at line 309 of file qurl.h.

References i.

◆ operator|() [5/10]

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

Definition at line 311 of file qurl.h.

References i.

◆ operator|() [6/10]

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

Definition at line 297 of file qurl.h.

◆ operator|() [7/10]

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

Definition at line 295 of file qurl.h.

◆ operator|() [8/10]

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

Definition at line 293 of file qurl.h.

◆ operator|() [9/10]

Definition at line 303 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 305 of file qurl.h.

References i.

◆ operator|=()

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

Definition at line 301 of file qurl.h.

References i.

◆ qHash()

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