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

(1c629c1a7f6f5f108989eec6cca7c0c814587232)

#include "quicklintplugin.h"
#include "moc_quicklintplugin.cpp"
+ Include dependency graph for quicklintplugin.cpp:

Go to the source code of this file.

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" }
 

Variable Documentation

◆ quickAnchorCombinations

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

◆ quickAttachedPropertyReuse

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

Definition at line 17 of file quicklintplugin.cpp.

Referenced by QmlLintQuickPlugin::registerPasses().

◆ quickAttachedPropertyType

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

Definition at line 11 of file quicklintplugin.cpp.

◆ quickControlsAttachedPropertyReuse

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

◆ quickControlsNativeCustomize

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

Definition at line 12 of file quicklintplugin.cpp.

Referenced by ControlsNativeValidatorPass::run().

◆ quickLayoutPositioning

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

Definition at line 10 of file quicklintplugin.cpp.

Referenced by ForbiddenChildrenPropertyValidatorPass::run().

◆ quickPropertyChangesParsed

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

Definition at line 15 of file quicklintplugin.cpp.

Referenced by PropertyChangesValidatorPass::run().

◆ quickUnexpectedVarType

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

Definition at line 14 of file quicklintplugin.cpp.

Referenced by VarBindingTypeValidatorPass::onBinding().