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

io.qt.qt3d.animation.QChannelMapper 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.*;


/**
 * 

Allows to map the channels within the clip onto properties of objects in the application

*

Java wrapper for Qt class Qt3DAnimation::QChannelMapper

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

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

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

See Qt3DAnimation::QChannelMapper::addMapping(Qt3DAnimation::QAbstractChannelMapping*)

*/ @QtUninvokable public final void addMapping(io.qt.qt3d.animation.@Nullable QAbstractChannelMapping mapping){ addMapping_native_Qt3DAnimation_QAbstractChannelMapping_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(mapping)); } @QtUninvokable private native void addMapping_native_Qt3DAnimation_QAbstractChannelMapping_ptr(long __this__nativeId, long mapping); /** *

See Qt3DAnimation::QChannelMapper::mappings()const

*/ @QtUninvokable public final io.qt.core.@NonNull QVector mappings(){ return mappings_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native io.qt.core.QVector mappings_native_constfct(long __this__nativeId); /** *

See Qt3DAnimation::QChannelMapper::removeMapping(Qt3DAnimation::QAbstractChannelMapping*)

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy