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::Dependency Class Reference

#include <qqmldomtop_p.h>

+ Collaboration diagram for QQmlJS::Dom::Dependency:

Public Member Functions

bool operator== (Dependency const &o) const
 

Public Attributes

QString uri
 
Version version
 
QString filePath
 
DomType fileType
 

Detailed Description

Definition at line 571 of file qqmldomtop_p.h.

Member Function Documentation

◆ operator==()

bool QQmlJS::Dom::Dependency::operator== ( Dependency const & o) const
inline

Member Data Documentation

◆ filePath

QString QQmlJS::Dom::Dependency::filePath

Definition at line 581 of file qqmldomtop_p.h.

Referenced by operator==().

◆ fileType

DomType QQmlJS::Dom::Dependency::fileType

Definition at line 582 of file qqmldomtop_p.h.

◆ uri

QString QQmlJS::Dom::Dependency::uri

Definition at line 579 of file qqmldomtop_p.h.

Referenced by operator==().

◆ version

Version QQmlJS::Dom::Dependency::version

Definition at line 580 of file qqmldomtop_p.h.

Referenced by operator==().


The documentation for this class was generated from the following file: