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

(9de2e727d9511e6e740983ed20002caeae9a705f)

#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, int timeout=30000)

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,
int timeout = 30000 )

Definition at line 76 of file qmlutils.cpp.

References QmlImportScanResult::ok.