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

io.qt.qt3d.extras.QConeGeometryView Maven / Gradle / Ivy

Go to download

The Qt 3D Extras module provides a set of prebuilt elements to help you get started with Qt 3D.

There is a newer version: 6.8.0
Show newest version
package io.qt.qt3d.extras;

import io.qt.*;


/**
 * 

A conical mesh

*

Java wrapper for Qt's class Qt3DExtras::QConeGeometryView

*/ public class QConeGeometryView extends io.qt.qt3d.core.QGeometryView { 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(QConeGeometryView.class); /** *

See Qt3DExtras::QConeGeometryView::bottomRadiusChanged(float)

*/ @QtPropertyNotify(name="bottomRadius") public final @NonNull Signal1 bottomRadiusChanged = new Signal1<>(); /** *

See Qt3DExtras::QConeGeometryView::hasBottomEndcapChanged(bool)

*/ @QtPropertyNotify(name="hasBottomEndcap") public final @NonNull Signal1 hasBottomEndcapChanged = new Signal1<>(); /** *

See Qt3DExtras::QConeGeometryView::hasTopEndcapChanged(bool)

*/ @QtPropertyNotify(name="hasTopEndcap") public final @NonNull Signal1 hasTopEndcapChanged = new Signal1<>(); /** *

See Qt3DExtras::QConeGeometryView::lengthChanged(float)

*/ @QtPropertyNotify(name="length") public final @NonNull Signal1 lengthChanged = new Signal1<>(); /** *

See Qt3DExtras::QConeGeometryView::ringsChanged(int)

*/ @QtPropertyNotify(name="rings") public final @NonNull Signal1 ringsChanged = new Signal1<>(); /** *

See Qt3DExtras::QConeGeometryView::slicesChanged(int)

*/ @QtPropertyNotify(name="slices") public final @NonNull Signal1 slicesChanged = new Signal1<>(); /** *

See Qt3DExtras::QConeGeometryView::topRadiusChanged(float)

*/ @QtPropertyNotify(name="topRadius") public final @NonNull Signal1 topRadiusChanged = new Signal1<>(); /** *

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

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

Kotlin property getter. In Java use {@link #bottomRadius()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final float getBottomRadius() { return bottomRadius(); } /** *

See Qt3DExtras::QConeGeometryView::bottomRadius()const

*/ @QtPropertyReader(name="bottomRadius") @QtUninvokable public final float bottomRadius(){ return bottomRadius_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native float bottomRadius_native_constfct(long __this__nativeId); /** *

Kotlin property getter. In Java use {@link #hasBottomEndcap()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getHasBottomEndcap() { return hasBottomEndcap(); } /** *

See Qt3DExtras::QConeGeometryView::hasBottomEndcap()const

*/ @QtPropertyReader(name="hasBottomEndcap") @QtUninvokable public final boolean hasBottomEndcap(){ return hasBottomEndcap_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean hasBottomEndcap_native_constfct(long __this__nativeId); /** *

Kotlin property getter. In Java use {@link #hasTopEndcap()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final boolean getHasTopEndcap() { return hasTopEndcap(); } /** *

See Qt3DExtras::QConeGeometryView::hasTopEndcap()const

*/ @QtPropertyReader(name="hasTopEndcap") @QtUninvokable public final boolean hasTopEndcap(){ return hasTopEndcap_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean hasTopEndcap_native_constfct(long __this__nativeId); /** *

Kotlin property getter. In Java use {@link #length()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final float getLength() { return length(); } /** *

See Qt3DExtras::QConeGeometryView::length()const

*/ @QtPropertyReader(name="length") @QtUninvokable public final float length(){ return length_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native float length_native_constfct(long __this__nativeId); /** *

Kotlin property getter. In Java use {@link #rings()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getRings() { return rings(); } /** *

See Qt3DExtras::QConeGeometryView::rings()const

*/ @QtPropertyReader(name="rings") @QtUninvokable public final int rings(){ return rings_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int rings_native_constfct(long __this__nativeId); /** *

See Qt3DExtras::QConeGeometryView::setBottomRadius(float)

*/ @QtPropertyWriter(name="bottomRadius") public final void setBottomRadius(float bottomRadius){ setBottomRadius_native_float(QtJambi_LibraryUtilities.internal.nativeId(this), bottomRadius); } private native void setBottomRadius_native_float(long __this__nativeId, float bottomRadius); /** *

See Qt3DExtras::QConeGeometryView::setHasBottomEndcap(bool)

*/ @QtPropertyWriter(name="hasBottomEndcap") public final void setHasBottomEndcap(boolean hasBottomEndcap){ setHasBottomEndcap_native_bool(QtJambi_LibraryUtilities.internal.nativeId(this), hasBottomEndcap); } private native void setHasBottomEndcap_native_bool(long __this__nativeId, boolean hasBottomEndcap); /** *

See Qt3DExtras::QConeGeometryView::setHasTopEndcap(bool)

*/ @QtPropertyWriter(name="hasTopEndcap") public final void setHasTopEndcap(boolean hasTopEndcap){ setHasTopEndcap_native_bool(QtJambi_LibraryUtilities.internal.nativeId(this), hasTopEndcap); } private native void setHasTopEndcap_native_bool(long __this__nativeId, boolean hasTopEndcap); /** *

See Qt3DExtras::QConeGeometryView::setLength(float)

*/ @QtPropertyWriter(name="length") public final void setLength(float length){ setLength_native_float(QtJambi_LibraryUtilities.internal.nativeId(this), length); } private native void setLength_native_float(long __this__nativeId, float length); /** *

See Qt3DExtras::QConeGeometryView::setRings(int)

*/ @QtPropertyWriter(name="rings") public final void setRings(int rings){ setRings_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), rings); } private native void setRings_native_int(long __this__nativeId, int rings); /** *

See Qt3DExtras::QConeGeometryView::setSlices(int)

*/ @QtPropertyWriter(name="slices") public final void setSlices(int slices){ setSlices_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), slices); } private native void setSlices_native_int(long __this__nativeId, int slices); /** *

See Qt3DExtras::QConeGeometryView::setTopRadius(float)

*/ @QtPropertyWriter(name="topRadius") public final void setTopRadius(float topRadius){ setTopRadius_native_float(QtJambi_LibraryUtilities.internal.nativeId(this), topRadius); } private native void setTopRadius_native_float(long __this__nativeId, float topRadius); /** *

Kotlin property getter. In Java use {@link #slices()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final int getSlices() { return slices(); } /** *

See Qt3DExtras::QConeGeometryView::slices()const

*/ @QtPropertyReader(name="slices") @QtUninvokable public final int slices(){ return slices_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int slices_native_constfct(long __this__nativeId); /** *

Kotlin property getter. In Java use {@link #topRadius()} instead.

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final float getTopRadius() { return topRadius(); } /** *

See Qt3DExtras::QConeGeometryView::topRadius()const

*/ @QtPropertyReader(name="topRadius") @QtUninvokable public final float topRadius(){ return topRadius_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native float topRadius_native_constfct(long __this__nativeId); /** * Constructor for internal use only. * @param p expected to be null. */ @NativeAccess protected QConeGeometryView(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. */ @NativeAccess protected QConeGeometryView(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QConeGeometryView instance, QDeclarativeConstructor constructor); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy