Class QPhysicalDeviceCreatedChange

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.core.QSceneChange
io.qt.qt3d.core.QNodeCreatedChange
io.qt.qt3d.input.QPhysicalDeviceCreatedChange
All Implemented Interfaces:
io.qt.QtObjectInterface

public class QPhysicalDeviceCreatedChange extends io.qt.qt3d.core.QNodeCreatedChange

Base class for handling changes in physical devices

Java wrapper for Qt class Qt3DInput::QPhysicalDeviceCreatedChangeBase

  • Nested Class Summary

    Nested classes/interfaces inherited from class io.qt.qt3d.core.QSceneChange

    io.qt.qt3d.core.QSceneChange.DeliveryFlag, io.qt.qt3d.core.QSceneChange.DeliveryFlags

    Nested classes/interfaces inherited from class io.qt.QtObject

    io.qt.QtObject.QPrivateConstructor
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    QPhysicalDeviceCreatedChange(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
  • Method Summary

    Modifier and Type
    Method
    Description
    final io.qt.core.QVector<io.qt.qt3d.core.QNodeId>

    Methods inherited from class io.qt.qt3d.core.QNodeCreatedChange

    isNodeEnabled, metaObject, parentId

    Methods inherited from class io.qt.qt3d.core.QSceneChange

    deliveryFlags, setDeliveryFlags, setDeliveryFlags, subjectId, type

    Methods inherited from class io.qt.QtObject

    dispose, equals, isDisposed

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QPhysicalDeviceCreatedChange

      public QPhysicalDeviceCreatedChange(QAbstractPhysicalDevice device)
    • QPhysicalDeviceCreatedChange

      protected QPhysicalDeviceCreatedChange(io.qt.QtObject.QPrivateConstructor p)
      Constructor for internal use only.
      Parameters:
      p - expected to be null.
  • Method Details