![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljslinter_p.h>
Public Member Functions | |
| void | generateJson () |
| void | setStatusFromLogger () |
Public Attributes | |
| LintResult | status = LintSuccess |
| QJsonObject | json |
| std::unique_ptr< QQmlJSLogger > | logger |
Definition at line 115 of file qqmljslinter_p.h.
| void QQmlJSLinter::Result::generateJson | ( | ) |
Definition at line 574 of file qqmljslinter.cpp.
| void QQmlJSLinter::Result::setStatusFromLogger | ( | ) |
Definition at line 584 of file qqmljslinter.cpp.
References QQmlJSLinter::HasErrors, QQmlJSLinter::HasWarnings, QQmlJSLinter::LintSuccess, and status.
| QJsonObject QQmlJSLinter::Result::json |
Definition at line 118 of file qqmljslinter_p.h.
| std::unique_ptr<QQmlJSLogger> QQmlJSLinter::Result::logger |
Definition at line 119 of file qqmljslinter_p.h.
| LintResult QQmlJSLinter::Result::status = LintSuccess |
Definition at line 117 of file qqmljslinter_p.h.
Referenced by QQmlJSLinter::lintModule(), and setStatusFromLogger().