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
QDeferredFactory< QQmlJSScope > Class Reference

#include <qqmljsscope_p.h>

+ Collaboration diagram for QDeferredFactory< QQmlJSScope >:

Public Member Functions

 QDeferredFactory ()=default
 
 QDeferredFactory (QQmlJSImporter *importer, const QString &filePath)
 
bool isValid () const
 
QString internalName () const
 
void setIsSingleton (bool isSingleton)
 
void setModuleName (const QString &moduleName)
 

Friends

class QDeferredSharedPointer< QQmlJSScope >
 
class QDeferredSharedPointer< const QQmlJSScope >
 
class QDeferredWeakPointer< QQmlJSScope >
 
class QDeferredWeakPointer< const QQmlJSScope >
 

Detailed Description

Definition at line 641 of file qqmljsscope_p.h.

Constructor & Destructor Documentation

◆ QDeferredFactory() [1/2]

◆ QDeferredFactory() [2/2]

QDeferredFactory< QQmlJSScope >::QDeferredFactory ( QQmlJSImporter * importer,
const QString & filePath )
inline

Definition at line 646 of file qqmljsscope_p.h.

Member Function Documentation

◆ internalName()

QString QDeferredFactory< QQmlJSScope >::internalName ( ) const
inline

Definition at line 655 of file qqmljsscope_p.h.

References QFileInfo::baseName().

+ Here is the call graph for this function:

◆ isValid()

bool QDeferredFactory< QQmlJSScope >::isValid ( ) const
inline

Definition at line 650 of file qqmljsscope_p.h.

◆ setIsSingleton()

void QDeferredFactory< QQmlJSScope >::setIsSingleton ( bool isSingleton)
inline

Definition at line 660 of file qqmljsscope_p.h.

◆ setModuleName()

void QDeferredFactory< QQmlJSScope >::setModuleName ( const QString & moduleName)
inline

Definition at line 665 of file qqmljsscope_p.h.

Friends And Related Symbol Documentation

◆ QDeferredSharedPointer< const QQmlJSScope >

friend class QDeferredSharedPointer< const QQmlJSScope >
friend

Definition at line 665 of file qqmljsscope_p.h.

◆ QDeferredSharedPointer< QQmlJSScope >

friend class QDeferredSharedPointer< QQmlJSScope >
friend

Definition at line 665 of file qqmljsscope_p.h.

◆ QDeferredWeakPointer< const QQmlJSScope >

friend class QDeferredWeakPointer< const QQmlJSScope >
friend

Definition at line 665 of file qqmljsscope_p.h.

◆ QDeferredWeakPointer< QQmlJSScope >

friend class QDeferredWeakPointer< QQmlJSScope >
friend

Definition at line 665 of file qqmljsscope_p.h.


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