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

(d77693a028ce4c0faffafb612b8f4881d38e99ac)

#include <QtCore/qanystringview.h>
#include <QtQmlCompiler/qtqmlcompilerexports.h>
+ Include dependency graph for qqmljsloggingutils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlSA::LoggerWarningId
 \inmodule QtQmlCompiler More...
 

Namespaces

namespace  QQmlSA
 \inmodule QtQmlCompiler
 

Variables

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlRequired
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUnresolvedAlias
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlAliasCycle
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlImport
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlRecursionDepthErrors
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlWith
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlInheritanceCycle
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlDeprecated
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlSignalParameters
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlMissingType
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUnresolvedType
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlIncompatibleType
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlMissingProperty
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlRestrictedType
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlPrefixedImportType
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlNonListProperty
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlReadOnlyProperty
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlDuplicatePropertyBinding
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlDuplicatedName
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlDeferredPropertyId
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUnqualified
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUnusedImports
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlMultilineStrings
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlSyntax
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlSyntaxIdQuotation
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlSyntaxDuplicateIds
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlCompiler
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlAttachedPropertyReuse
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlPlugin
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlVarUsedBeforeDeclaration
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlInvalidLintDirective
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUseProperFunction
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlAccessSingleton
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlTopLevelComponent
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUncreatableType
 
const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlMissingEnumEntry
 

Variable Documentation

◆ qmlAccessSingleton

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlAccessSingleton
extern

Definition at line 60 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlAliasCycle

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlAliasCycle
extern

Definition at line 29 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlAttachedPropertyReuse

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlAttachedPropertyReuse
extern

◆ qmlCompiler

◆ qmlDeferredPropertyId

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlDeferredPropertyId
extern

◆ qmlDeprecated

◆ qmlDuplicatedName

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlDuplicatedName
extern

Definition at line 46 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories(), and QQmlJSImportVisitor::visit().

◆ qmlDuplicatePropertyBinding

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlDuplicatePropertyBinding
extern

◆ qmlImport

◆ qmlIncompatibleType

◆ qmlInheritanceCycle

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlInheritanceCycle
extern

◆ qmlInvalidLintDirective

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlInvalidLintDirective
extern

Definition at line 58 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlMissingEnumEntry

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlMissingEnumEntry
extern

Definition at line 63 of file qqmljslogger.cpp.

Referenced by QQmlJSTypePropagator::checkForEnumProblems().

◆ qmlMissingProperty

◆ qmlMissingType

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlMissingType
extern

◆ qmlMultilineStrings

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlMultilineStrings
extern

Definition at line 50 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories(), and QQmlJSImportVisitor::visit().

◆ qmlNonListProperty

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlNonListProperty
extern

◆ qmlPlugin

◆ qmlPrefixedImportType

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlPrefixedImportType
extern

◆ qmlReadOnlyProperty

◆ qmlRecursionDepthErrors

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlRecursionDepthErrors
extern

◆ qmlRequired

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlRequired
extern

◆ qmlRestrictedType

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlRestrictedType
extern

◆ qmlSignalParameters

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlSignalParameters
extern

Definition at line 36 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlSyntax

◆ qmlSyntaxDuplicateIds

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlSyntaxDuplicateIds
extern

Definition at line 53 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlSyntaxIdQuotation

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlSyntaxIdQuotation
extern

Definition at line 52 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlTopLevelComponent

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlTopLevelComponent
extern

Definition at line 61 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories(), and QQmlJSImportVisitor::visit().

◆ qmlUncreatableType

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUncreatableType
extern

◆ qmlUnqualified

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUnqualified
extern

◆ qmlUnresolvedAlias

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUnresolvedAlias
extern

Definition at line 30 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlUnresolvedType

◆ qmlUnusedImports

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUnusedImports
extern

◆ qmlUseProperFunction

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlUseProperFunction
extern

Definition at line 59 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlVarUsedBeforeDeclaration

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlVarUsedBeforeDeclaration
extern

◆ qmlWith

const Q_QMLCOMPILER_EXPORT QQmlSA::LoggerWarningId qmlWith
extern

Definition at line 33 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories(), and QQmlJSImportVisitor::visit().