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

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

package io.qt.qt3d.render;

import io.qt.*;


/**
 * 

Can be used to provide an alternate QGeometryView used only for picking

*

Java wrapper for Qt class Qt3DRender::QPickingProxy

* @since This class was introduced in Qt 6.0. */ public class QPickingProxy extends io.qt.qt3d.core.QBoundingVolume { 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(QPickingProxy.class); /** *

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

* @param parent */ @SuppressWarnings({"exports"}) public QPickingProxy(io.qt.qt3d.core.@Nullable QNode parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QPickingProxy instance, io.qt.qt3d.core.QNode parent); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QPickingProxy(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QPickingProxy(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QPickingProxy instance, QDeclarativeConstructor constructor); /** *

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy