Package io.qt.quick

Class QQuickWindow.GraphicsStateInfo

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QQuickWindow.GraphicsStateInfo
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QQuickWindow

public static class QQuickWindow.GraphicsStateInfo extends QtObject implements Cloneable

Describes some of the RHI's graphics state at the point of a beginExternalCommands() call

Java wrapper for Qt's class QQuickWindow::GraphicsStateInfo

  • Constructor Details

    • GraphicsStateInfo

      public GraphicsStateInfo()
    • GraphicsStateInfo

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

    • setCurrentFrameSlot

      @QtUninvokable public final void setCurrentFrameSlot(int currentFrameSlot)
    • currentFrameSlot

      @QtUninvokable public final int currentFrameSlot()
    • setFramesInFlight

      @QtUninvokable public final void setFramesInFlight(int framesInFlight)
    • framesInFlight

      @QtUninvokable public final int framesInFlight()
    • equals

      @QtUninvokable public boolean equals(Object other)
      Description copied from class: QtObject
      Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation.
      Overrides:
      equals in class QtObject
      Parameters:
      other - The object with which to compare
      Returns:
      true if the native resources of the two objects are one and the same.
    • hashCode

      @QtUninvokable public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object