Module qtjambi

Class QPluginParsedMetaData

java.lang.Object
io.qt.QtObject
io.qt.core.internal.QPluginParsedMetaData
All Implemented Interfaces:
QtObjectInterface, Cloneable

public class QPluginParsedMetaData extends QtObject implements Cloneable

Java wrapper for Qt class QPluginParsedMetaData

  • Constructor Details

    • QPluginParsedMetaData

      public QPluginParsedMetaData()
    • QPluginParsedMetaData

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

    • errorString

      @QtUninvokable public final String errorString()
    • isError

      @QtUninvokable public final boolean isError()
    • toCbor

      @QtUninvokable public final QCborMap toCbor()
    • 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
    • clone

      public QPluginParsedMetaData clone()
      Overrides:
      clone in class Object