![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 367 of file qqmljsimportvisitor_p.h.
T QQmlJSImportVisitor::WithVisibilityScope< T >::data |
Definition at line 371 of file qqmljsimportvisitor_p.h.
QQmlJS::SourceLocation QQmlJSImportVisitor::WithVisibilityScope< T >::dataLocation |
Definition at line 370 of file qqmljsimportvisitor_p.h.
QQmlJSScope::Ptr QQmlJSImportVisitor::WithVisibilityScope< T >::visibilityScope |
Definition at line 369 of file qqmljsimportvisitor_p.h.