Package io.qt.quick

Class QSGGeometry.AttributeSet

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGGeometry.AttributeSet
All Implemented Interfaces:
QtObjectInterface
Enclosing class:
QSGGeometry

public static class QSGGeometry.AttributeSet extends QtObject

QSGGeometry::AttributeSet describes how the vertices in a QSGGeometry are built up

Java wrapper for Qt's class QSGGeometry::AttributeSet

  • Constructor Details

  • Method Details

    • attributes

      @QtUninvokable public final QSGGeometry.Attribute[] attributes()
    • count

      @QtUninvokable public final int count()
    • stride

      @QtUninvokable public final int stride()
    • 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