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
QQmlTypeLoaderConfiguredData Class Reference

#include <qqmltypeloaderdata_p.h>

Collaboration diagram for QQmlTypeLoaderConfiguredData:

Public Member Functions

 QQmlTypeLoaderConfiguredData ()=default

Public Attributes

QStringList importPaths
QStringList pluginPaths
QList< QQmlAbstractUrlInterceptor * > urlInterceptors
QV4::ExecutionEngine::DiskCacheOptions diskCacheOptions = QV4::ExecutionEngine::DiskCache::Enabled
bool isDebugging = false
bool initialized = false

Detailed Description

Definition at line 96 of file qqmltypeloaderdata_p.h.

Constructor & Destructor Documentation

◆ QQmlTypeLoaderConfiguredData()

QQmlTypeLoaderConfiguredData::QQmlTypeLoaderConfiguredData ( )
default

Member Data Documentation

◆ diskCacheOptions

QV4::ExecutionEngine::DiskCacheOptions QQmlTypeLoaderConfiguredData::diskCacheOptions = QV4::ExecutionEngine::DiskCache::Enabled

Definition at line 112 of file qqmltypeloaderdata_p.h.

◆ importPaths

QStringList QQmlTypeLoaderConfiguredData::importPaths

Definition at line 102 of file qqmltypeloaderdata_p.h.

◆ initialized

bool QQmlTypeLoaderConfiguredData::initialized = false

Definition at line 115 of file qqmltypeloaderdata_p.h.

◆ isDebugging

bool QQmlTypeLoaderConfiguredData::isDebugging = false

Definition at line 114 of file qqmltypeloaderdata_p.h.

◆ pluginPaths

QStringList QQmlTypeLoaderConfiguredData::pluginPaths

Definition at line 103 of file qqmltypeloaderdata_p.h.

◆ urlInterceptors

QList<QQmlAbstractUrlInterceptor *> QQmlTypeLoaderConfiguredData::urlInterceptors

Definition at line 106 of file qqmltypeloaderdata_p.h.


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