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
QmlImportScanResult::Module Struct Reference

#include <qmlutils.h>

+ Collaboration diagram for QmlImportScanResult::Module:

Public Member Functions

QString installPath (const QString &root) const
 

Public Attributes

QString name
 
QString className
 
QString sourcePath
 
QString relativePath
 

Detailed Description

Definition at line 16 of file qmlutils.h.

Member Function Documentation

◆ installPath()

QString QmlImportScanResult::Module::installPath ( const QString & root) const

Definition at line 25 of file qmlutils.cpp.

References QString::lastIndexOf(), QString::left(), and relativePath.

+ Here is the call graph for this function:

Member Data Documentation

◆ className

QString QmlImportScanResult::Module::className

Definition at line 20 of file qmlutils.h.

◆ name

QString QmlImportScanResult::Module::name

Definition at line 19 of file qmlutils.h.

◆ relativePath

QString QmlImportScanResult::Module::relativePath

Definition at line 22 of file qmlutils.h.

Referenced by installPath().

◆ sourcePath

QString QmlImportScanResult::Module::sourcePath

Definition at line 21 of file qmlutils.h.


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