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
QSGAdaptationBackendData Struct Reference
Collaboration diagram for QSGAdaptationBackendData:

Public Member Functions

 QSGAdaptationBackendData ()
 ~QSGAdaptationBackendData ()
 QSGAdaptationBackendData ()
 ~QSGAdaptationBackendData ()

Public Attributes

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

Detailed Description

Definition at line 33 of file qsgcontextplugin.cpp.

Constructor & Destructor Documentation

◆ QSGAdaptationBackendData() [1/2]

QSGAdaptationBackendData::QSGAdaptationBackendData ( )

Definition at line 49 of file qsgcontextplugin.cpp.

◆ ~QSGAdaptationBackendData() [1/2]

QSGAdaptationBackendData::~QSGAdaptationBackendData ( )

Definition at line 55 of file qsgcontextplugin.cpp.

◆ QSGAdaptationBackendData() [2/2]

QSGAdaptationBackendData::QSGAdaptationBackendData ( )

◆ ~QSGAdaptationBackendData() [2/2]

QSGAdaptationBackendData::~QSGAdaptationBackendData ( )

Member Data Documentation

◆ builtIns

QVector< QSGContextFactoryInterface * > QSGAdaptationBackendData::builtIns

Definition at line 44 of file qsgcontextplugin.cpp.

◆ factory

QSGContextFactoryInterface * QSGAdaptationBackendData::factory = nullptr

Definition at line 40 of file qsgcontextplugin.cpp.

◆ flags

QSGContextFactoryInterface::Flags QSGAdaptationBackendData::flags

Definition at line 42 of file qsgcontextplugin.cpp.

◆ name

QString QSGAdaptationBackendData::name

◆ quickWindowBackendRequest

QString QSGAdaptationBackendData::quickWindowBackendRequest

Definition at line 46 of file qsgcontextplugin.cpp.

◆ tried

bool QSGAdaptationBackendData::tried = false

Definition at line 39 of file qsgcontextplugin.cpp.


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