49class Q_QUICK_EXPORT QSGContextPlugin :
public QObject,
public QSGContextFactoryInterface
52 Q_INTERFACES(QSGContextFactoryInterface:QFactoryInterface)
54 explicit QSGContextPlugin(QObject *parent =
nullptr);
55 virtual ~QSGContextPlugin();
57 QStringList keys()
const override = 0;
59 QQuickTextureFactory *createTextureFactoryFromImage(
const QImage &) override {
return nullptr; }
60 QSGRenderLoop *createWindowManager() override {
return nullptr; }
#define QSGContextFactoryInterface_iid