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

(52e6456d6e71c3e93f7de7b3369738dc0d802b33)

#include "qdslintplugin.h"
#include <QtCore/qlist.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qhash.h>
#include <QtCore/qset.h>
#include <QtCore/qspan.h>
#include <QtQmlCompiler/private/qqmljsscope_p.h>
#include "moc_qdslintplugin.cpp"
Include dependency graph for qdslintplugin.cpp:

Go to the source code of this file.

Classes

class  FunctionCallValidator
class  QdsBindingValidator
class  QdsElementValidator
class  QQmlJSTranslationFunctionMismatchCheck

Variables

constexpr LoggerWarningId ErrFunctionsNotSupportedInQmlUi
constexpr LoggerWarningId WarnReferenceToParentItemNotSupportedByVisualDesigner
constexpr LoggerWarningId WarnImperativeCodeNotEditableInVisualDesigner
constexpr LoggerWarningId ErrUnsupportedTypeInQmlUi { "QtDesignStudio.UnsupportedTypeInQmlUi" }
constexpr LoggerWarningId ErrInvalidIdeInVisualDesigner
constexpr LoggerWarningId ErrUnsupportedRootTypeInQmlUi

Variable Documentation

◆ ErrFunctionsNotSupportedInQmlUi

LoggerWarningId ErrFunctionsNotSupportedInQmlUi
constexpr
Initial value:
{
"QtDesignStudio.FunctionsNotSupportedInQmlUi"
}

Definition at line 21 of file qdslintplugin.cpp.

◆ ErrInvalidIdeInVisualDesigner

LoggerWarningId ErrInvalidIdeInVisualDesigner
constexpr
Initial value:
{
"QtDesignStudio.InvalidIdeInVisualDesigner"
}

Definition at line 31 of file qdslintplugin.cpp.

◆ ErrUnsupportedRootTypeInQmlUi

LoggerWarningId ErrUnsupportedRootTypeInQmlUi
constexpr
Initial value:
{
"QtDesignStudio.UnsupportedRootTypeInQmlUi"
}

Definition at line 34 of file qdslintplugin.cpp.

◆ ErrUnsupportedTypeInQmlUi

LoggerWarningId ErrUnsupportedTypeInQmlUi { "QtDesignStudio.UnsupportedTypeInQmlUi" }
constexpr

Definition at line 30 of file qdslintplugin.cpp.

◆ WarnImperativeCodeNotEditableInVisualDesigner

LoggerWarningId WarnImperativeCodeNotEditableInVisualDesigner
constexpr
Initial value:
{
"QtDesignStudio.ImperativeCodeNotEditableInVisualDesigner"
}

Definition at line 27 of file qdslintplugin.cpp.

◆ WarnReferenceToParentItemNotSupportedByVisualDesigner

LoggerWarningId WarnReferenceToParentItemNotSupportedByVisualDesigner
constexpr
Initial value:
{
"QtDesignStudio.ReferenceToParentItemNotSupportedByVisualDesigner"
}

Definition at line 24 of file qdslintplugin.cpp.