Class QCoreAspect

All Implemented Interfaces:
QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public class QCoreAspect extends QAbstractAspect

Java wrapper for Qt class Qt3DCore::QCoreAspect

  • Field Details

    • staticMetaObject

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

    • QCoreAspect

      public QCoreAspect()

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

    • QCoreAspect

      public QCoreAspect(QObject parent)
    • QCoreAspect

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

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