![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QSGAdaptationBackendData () | |
~QSGAdaptationBackendData () | |
QSGAdaptationBackendData () | |
~QSGAdaptationBackendData () |
Public Attributes | |
bool | tried = false |
QSGContextFactoryInterface * | factory = nullptr |
QString | name |
QSGContextFactoryInterface::Flags | flags |
QVector< QSGContextFactoryInterface * > | builtIns |
QString | quickWindowBackendRequest |
Definition at line 33 of file qsgcontextplugin.cpp.
QSGAdaptationBackendData::QSGAdaptationBackendData | ( | ) |
Definition at line 49 of file qsgcontextplugin.cpp.
QSGAdaptationBackendData::~QSGAdaptationBackendData | ( | ) |
Definition at line 55 of file qsgcontextplugin.cpp.
QSGAdaptationBackendData::QSGAdaptationBackendData | ( | ) |
QSGAdaptationBackendData::~QSGAdaptationBackendData | ( | ) |
QVector< QSGContextFactoryInterface * > QSGAdaptationBackendData::builtIns |
Definition at line 44 of file qsgcontextplugin.cpp.
QSGContextFactoryInterface * QSGAdaptationBackendData::factory = nullptr |
Definition at line 40 of file qsgcontextplugin.cpp.
QSGContextFactoryInterface::Flags QSGAdaptationBackendData::flags |
Definition at line 42 of file qsgcontextplugin.cpp.
QString QSGAdaptationBackendData::name |
Definition at line 41 of file qsgcontextplugin.cpp.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QString QSGAdaptationBackendData::quickWindowBackendRequest |
Definition at line 46 of file qsgcontextplugin.cpp.
bool QSGAdaptationBackendData::tried = false |
Definition at line 39 of file qsgcontextplugin.cpp.