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
QQmlDirParser::Component Struct Reference

#include <qqmldirparser_p.h>

+ Collaboration diagram for QQmlDirParser::Component:

Public Member Functions

 Component ()=default
 
 Component (const QString &typeName, const QString &fileName, QTypeRevision version)
 

Public Attributes

QString typeName
 
QString fileName
 
QTypeRevision version = QTypeRevision::zero()
 
bool internal = false
 
bool singleton = false
 

Detailed Description

Definition at line 66 of file qqmldirparser_p.h.

Constructor & Destructor Documentation

◆ Component() [1/2]

QQmlDirParser::Component::Component ( )
default

◆ Component() [2/2]

QQmlDirParser::Component::Component ( const QString & typeName,
const QString & fileName,
QTypeRevision version )
inline

Definition at line 70 of file qqmldirparser_p.h.

References fileName, and typeName.

Member Data Documentation

◆ fileName

QString QQmlDirParser::Component::fileName

Definition at line 78 of file qqmldirparser_p.h.

◆ internal

bool QQmlDirParser::Component::internal = false

Definition at line 80 of file qqmldirparser_p.h.

◆ singleton

bool QQmlDirParser::Component::singleton = false

Definition at line 81 of file qqmldirparser_p.h.

◆ typeName

QString QQmlDirParser::Component::typeName

Definition at line 77 of file qqmldirparser_p.h.

◆ version

QTypeRevision QQmlDirParser::Component::version = QTypeRevision::zero()

Definition at line 79 of file qqmldirparser_p.h.


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