Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSGAdaptationBackendData Struct Reference
+ Collaboration diagram for QSGAdaptationBackendData:

Public Member Functions

 QSGAdaptationBackendData ()
 
 ~QSGAdaptationBackendData ()
 

Public Attributes

bool tried = false
 
QSGContextFactoryInterfacefactory = nullptr
 
QString name
 
QSGContextFactoryInterface::Flags flags
 
QVector< QSGContextFactoryInterface * > builtIns
 
QString quickWindowBackendRequest
 

Detailed Description

Definition at line 35 of file qsgcontextplugin.cpp.

Constructor & Destructor Documentation

◆ QSGAdaptationBackendData()

QSGAdaptationBackendData::QSGAdaptationBackendData ( )

Definition at line 51 of file qsgcontextplugin.cpp.

References builtIns.

◆ ~QSGAdaptationBackendData()

QSGAdaptationBackendData::~QSGAdaptationBackendData ( )

Definition at line 57 of file qsgcontextplugin.cpp.

References builtIns, and qDeleteAll().

+ Here is the call graph for this function:

Member Data Documentation

◆ builtIns

QVector<QSGContextFactoryInterface *> QSGAdaptationBackendData::builtIns

◆ factory

◆ flags

QSGContextFactoryInterface::Flags QSGAdaptationBackendData::flags

Definition at line 44 of file qsgcontextplugin.cpp.

Referenced by contextFactory().

◆ name

QString QSGAdaptationBackendData::name

◆ quickWindowBackendRequest

QString QSGAdaptationBackendData::quickWindowBackendRequest

◆ tried

bool QSGAdaptationBackendData::tried = false

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