Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 98 of file qqmldompath.cpp.

Function Documentation

◆ operator!=()

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

Definition at line 345 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 346 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 348 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 344 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 347 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 349 of file qqmldompath_p.h.

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

+ Here is the call graph for this function: