![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 |
| Public Member Functions inherited from QFactoryInterface | |
| 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.
|
pure virtual |
Implemented in QSGContextPlugin.
|
pure virtual |
Implemented in QSGContextPlugin, QSGOpenVGAdaptation, and QSGSoftwareAdaptation.
Implemented in QSGOpenVGAdaptation, and QSGSoftwareAdaptation.