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
quicklintplugin.cpp File Reference

(52e6456d6e71c3e93f7de7b3369738dc0d802b33)

#include "quicklintplugin.h"
#include "qquickliteralbindingcheck_p.h"
#include <QtQmlCompiler/private/qqmlsasourcelocation_p.h>
#include <QtQmlCompiler/private/qqmljsutils_p.h>
#include "moc_quicklintplugin.cpp"
Include dependency graph for quicklintplugin.cpp:

Go to the source code of this file.

Classes

class  ColorValidatorPass

Variables

static constexpr QQmlSA::LoggerWarningId quickLayoutPositioning { "Quick.layout-positioning" }
static constexpr QQmlSA::LoggerWarningId quickAttachedPropertyType { "Quick.attached-property-type" }
static constexpr QQmlSA::LoggerWarningId quickControlsNativeCustomize { "Quick.controls-native-customize" }
static constexpr QQmlSA::LoggerWarningId quickAnchorCombinations { "Quick.anchor-combinations" }
static constexpr QQmlSA::LoggerWarningId quickUnexpectedVarType { "Quick.unexpected-var-type" }
static constexpr QQmlSA::LoggerWarningId quickPropertyChangesParsed { "Quick.property-changes-parsed" }
static constexpr QQmlSA::LoggerWarningId quickControlsAttachedPropertyReuse { "Quick.controls-attached-property-reuse" }
static constexpr QQmlSA::LoggerWarningId quickAttachedPropertyReuse { "Quick.attached-property-reuse" }
static constexpr QQmlSA::LoggerWarningId quickColor { "Quick.color" }
static constexpr QQmlSA::LoggerWarningId quickStateNoChildItem { "Quick.state-no-child-item" }

Variable Documentation

◆ quickAnchorCombinations

constexpr QQmlSA::LoggerWarningId quickAnchorCombinations { "Quick.anchor-combinations" }
staticconstexpr

Definition at line 17 of file quicklintplugin.cpp.

◆ quickAttachedPropertyReuse

constexpr QQmlSA::LoggerWarningId quickAttachedPropertyReuse { "Quick.attached-property-reuse" }
staticconstexpr

Definition at line 21 of file quicklintplugin.cpp.

◆ quickAttachedPropertyType

constexpr QQmlSA::LoggerWarningId quickAttachedPropertyType { "Quick.attached-property-type" }
staticconstexpr

Definition at line 15 of file quicklintplugin.cpp.

◆ quickColor

constexpr QQmlSA::LoggerWarningId quickColor { "Quick.color" }
staticconstexpr

Definition at line 22 of file quicklintplugin.cpp.

◆ quickControlsAttachedPropertyReuse

constexpr QQmlSA::LoggerWarningId quickControlsAttachedPropertyReuse { "Quick.controls-attached-property-reuse" }
staticconstexpr

Definition at line 20 of file quicklintplugin.cpp.

◆ quickControlsNativeCustomize

constexpr QQmlSA::LoggerWarningId quickControlsNativeCustomize { "Quick.controls-native-customize" }
staticconstexpr

Definition at line 16 of file quicklintplugin.cpp.

◆ quickLayoutPositioning

constexpr QQmlSA::LoggerWarningId quickLayoutPositioning { "Quick.layout-positioning" }
staticconstexpr

Definition at line 14 of file quicklintplugin.cpp.

◆ quickPropertyChangesParsed

constexpr QQmlSA::LoggerWarningId quickPropertyChangesParsed { "Quick.property-changes-parsed" }
staticconstexpr

Definition at line 19 of file quicklintplugin.cpp.

◆ quickStateNoChildItem

constexpr QQmlSA::LoggerWarningId quickStateNoChildItem { "Quick.state-no-child-item" }
staticconstexpr

Definition at line 23 of file quicklintplugin.cpp.

◆ quickUnexpectedVarType

constexpr QQmlSA::LoggerWarningId quickUnexpectedVarType { "Quick.unexpected-var-type" }
staticconstexpr

Definition at line 18 of file quicklintplugin.cpp.