![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldompath_p.h>
Public Member Functions | |
Path | operator* () const |
PathIterator | operator++ () |
PathIterator | operator++ (int) |
bool | operator== (const PathIterator &o) const |
bool | operator!= (const PathIterator &o) const |
Public Attributes | |
Path | currentEl |
Definition at line 779 of file qqmldompath_p.h.
|
inline |
Definition at line 786 of file qqmldompath_p.h.
|
inline |
Definition at line 782 of file qqmldompath_p.h.
References currentEl, and QQmlJS::Dom::Path::head().
|
inline |
Definition at line 783 of file qqmldompath_p.h.
References currentEl, and QQmlJS::Dom::Path::dropFront().
|
inline |
Definition at line 784 of file qqmldompath_p.h.
References currentEl, and QQmlJS::Dom::Path::dropFront().
|
inline |
Definition at line 785 of file qqmldompath_p.h.
Path QQmlJS::Dom::PathIterator::currentEl |
Definition at line 781 of file qqmldompath_p.h.
Referenced by operator!=(), operator*(), operator++(), operator++(), and operator==().