io.qt.qt3d.extras.QPlaneGeometry Maven / Gradle / Ivy
Show all versions of qtjambi-qt3dextras Show documentation
package io.qt.qt3d.extras;
import io.qt.*;
/**
* Allows creation of a plane in 3D space. * * * * The QPlaneGeometry class is most commonly used internally by the QPlaneMesh * but can also be used in custom Qt3DRender::QGeometryRenderer subclasses
* Java wrapper for Qt's class Qt3DExtras::QPlaneGeometry
*/
public class QPlaneGeometry extends io.qt.qt3d.core.QGeometry
{
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(QPlaneGeometry.class);
/**
* See Qt3DExtras::QPlaneGeometry::heightChanged(float)
*/
@QtPropertyNotify(name="height")
public final @NonNull Signal1 heightChanged = new Signal1<>();
/**
* See Qt3DExtras::QPlaneGeometry::mirroredChanged(bool)
*/
@QtPropertyNotify(name="mirrored")
public final @NonNull Signal1 mirroredChanged = new Signal1<>();
/**
* See Qt3DExtras::QPlaneGeometry::resolutionChanged(QSize)
*/
@QtPropertyNotify(name="resolution")
public final @NonNull Signal1 resolutionChanged = new Signal1<>();
/**
* See Qt3DExtras::QPlaneGeometry::widthChanged(float)
*/
@QtPropertyNotify(name="width")
public final @NonNull Signal1 widthChanged = new Signal1<>();
/**
* Overloaded constructor for {@link #QPlaneGeometry(io.qt.qt3d.core.QNode)}
* with parent = null
.
*/
public QPlaneGeometry() {
this((io.qt.qt3d.core.QNode)null);
}
/**
* See Qt3DExtras::QPlaneGeometry::QPlaneGeometry(QNode*)
*/
@SuppressWarnings({"exports"})
public QPlaneGeometry(io.qt.qt3d.core.@Nullable QNode parent){
super((QPrivateConstructor)null);
initialize_native(this, parent);
}
private native static void initialize_native(QPlaneGeometry instance, io.qt.qt3d.core.QNode parent);
/**
* Kotlin property getter. In Java use {@link #height()} instead.
*/
@QtPropertyReader(enabled=false)
@QtUninvokable
public final float getHeight() {
return height();
}
/**
* See Qt3DExtras::QPlaneGeometry::height()const
*/
@QtPropertyReader(name="height")
@QtUninvokable
public final float height(){
return height_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native float height_native_constfct(long __this__nativeId);
/**
* Kotlin property getter. In Java use {@link #indexAttribute()} instead.
*/
@QtPropertyReader(enabled=false)
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute getIndexAttribute() {
return indexAttribute();
}
/**
* See Qt3DExtras::QPlaneGeometry::indexAttribute()const
*/
@QtPropertyReader(name="indexAttribute")
@QtPropertyConstant
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute indexAttribute(){
return indexAttribute_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.core.QAttribute indexAttribute_native_constfct(long __this__nativeId);
/**
* Kotlin property getter. In Java use {@link #mirrored()} instead.
*/
@QtPropertyReader(enabled=false)
@QtUninvokable
public final boolean getMirrored() {
return mirrored();
}
/**
* See Qt3DExtras::QPlaneGeometry::mirrored()const
*/
@QtPropertyReader(name="mirrored")
@QtUninvokable
public final boolean mirrored(){
return mirrored_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native boolean mirrored_native_constfct(long __this__nativeId);
/**
* Kotlin property getter. In Java use {@link #normalAttribute()} instead.
*/
@QtPropertyReader(enabled=false)
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute getNormalAttribute() {
return normalAttribute();
}
/**
* See Qt3DExtras::QPlaneGeometry::normalAttribute()const
*/
@QtPropertyReader(name="normalAttribute")
@QtPropertyConstant
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute normalAttribute(){
return normalAttribute_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.core.QAttribute normalAttribute_native_constfct(long __this__nativeId);
/**
* Kotlin property getter. In Java use {@link #positionAttribute()} instead.
*/
@QtPropertyReader(enabled=false)
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute getPositionAttribute() {
return positionAttribute();
}
/**
* See Qt3DExtras::QPlaneGeometry::positionAttribute()const
*/
@QtPropertyReader(name="positionAttribute")
@QtPropertyConstant
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute positionAttribute(){
return positionAttribute_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.core.QAttribute positionAttribute_native_constfct(long __this__nativeId);
/**
* Kotlin property getter. In Java use {@link #resolution()} instead.
*/
@QtPropertyReader(enabled=false)
@QtUninvokable
public final io.qt.core.@NonNull QSize getResolution() {
return resolution();
}
/**
* See Qt3DExtras::QPlaneGeometry::resolution()const
*/
@QtPropertyReader(name="resolution")
@QtUninvokable
public final io.qt.core.@NonNull QSize resolution(){
return resolution_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.core.QSize resolution_native_constfct(long __this__nativeId);
/**
* See Qt3DExtras::QPlaneGeometry::setHeight(float)
*/
@QtPropertyWriter(name="height")
public final void setHeight(float height){
setHeight_native_float(QtJambi_LibraryUtilities.internal.nativeId(this), height);
}
private native void setHeight_native_float(long __this__nativeId, float height);
/**
* See Qt3DExtras::QPlaneGeometry::setMirrored(bool)
*/
@QtPropertyWriter(name="mirrored")
public final void setMirrored(boolean mirrored){
setMirrored_native_bool(QtJambi_LibraryUtilities.internal.nativeId(this), mirrored);
}
private native void setMirrored_native_bool(long __this__nativeId, boolean mirrored);
/**
* See Qt3DExtras::QPlaneGeometry::setResolution(QSize)
*/
@QtPropertyWriter(name="resolution")
public final void setResolution(io.qt.core.@NonNull QSize resolution){
setResolution_native_cref_QSize(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(resolution));
}
private native void setResolution_native_cref_QSize(long __this__nativeId, long resolution);
/**
* See Qt3DExtras::QPlaneGeometry::setWidth(float)
*/
@QtPropertyWriter(name="width")
public final void setWidth(float width){
setWidth_native_float(QtJambi_LibraryUtilities.internal.nativeId(this), width);
}
private native void setWidth_native_float(long __this__nativeId, float width);
/**
* Kotlin property getter. In Java use {@link #tangentAttribute()} instead.
*/
@QtPropertyReader(enabled=false)
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute getTangentAttribute() {
return tangentAttribute();
}
/**
* See Qt3DExtras::QPlaneGeometry::tangentAttribute()const
*/
@QtPropertyReader(name="tangentAttribute")
@QtPropertyConstant
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute tangentAttribute(){
return tangentAttribute_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.core.QAttribute tangentAttribute_native_constfct(long __this__nativeId);
/**
* Kotlin property getter. In Java use {@link #texCoordAttribute()} instead.
*/
@QtPropertyReader(enabled=false)
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute getTexCoordAttribute() {
return texCoordAttribute();
}
/**
* See Qt3DExtras::QPlaneGeometry::texCoordAttribute()const
*/
@QtPropertyReader(name="texCoordAttribute")
@QtPropertyConstant
@SuppressWarnings({"exports"})
@QtUninvokable
public final io.qt.qt3d.core.@Nullable QAttribute texCoordAttribute(){
return texCoordAttribute_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native io.qt.qt3d.core.QAttribute texCoordAttribute_native_constfct(long __this__nativeId);
/**
* See Qt3DExtras::QPlaneGeometry::updateIndices()
*/
@QtUninvokable
public final void updateIndices(){
updateIndices_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native void updateIndices_native(long __this__nativeId);
/**
* See Qt3DExtras::QPlaneGeometry::updateVertices()
*/
@QtUninvokable
public final void updateVertices(){
updateVertices_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native void updateVertices_native(long __this__nativeId);
/**
* Kotlin property getter. In Java use {@link #width()} instead.
*/
@QtPropertyReader(enabled=false)
@QtUninvokable
public final float getWidth() {
return width();
}
/**
* See Qt3DExtras::QPlaneGeometry::width()const
*/
@QtPropertyReader(name="width")
@QtUninvokable
public final float width(){
return width_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@QtUninvokable
private native float width_native_constfct(long __this__nativeId);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@NativeAccess
protected QPlaneGeometry(QPrivateConstructor p) { super(p); }
/**
* Constructor for internal use only.
* It is not allowed to call the declarative constructor from inside Java.
*/
@NativeAccess
protected QPlaneGeometry(QDeclarativeConstructor constructor) {
super((QPrivateConstructor)null);
initialize_native(this, constructor);
}
@QtUninvokable
private static native void initialize_native(QPlaneGeometry instance, QDeclarativeConstructor constructor);
}