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

io.qt.qt3d.animation.QBlendedClipAnimator Maven / Gradle / Ivy

Go to download

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

There is a newer version: 6.7.2
Show newest version
package io.qt.qt3d.animation;

import io.qt.*;


/**
 * 

Component providing animation playback capabilities of a tree of blend nodes

*

Java wrapper for Qt class Qt3DAnimation::QBlendedClipAnimator

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

See Qt3DAnimation::QBlendedClipAnimator::blendTreeChanged(Qt3DAnimation::QAbstractClipBlendNode*)

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

See Qt3DAnimation::QBlendedClipAnimator::QBlendedClipAnimator(Qt3DCore::QNode*)

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

See Qt3DAnimation::QBlendedClipAnimator::blendTree()const

*/ @QtPropertyReader(name="blendTree") @QtUninvokable public final io.qt.qt3d.animation.@Nullable QAbstractClipBlendNode blendTree(){ return blendTree_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native io.qt.qt3d.animation.QAbstractClipBlendNode blendTree_native_constfct(long __this__nativeId); /** *

See Qt3DAnimation::QBlendedClipAnimator::setBlendTree(Qt3DAnimation::QAbstractClipBlendNode*)

*/ @QtPropertyWriter(name="blendTree") public final void setBlendTree(io.qt.qt3d.animation.@Nullable QAbstractClipBlendNode blendTree){ setBlendTree_native_Qt3DAnimation_QAbstractClipBlendNode_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(blendTree)); } private native void setBlendTree_native_Qt3DAnimation_QAbstractClipBlendNode_ptr(long __this__nativeId, long blendTree); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QBlendedClipAnimator(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QBlendedClipAnimator(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QBlendedClipAnimator instance, QDeclarativeConstructor constructor); /** *

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

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

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

*/ @QtPropertyReader(enabled=false) @QtUninvokable public final io.qt.qt3d.animation.@Nullable QAbstractClipBlendNode getBlendTree() { return blendTree(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy