Package io.qt.quick

Class QQuickTransform

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public abstract class QQuickTransform extends QObject

Java wrapper for Qt class QQuickTransform

  • Field Details

    • staticMetaObject

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

    • QQuickTransform

      public QQuickTransform()

      Overloaded constructor for QQuickTransform(io.qt.core.QObject) with parent = null.

    • QQuickTransform

      public QQuickTransform(QObject parent)
    • QQuickTransform

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

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