Package io.qt.quick

Class 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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation.
      Overrides:
      equals in class QtObject
      Parameters:
      other - other object
      Returns:
      true if the native counterpart of the two objects are one and the same.
    • hashCode

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