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
qurlquery.cpp File Reference

(5627e113793df3df24742d7af502a075c2c9e95d)

#include "qurlquery.h"
#include "qurl_p.h"
#include <QtCore/qhashfunctions.h>
#include <QtCore/qstringlist.h>
#include <algorithm>
+ Include dependency graph for qurlquery.cpp:

Go to the source code of this file.

Classes

class  QUrlQueryPrivate
 

Macros

#define decode(x)
 
#define leave(x)
 
#define encode(x)
 

Typedefs

typedef QList< std::pair< QString, QString > > Map
 

Functions

bool idempotentRecodeToUser (QUrl::ComponentFormattingOptions encoding)
 
bool comparesEqual (const QUrlQuery &lhs, const QUrlQuery &rhs)
 
static void recodeAndAppend (QString &to, const QString &input, QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications)
 

Macro Definition Documentation

◆ decode

◆ encode

◆ leave

#define leave ( x)
Value:
ushort(0x100 | (x))

Definition at line 209 of file qurlquery.cpp.

Typedef Documentation

◆ Map

typedef QGeoTiledMap Map

Definition at line 135 of file qurlquery.cpp.

Function Documentation

◆ comparesEqual()

bool comparesEqual ( const QUrlQuery & lhs,
const QUrlQuery & rhs )

Definition at line 408 of file qurlquery.cpp.

◆ idempotentRecodeToUser()

bool idempotentRecodeToUser ( QUrl::ComponentFormattingOptions encoding)
inline

Definition at line 229 of file qurlquery.cpp.

◆ recodeAndAppend()

static void recodeAndAppend ( QString & to,
const QString & input,
QUrl::ComponentFormattingOptions encoding,
const ushort * tableModifications )
static

Definition at line 486 of file qurlquery.cpp.