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

(43f0accb7ff7ea27ff80a58ec1562cf58bf9c8dc)

#include "qmetatypesjsonprocessor_p.h"
#include <QtCore/qversionnumber.h>
Include dependency graph for qqmltyperegistrarutils_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE QTypeRevision handleInMinorVersion (QTypeRevision revision, int majorVersion)
QAnyStringView interfaceName (const Interface &iface)
QDebug warning (const MetaType &classDef)
QDebug warning (QAnyStringView fileName, int lineNumber=0)
QDebug error (QAnyStringView fileName, int lineNumber=0)
int mergeQtConfFiles (const QString &pathToList)

Function Documentation

◆ error()

QDebug error ( QAnyStringView fileName,
int lineNumber = 0 )

Definition at line 61 of file qqmltyperegistrarutils.cpp.

◆ handleInMinorVersion()

QT_BEGIN_NAMESPACE QTypeRevision handleInMinorVersion ( QTypeRevision revision,
int majorVersion )

Definition at line 24 of file qqmltyperegistrarutils.cpp.

◆ interfaceName()

QAnyStringView interfaceName ( const Interface & iface)

Definition at line 33 of file qqmltyperegistrarutils.cpp.

◆ mergeQtConfFiles()

int mergeQtConfFiles ( const QString & pathToList)

pathToList points to a file listing all qt.parts.conf files In any given directory, there might be more than one qt.parts.conf file (especially on Winodws). We need to merge all import paths for a a given folder (but want to avoid duplicate entries).

Definition at line 72 of file qqmltyperegistrarutils.cpp.

◆ warning() [1/2]

QDebug warning ( const MetaType & classDef)

Definition at line 51 of file qqmltyperegistrarutils.cpp.

References MetaType::lineNumber().

Referenced by QmlTypesClassDescription::collect(), and FoundType::select().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ warning() [2/2]

QDebug warning ( QAnyStringView fileName,
int lineNumber = 0 )

Definition at line 46 of file qqmltyperegistrarutils.cpp.