Class QGeometryFactory.Impl

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.render.QGeometryFactory.Impl
All Implemented Interfaces:
QAbstractFunctor, QGeometryFactory, io.qt.QtObjectInterface
Enclosing interface:
QGeometryFactory

public abstract static class QGeometryFactory.Impl extends io.qt.QtObject implements QGeometryFactory, QAbstractFunctor

Implementor class for interface QGeometryFactory

  • Nested Class Summary

    Nested classes/interfaces inherited from class io.qt.QtObject

    io.qt.QtObject.QPrivateConstructor

    Nested classes/interfaces inherited from interface io.qt.qt3d.render.QAbstractFunctor

    QAbstractFunctor.Impl

    Nested classes/interfaces inherited from interface io.qt.qt3d.render.QGeometryFactory

    QGeometryFactory.Impl
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
     
    protected
    Impl(io.qt.QtObject.QPrivateConstructor p)
    Constructor for internal use only.
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract boolean
     
    boolean
    equals(Object other)
    Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.
    abstract QGeometry
    get()
     

    Methods inherited from class io.qt.QtObject

    dispose, isDisposed

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.qt.QtObjectInterface

    dispose, isDisposed
  • Constructor Details

    • Impl

      public Impl()
    • Impl

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

    • get

      @QtUninvokable public abstract QGeometry get()
      Specified by:
      get in interface QGeometryFactory
    • equals

      @QtUninvokable public abstract boolean equals(QGeometryFactory other)
      Specified by:
      equals in interface QGeometryFactory
    • equals

      @QtUninvokable public boolean equals(Object other)
      Description copied from class: io.qt.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 io.qt.QtObject
      Parameters:
      other - The object with which to compare
      Returns:
      true if the native resources of the two objects are one and the same.