![]() |
Qt 6.x
The Qt SDK
|
#include "qurlquery.h"
#include "qurl_p.h"
#include <QtCore/qhashfunctions.h>
#include <QtCore/qstringlist.h>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | QUrlQueryPrivate |
Macros | |
#define | decode(x) ushort(x) |
#define | leave(x) ushort(0x100 | (x)) |
#define | encode(x) ushort(0x200 | (x)) |
Typedefs | |
typedef QList< QPair< QString, QString > > | Map |
Functions | |
bool | idempotentRecodeToUser (QUrl::ComponentFormattingOptions encoding) |
static void | recodeAndAppend (QString &to, const QString &input, QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications) |
Definition at line 206 of file qurlquery.cpp.
Definition at line 208 of file qurlquery.cpp.
Definition at line 207 of file qurlquery.cpp.
|
inline |
Definition at line 227 of file qurlquery.cpp.
References QUrl::PrettyDecoded.
Referenced by QUrlQuery::queryItems(), and QUrlQueryPrivate::recodeToUser().
|
static |
Definition at line 483 of file qurlquery.cpp.
References qt_urlRecode().
Referenced by QUrlQuery::query().