Package io.qt.quick

Class QSGDynamicTexture

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public abstract class QSGDynamicTexture extends QSGTexture

Serves as a baseclass for dynamically changing textures, such as content that is rendered to FBO's

Java wrapper for Qt's class QSGDynamicTexture

  • Field Details

    • staticMetaObject

      public static final QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
  • Constructor Details

    • QSGDynamicTexture

      public QSGDynamicTexture()
    • QSGDynamicTexture

      protected QSGDynamicTexture(QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
    • QSGDynamicTexture

      protected QSGDynamicTexture(QObject.QDeclarativeConstructor constructor)
      Constructor for internal use only. It is not allowed to call the declarative constructor from inside Java.
  • Method Details