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
qqmldom_utils_p.h File Reference

(14785c28679923e82f9047331235b6181609bad1)

#include <QtCore/qglobal.h>
#include "qqmldom_fwd_p.h"
#include "qqmldomconstants_p.h"
#include <QtQml/private/qqmljssourcelocation_p.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qcborvalue.h>
Include dependency graph for qqmldom_utils_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  qOverloadedVisitor< Ts >

Namespaces

namespace  QQmlJS
namespace  QQmlJS::Dom

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY (QQmlJSDomImporting)
template<class... Ts>
 qOverloadedVisitor (Ts...) -> qOverloadedVisitor< Ts... >
QString QQmlJS::Dom::fileLocationRegionName (FileLocationRegion region)
FileLocationRegion QQmlJS::Dom::fileLocationRegionValue (QStringView region)
QCborValue QQmlJS::Dom::sourceLocationToQCborValue (QQmlJS::SourceLocation loc)

Function Documentation

◆ Q_DECLARE_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY ( QQmlJSDomImporting )

◆ qOverloadedVisitor()

template<class... Ts>
qOverloadedVisitor ( Ts... ) -> qOverloadedVisitor< Ts... >