![]() |
Qt 6.x
The Qt SDK
|
#include <qsgcontextplugin_p.h>
Public Types | |
enum | Flag { SupportsShaderEffectNode = 0x01 } |
Public Member Functions | |
virtual QSGContext * | create (const QString &key) const =0 |
virtual Flags | flags (const QString &key) const =0 |
virtual QQuickTextureFactory * | createTextureFactoryFromImage (const QImage &image)=0 |
virtual QSGRenderLoop * | createWindowManager ()=0 |
![]() | |
virtual | ~QFactoryInterface () |
virtual QStringList | keys () const =0 |
Definition at line 29 of file qsgcontextplugin_p.h.
Enumerator | |
---|---|
SupportsShaderEffectNode |
Definition at line 31 of file qsgcontextplugin_p.h.
|
pure virtual |
Implemented in QSGOpenVGAdaptation, and QSGSoftwareAdaptation.
Referenced by QSGContext::createDefaultContext().
|
pure virtual |
Implemented in QSGContextPlugin.
Referenced by QSGContext::createTextureFactoryFromImage().
|
pure virtual |
Implemented in QSGOpenVGAdaptation, QSGSoftwareAdaptation, and QSGContextPlugin.
Referenced by QSGContext::createWindowManager().
Implemented in QSGOpenVGAdaptation, and QSGSoftwareAdaptation.
Referenced by contextFactory().