50class Q_QUICK_EXPORT QSGContextPlugin :
public QObject,
public QSGContextFactoryInterface
53 Q_INTERFACES(QSGContextFactoryInterface:QFactoryInterface)
55 explicit QSGContextPlugin(QObject *parent =
nullptr);
56 virtual ~QSGContextPlugin();
58 QStringList keys()
const override = 0;
60 QQuickTextureFactory *createTextureFactoryFromImage(
const QImage &) override {
return nullptr; }
61 QSGRenderLoop *createWindowManager() override {
return nullptr; }
#define QSGContextFactoryInterface_iid