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
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 67 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 71 of file qqmldirparser_p.h.

Member Data Documentation

◆ fileName

QString QQmlDirParser::Component::fileName

Definition at line 79 of file qqmldirparser_p.h.

◆ internal

bool QQmlDirParser::Component::internal = false

Definition at line 81 of file qqmldirparser_p.h.

◆ singleton

bool QQmlDirParser::Component::singleton = false

Definition at line 82 of file qqmldirparser_p.h.

◆ typeName

QString QQmlDirParser::Component::typeName

Definition at line 78 of file qqmldirparser_p.h.

◆ version

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

Definition at line 80 of file qqmldirparser_p.h.


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