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

io.qt.qt3d.extras.QOrbitCameraController 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.1
Show newest version
package io.qt.qt3d.extras;

import io.qt.*;


/**
 * 

Allows controlling the scene camera along orbital path

*

Java wrapper for Qt's class Qt3DExtras::QOrbitCameraController

*/ public class QOrbitCameraController extends io.qt.qt3d.extras.QAbstractCameraController { /** * This variable stores the meta-object for the class. */ public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QOrbitCameraController.class); /** *

See Qt3DExtras::QOrbitCameraController::zoomInLimitChanged()

*/ @QtPropertyNotify(name="zoomInLimit") public final @NonNull Signal0 zoomInLimitChanged = new Signal0(); /** *

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

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

See Qt3DExtras::QOrbitCameraController::setZoomInLimit(float)

*/ @QtPropertyWriter(name="zoomInLimit") @QtUninvokable public final void setZoomInLimit(float zoomInLimit){ setZoomInLimit_native_float(QtJambi_LibraryUtilities.internal.nativeId(this), zoomInLimit); } @QtUninvokable private native void setZoomInLimit_native_float(long __this__nativeId, float zoomInLimit); /** *

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

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

See Qt3DExtras::QOrbitCameraController::zoomInLimit()const

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy