Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlJS::Dom::PathEls Namespace Reference

Classes

class  Any
 
class  Base
 
class  Current
 
class  Empty
 
class  Field
 
class  Filter
 
class  Index
 
class  Key
 
class  PathComponent
 
class  PathData
 
class  Root
 

Enumerations

enum class  ParserState { Start , IndexOrKey , End }
 
enum class  Kind {
  Empty , Field , Index , Key ,
  Root , Current , Any , Filter
}
 

Functions

bool operator== (const PathComponent &lhs, const PathComponent &rhs)
 
bool operator!= (const PathComponent &lhs, const PathComponent &rhs)
 
bool operator< (const PathComponent &lhs, const PathComponent &rhs)
 
bool operator> (const PathComponent &lhs, const PathComponent &rhs)
 
bool operator<= (const PathComponent &lhs, const PathComponent &rhs)
 
bool operator>= (const PathComponent &lhs, const PathComponent &rhs)
 

Enumeration Type Documentation

◆ Kind

enum class QQmlJS::Dom::PathEls::Kind
strong
Enumerator
Empty 
Field 
Index 
Key 
Root 
Current 
Any 
Filter 

Definition at line 49 of file qqmldompath_p.h.

◆ ParserState

Enumerator
Start 
IndexOrKey 
End 

Definition at line 97 of file qqmldompath.cpp.

Function Documentation

◆ operator!=()

bool QQmlJS::Dom::PathEls::operator!= ( const PathComponent lhs,
const PathComponent rhs 
)
inline

Definition at line 419 of file qqmldompath_p.h.

References QQmlJS::Dom::PathEls::PathComponent::cmp().

+ Here is the call graph for this function:

◆ operator<()

bool QQmlJS::Dom::PathEls::operator< ( const PathComponent lhs,
const PathComponent rhs 
)
inline

Definition at line 420 of file qqmldompath_p.h.

References QQmlJS::Dom::PathEls::PathComponent::cmp().

+ Here is the call graph for this function:

◆ operator<=()

bool QQmlJS::Dom::PathEls::operator<= ( const PathComponent lhs,
const PathComponent rhs 
)
inline

Definition at line 422 of file qqmldompath_p.h.

References QQmlJS::Dom::PathEls::PathComponent::cmp().

+ Here is the call graph for this function:

◆ operator==()

bool QQmlJS::Dom::PathEls::operator== ( const PathComponent lhs,
const PathComponent rhs 
)
inline

Definition at line 418 of file qqmldompath_p.h.

References QQmlJS::Dom::PathEls::PathComponent::cmp().

+ Here is the call graph for this function:

◆ operator>()

bool QQmlJS::Dom::PathEls::operator> ( const PathComponent lhs,
const PathComponent rhs 
)
inline

Definition at line 421 of file qqmldompath_p.h.

References QQmlJS::Dom::PathEls::PathComponent::cmp().

+ Here is the call graph for this function:

◆ operator>=()

bool QQmlJS::Dom::PathEls::operator>= ( const PathComponent lhs,
const PathComponent rhs 
)
inline

Definition at line 423 of file qqmldompath_p.h.

References QQmlJS::Dom::PathEls::PathComponent::cmp().

+ Here is the call graph for this function: