Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmljsloggingutils.h File Reference
#include <QtCore/QFileInfo>
#include <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  QQmlJS::LoggerWarningId
 
class  QQmlJS::LoggerCategory
 

Namespaces

namespace  QQmlSA
 \inmodule QtQmlCompiler
 
namespace  QQmlJS
 

Variables

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

Variable Documentation

◆ qmlAccessSingleton

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlAccessSingleton
extern

Definition at line 58 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlAliasCycle

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlAliasCycle
extern

Definition at line 27 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlAttachedPropertyReuse

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlAttachedPropertyReuse
extern

◆ qmlCompiler

◆ qmlDeferredPropertyId

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlDeferredPropertyId
extern

◆ qmlDeprecated

◆ qmlDuplicatedName

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlDuplicatedName
extern

Definition at line 44 of file qqmljslogger.cpp.

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

◆ qmlDuplicatePropertyBinding

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlDuplicatePropertyBinding
extern

◆ qmlImport

◆ qmlIncompatibleType

◆ qmlInheritanceCycle

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlInheritanceCycle
extern

◆ qmlInvalidLintDirective

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlInvalidLintDirective
extern

Definition at line 56 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlMissingEnumEntry

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlMissingEnumEntry
extern

Definition at line 61 of file qqmljslogger.cpp.

Referenced by QQmlJSTypePropagator::checkForEnumProblems().

◆ qmlMissingProperty

◆ qmlMissingType

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlMissingType
extern

◆ qmlMultilineStrings

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlMultilineStrings
extern

Definition at line 48 of file qqmljslogger.cpp.

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

◆ qmlNonListProperty

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlNonListProperty
extern

◆ qmlPlugin

◆ qmlPrefixedImportType

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlPrefixedImportType
extern

◆ qmlReadOnlyProperty

◆ qmlRecursionDepthErrors

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlRecursionDepthErrors
extern

◆ qmlRequired

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlRequired
extern

◆ qmlRestrictedType

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlRestrictedType
extern

◆ qmlSignalParameters

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlSignalParameters
extern

Definition at line 34 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlSyntax

◆ qmlSyntaxDuplicateIds

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlSyntaxDuplicateIds
extern

Definition at line 51 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlSyntaxIdQuotation

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlSyntaxIdQuotation
extern

Definition at line 50 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlTopLevelComponent

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlTopLevelComponent
extern

Definition at line 59 of file qqmljslogger.cpp.

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

◆ qmlUncreatableType

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlUncreatableType
extern

Definition at line 60 of file qqmljslogger.cpp.

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

◆ qmlUnqualified

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlUnqualified
extern

◆ qmlUnresolvedAlias

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlUnresolvedAlias
extern

Definition at line 28 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlUnresolvedType

◆ qmlUnusedImports

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlUnusedImports
extern

◆ qmlUseProperFunction

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlUseProperFunction
extern

Definition at line 57 of file qqmljslogger.cpp.

Referenced by QQmlJSLogger::defaultCategories().

◆ qmlVarUsedBeforeDeclaration

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlVarUsedBeforeDeclaration
extern

◆ qmlWith

const Q_QMLCOMPILER_EXPORT QQmlJS::LoggerWarningId qmlWith
extern

Definition at line 31 of file qqmljslogger.cpp.

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