![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomattachedinfo_p.h>
Public Member Functions | |
operator bool () | |
template<typename T > | |
AttachedInfoLookupResult< std::shared_ptr< T > > | as () const |
Public Attributes | |
TreePtr | foundTree |
Path | lookupPath |
std::optional< Path > | rootTreePath |
std::optional< Path > | foundTreePath |
Definition at line 29 of file qqmldomattachedinfo_p.h.
|
inline |
|
inline |
Definition at line 36 of file qqmldomattachedinfo_p.h.
References QQmlJS::Dom::AttachedInfoLookupResult< TreePtr >::foundTree.
TreePtr QQmlJS::Dom::AttachedInfoLookupResult< TreePtr >::foundTree |
Definition at line 32 of file qqmldomattachedinfo_p.h.
Referenced by QQmlJS::Dom::AttachedInfoLookupResult< TreePtr >::as(), and QQmlJS::Dom::AttachedInfoLookupResult< TreePtr >::operator bool().
std::optional<Path> QQmlJS::Dom::AttachedInfoLookupResult< TreePtr >::foundTreePath |
Definition at line 35 of file qqmldomattachedinfo_p.h.
Path QQmlJS::Dom::AttachedInfoLookupResult< TreePtr >::lookupPath |
Definition at line 33 of file qqmldomattachedinfo_p.h.
Referenced by QQmlJS::Dom::AttachedInfoLookupResult< TreePtr >::as().
std::optional<Path> QQmlJS::Dom::AttachedInfoLookupResult< TreePtr >::rootTreePath |
Definition at line 34 of file qqmldomattachedinfo_p.h.
Referenced by QQmlJS::Dom::AttachedInfoLookupResult< TreePtr >::as().