Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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  Kind {
  Empty , Field , Index , Key ,
  Root , Current , Any , Filter
}
enum class  ParserState {
  Start , IndexOrKey , End , Start ,
  IndexOrKey , End
}
enum class  ParserState {
  Start , IndexOrKey , End , Start ,
  IndexOrKey , End
}

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 [1/2]

Enumerator
Start 
IndexOrKey 
End 
Start 
IndexOrKey 
End 

Definition at line 200 of file qqmldompath.cpp.

◆ ParserState [2/2]

Enumerator
Start 
IndexOrKey 
End 
Start 
IndexOrKey 
End 

Definition at line 200 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: