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_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// Copyright (C) 2016 Intel Corporation.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
5#ifndef QURL_P_H
6#define QURL_P_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists for the convenience of
13// qurl*.cpp This header file may change from version to version without
14// notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtCore/private/qglobal_p.h>
20#include "qurl.h"
21
23
24// in qurlrecode.cpp
26 QUrl::ComponentFormattingOptions encoding,
27 const ushort *tableModifications = nullptr);
28
29// in qurlidna.cpp
32QString Q_CORE_EXPORT qt_ACE_do(const QString &domain, AceOperation op, AceLeadingDot dot,
33 QUrl::AceProcessingOptions options = {});
36
38
39#endif // QURL_P_H
\inmodule QtCore
Definition qstringview.h:78
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
GLuint in
static qreal dot(const QPointF &a, const QPointF &b)
#define Q_AUTOTEST_EXPORT
ptrdiff_t qsizetype
Definition qtypes.h:165
unsigned short ushort
Definition qtypes.h:33
QT_BEGIN_NAMESPACE Q_AUTOTEST_EXPORT qsizetype qt_urlRecode(QString &appendTo, QStringView url, QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications=nullptr)
AceLeadingDot
Definition qurl_p.h:30
@ AllowLeadingDot
Definition qurl_p.h:30
@ ForbidLeadingDot
Definition qurl_p.h:30
QString Q_CORE_EXPORT qt_ACE_do(const QString &domain, AceOperation op, AceLeadingDot dot, QUrl::AceProcessingOptions options={})
Definition qurlidna.cpp:920
Q_AUTOTEST_EXPORT QString qt_punycodeDecoder(const QString &pc)
Definition qurlidna.cpp:171
Q_AUTOTEST_EXPORT void qt_punycodeEncoder(QStringView in, QString *output)
Definition qurlidna.cpp:67
AceOperation
Definition qurl_p.h:31
@ ToAceOnly
Definition qurl_p.h:31
@ NormalizeAce
Definition qurl_p.h:31
QT_BEGIN_NAMESPACE typedef uchar * output
QUrl url("example.com")
[constructor-url-reference]