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
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

Definition at line 46 of file qsgcontextplugin.cpp.

Referenced by QSGAdaptationBackendData(), and ~QSGAdaptationBackendData().

◆ factory

QSGContextFactoryInterface* QSGAdaptationBackendData::factory = nullptr

Definition at line 42 of file qsgcontextplugin.cpp.

◆ flags

QSGContextFactoryInterface::Flags QSGAdaptationBackendData::flags

Definition at line 44 of file qsgcontextplugin.cpp.

◆ name

QString QSGAdaptationBackendData::name

Definition at line 43 of file qsgcontextplugin.cpp.

◆ quickWindowBackendRequest

QString QSGAdaptationBackendData::quickWindowBackendRequest

Definition at line 48 of file qsgcontextplugin.cpp.

◆ tried

bool QSGAdaptationBackendData::tried = false

Definition at line 41 of file qsgcontextplugin.cpp.


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