![JAR search and dependency download from the Maven repository](/logo.png)
io.qt.qt3d.render.QShaderData Maven / Gradle / Ivy
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*)
* @param parent
*/
@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
* @return
*/
@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);
/**
*
* @param event
* @return
*/
@QtUninvokable
@Override
public boolean event(io.qt.core.@Nullable QEvent event){
java.util.Objects.requireNonNull(event, "Argument 'event': null not expected.");
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 - 2025 Weber Informatics LLC | Privacy Policy