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

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

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

import io.qt.*;


/**
 * 

Provides a way of specifying values of a Uniform Block or a shader structure

*

Java wrapper for Qt class Qt3DRender::QShaderData

*/ public class QShaderData extends io.qt.qt3d.core.QComponent { static { QtJambi_LibraryUtilities.initialize(); } /** * This variable stores the meta-object for the class. */ public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QShaderData.class); /** *

See Qt3DRender::QShaderData::QShaderData(Qt3DCore::QNode*)

*/ @SuppressWarnings({"exports"}) public QShaderData(io.qt.qt3d.core.@Nullable QNode parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QShaderData instance, io.qt.qt3d.core.QNode parent); /** *

QShaderData::propertyReader Returns the PropertyReaderInterfacePtr for this shader data

*

See Qt3DRender::QShaderData::propertyReader()const

*/ @QtUninvokable public final io.qt.qt3d.render.@Nullable PropertyReaderInterface propertyReader(){ return propertyReader_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native io.qt.qt3d.render.PropertyReaderInterface propertyReader_native_constfct(long __this__nativeId); /** *

See QObject::event(QEvent*)

*/ @QtUninvokable @Override public boolean event(io.qt.core.@Nullable QEvent event){ return event_native_QEvent_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(event)); } @QtUninvokable private native boolean event_native_QEvent_ptr(long __this__nativeId, long event); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QShaderData(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QShaderData(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QShaderData instance, QDeclarativeConstructor constructor); /** *

Overloaded constructor for {@link #QShaderData(io.qt.qt3d.core.QNode)} * with parent = null.

*/ public QShaderData() { this((io.qt.qt3d.core.QNode)null); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy