![]() |
Qt 6.x
The Qt SDK
|
Utility wrapper that adds visibility scope to the data. More...
#include <qqmljsimportvisitor_p.h>
Public Attributes | |
QQmlJSScope::Ptr | visibilityScope |
QQmlJS::SourceLocation | dataLocation |
T | data |
Utility wrapper that adds visibility scope to the data.
This wrapper becomes useful for binding processing where we need to know both the property (or signal handler) owner and the scope in which the binding is executed (the "visibility" scope).
As visibility scope (and data) does not typically have sufficient information about a proper source location of that data, the location also has to be provided to simplify the error reporting.
Definition at line 315 of file qqmljsimportvisitor_p.h.
T QQmlJSImportVisitor::WithVisibilityScope< T >::data |
Definition at line 319 of file qqmljsimportvisitor_p.h.
QQmlJS::SourceLocation QQmlJSImportVisitor::WithVisibilityScope< T >::dataLocation |
Definition at line 318 of file qqmljsimportvisitor_p.h.
QQmlJSScope::Ptr QQmlJSImportVisitor::WithVisibilityScope< T >::visibilityScope |
Definition at line 317 of file qqmljsimportvisitor_p.h.