![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QSGAdaptationBackendData:Public Member Functions | |
| QSGAdaptationBackendData () | |
| ~QSGAdaptationBackendData () | |
Public Attributes | |
| bool | tried = false |
| QSGContextFactoryInterface * | factory = nullptr |
| QString | name |
| QSGContextFactoryInterface::Flags | flags |
| QVector< QSGContextFactoryInterface * > | builtIns |
| QString | quickWindowBackendRequest |
Definition at line 35 of file qsgcontextplugin.cpp.
| QSGAdaptationBackendData::QSGAdaptationBackendData | ( | ) |
Definition at line 51 of file qsgcontextplugin.cpp.
References builtIns.
| QSGAdaptationBackendData::~QSGAdaptationBackendData | ( | ) |
Definition at line 57 of file qsgcontextplugin.cpp.
References builtIns, and qDeleteAll().
Here is the call graph for this function:| QVector<QSGContextFactoryInterface *> QSGAdaptationBackendData::builtIns |
Definition at line 46 of file qsgcontextplugin.cpp.
Referenced by QSGAdaptationBackendData(), ~QSGAdaptationBackendData(), and contextFactory().
| QSGContextFactoryInterface* QSGAdaptationBackendData::factory = nullptr |
Definition at line 42 of file qsgcontextplugin.cpp.
Referenced by contextFactory(), QSGContext::createDefaultContext(), QSGContext::createTextureFactoryFromImage(), and QSGContext::createWindowManager().
| QSGContextFactoryInterface::Flags QSGAdaptationBackendData::flags |
Definition at line 44 of file qsgcontextplugin.cpp.
Referenced by contextFactory().
| QString QSGAdaptationBackendData::name |
Definition at line 43 of file qsgcontextplugin.cpp.
Referenced by QSGContext::backend(), contextFactory(), and QSGContext::createDefaultContext().
| QString QSGAdaptationBackendData::quickWindowBackendRequest |
Definition at line 48 of file qsgcontextplugin.cpp.
Referenced by QSGContext::backend(), contextFactory(), and QSGContext::setBackend().
| bool QSGAdaptationBackendData::tried = false |
Definition at line 41 of file qsgcontextplugin.cpp.
Referenced by QSGContext::backend(), contextFactory(), and QSGContext::setBackend().