All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.qt3d.render.QTextureGenerator Maven / Gradle / Ivy

There is a newer version: 6.7.2
Show newest version
package io.qt.qt3d.render;

import io.qt.*;


/**
 * 

Provides the image data for a texture

*

Java wrapper for Qt class Qt3DRender::QTextureGenerator

*/ public interface QTextureGenerator extends QtObjectInterface, io.qt.qt3d.render.QAbstractFunctor { /** * @hidden *

Implementor class for interface {@link io.qt.qt3d.render.QTextureGenerator}

*/ public static abstract class Impl extends QtObject implements io.qt.qt3d.render.QTextureGenerator, io.qt.qt3d.render.QAbstractFunctor { static { QtJambi_LibraryUtilities.initialize(); } @NativeAccess private static final class ConcreteWrapper extends QTextureGenerator.Impl { @NativeAccess private ConcreteWrapper(QPrivateConstructor p) { super(p); } @Override @QtUninvokable public io.qt.qt3d.render.@Nullable QTextureData invoke(){ return invoke_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native static io.qt.qt3d.render.QTextureData invoke_native(long __this__nativeId); @Override @QtUninvokable public boolean equals(io.qt.qt3d.render.@StrictNonNull QTextureGenerator other){ java.util.Objects.requireNonNull(other, "Argument 'other': null not expected."); return equals_native_cref_Qt3DRender_QTextureGenerator_constfct(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(other)); } private native static boolean equals_native_cref_Qt3DRender_QTextureGenerator_constfct(long __this__nativeId, long other); } /** *

See Qt3DRender::QTextureGenerator::QTextureGenerator()

*/ public Impl(){ super((QPrivateConstructor)null); initialize_native(this); } private native static void initialize_native(QTextureGenerator instance); /** *

See Qt3DRender::QTextureGenerator::operator()()

*/ @QtUninvokable public abstract io.qt.qt3d.render.@Nullable QTextureData invoke(); private native static io.qt.qt3d.render.QTextureData invoke_native(long __this__nativeId); /** *

See Qt3DRender::QTextureGenerator::operator==(Qt3DRender::QTextureGenerator)const

*/ @QtUninvokable public abstract boolean equals(io.qt.qt3d.render.@StrictNonNull QTextureGenerator other); private native static boolean equals_native_cref_Qt3DRender_QTextureGenerator_constfct(long __this__nativeId, long other); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected Impl(QPrivateConstructor p) { super(p); } /** *

See Qt3DRender::QTextureGenerator::

*/ @Override @QtUninvokable public boolean equals(Object other) { if (other instanceof io.qt.qt3d.render.QTextureGenerator) { return equals((io.qt.qt3d.render.QTextureGenerator) other); } return false; } /** *

Delegate for {@link #invoke()}.

*/ @QtUninvokable public final io.qt.qt3d.render.@Nullable QTextureData get() { return invoke(); } } /** *

See Qt3DRender::QTextureGenerator::operator()()

*/ @QtUninvokable public io.qt.qt3d.render.@Nullable QTextureData invoke(); /** *

See Qt3DRender::QTextureGenerator::operator==(Qt3DRender::QTextureGenerator)const

*/ @QtUninvokable public default boolean equals(io.qt.qt3d.render.@StrictNonNull QTextureGenerator other){ return this==other; } /** *

Delegate for {@link #invoke()}.

*/ @QtUninvokable public default io.qt.qt3d.render.@Nullable QTextureData get() { return invoke(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy