Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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) |
#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) |
#define decode | ( | x | ) |
Definition at line 208 of file qurlquery.cpp.
Referenced by testing.tools.safetynet_measure.PerformanceRun::_RunCallgrind(), testing.tools.safetynet_measure.PerformanceRun::_RunPerfStat(), testing.tools.common::GetBooleanGnArg(), and testing.tools.fixup_pdf_template::insert_includes().
#define encode | ( | x | ) |
Definition at line 210 of file qurlquery.cpp.
Referenced by testing.tools.encode_pdf_filter::_WritePdfStreamObject(), and testing.tools.safetynet_conclusions::PrintConclusionsDictHumanReadable().
#define leave | ( | x | ) |
Definition at line 209 of file qurlquery.cpp.
typedef QGeoTiledMap Map |
Definition at line 135 of file qurlquery.cpp.
Definition at line 408 of file qurlquery.cpp.
|
inline |
Definition at line 229 of file qurlquery.cpp.