Package io.qt.quick

Class QSGGeometry.AttributeSet

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

public static class QSGGeometry.AttributeSet extends QtObject implements Cloneable

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

Java wrapper for Qt class QSGGeometry::AttributeSet

  • Constructor Details

  • Method Details

    • equals

      @QtUninvokable public final boolean equals(QSGGeometry.AttributeSet value2)

      See operator==(QSGGeometry::AttributeSet,QSGGeometry::AttributeSet)

      Parameters:
      value2 -
      Returns:
    • setAttributes

      @SafeVarargs @QtUninvokable public final void setAttributes(QSGGeometry.Attribute ... attributes)

      See QSGGeometry::AttributeSet::attributes

      Parameters:
      attributes -
    • attributes

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

      See QSGGeometry::AttributeSet::attributes

      Returns:
    • count

      @QtUninvokable public final int count()

      See QSGGeometry::AttributeSet::count

      Returns:
    • setStride

      @QtUninvokable public final void setStride(int stride)

      See QSGGeometry::AttributeSet::stride

      Parameters:
      stride -
    • stride

      @QtUninvokable public final int stride()

      See QSGGeometry::AttributeSet::stride

      Returns:
    • equals

      @QtUninvokable public boolean equals(Object other)

      See operator==(QSGGeometry::AttributeSet,QSGGeometry::AttributeSet)

      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()
      Returns the objects's hash code computed by qHash(QSGGeometry::AttributeSet).
      Overrides:
      hashCode in class Object
    • clone

      Creates and returns a copy of this object.

      See QSGGeometry::AttributeSet::AttributeSet(QSGGeometry::AttributeSet)

      Overrides:
      clone in class Object