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
qmlutils.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "utils.h"
#include <QStringList>
+ Include dependency graph for qmlutils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QmlImportScanResult
 
struct  QmlImportScanResult::Module
 

Functions

QT_BEGIN_NAMESPACE QString findQmlDirectory (Platform platform, const QString &startDirectoryName)
 
bool operator== (const QmlImportScanResult::Module &m1, const QmlImportScanResult::Module &m2)
 
QmlImportScanResult runQmlImportScanner (const QString &directory, const QStringList &qmlImportPaths, bool usesWidgets, int platform, DebugMatchMode debugMatchMode, QString *errorMessage)
 

Function Documentation

◆ findQmlDirectory()

QT_BEGIN_NAMESPACE QString findQmlDirectory ( Platform platform,
const QString & startDirectoryName )

Definition at line 53 of file qmlutils.cpp.

◆ operator==()

bool operator== ( const QmlImportScanResult::Module & m1,
const QmlImportScanResult::Module & m2 )

Definition at line 19 of file qmlutils.cpp.

◆ runQmlImportScanner()

QmlImportScanResult runQmlImportScanner ( const QString & directory,
const QStringList & qmlImportPaths,
bool usesWidgets,
int platform,
DebugMatchMode debugMatchMode,
QString * errorMessage )

Definition at line 76 of file qmlutils.cpp.

References QmlImportScanResult::ok.