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

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


/**
 * 

Class containing the animation data

*

Java wrapper for Qt class Qt3DAnimation::QAnimationClipData

*/ public class QAnimationClipData extends QtObject implements java.lang.Iterable, java.lang.Cloneable { static { QtJambi_LibraryUtilities.initialize(); } /** *

See Qt3DAnimation::QAnimationClipData::QAnimationClipData()

*/ public QAnimationClipData(){ super((QPrivateConstructor)null); initialize_native(this); } private native static void initialize_native(QAnimationClipData instance); /** *

See Qt3DAnimation::QAnimationClipData::QAnimationClipData(Qt3DAnimation::QAnimationClipData)

*/ public QAnimationClipData(io.qt.qt3d.animation.@NonNull QAnimationClipData arg__1){ super((QPrivateConstructor)null); initialize_native(this, arg__1); } private native static void initialize_native(QAnimationClipData instance, io.qt.qt3d.animation.QAnimationClipData arg__1); /** *

See Qt3DAnimation::QAnimationClipData::appendChannel(Qt3DAnimation::QChannel)

*/ @QtUninvokable public final void appendChannel(io.qt.qt3d.animation.@NonNull QChannel c){ appendChannel_native_cref_Qt3DAnimation_QChannel(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(c)); } @QtUninvokable private native void appendChannel_native_cref_Qt3DAnimation_QChannel(long __this__nativeId, long c); /** *

See Qt3DAnimation::QAnimationClipData::begin()const

*/ @QtUninvokable protected final io.qt.core.@NonNull QSequentialConstIterator begin(){ return begin_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native io.qt.core.QSequentialConstIterator begin_native_constfct(long __this__nativeId); /** *

See Qt3DAnimation::QAnimationClipData::channelCount()const

*/ @QtUninvokable public final int channelCount(){ return channelCount_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native int channelCount_native_constfct(long __this__nativeId); /** *

See Qt3DAnimation::QAnimationClipData::clearChannels()

*/ @QtUninvokable public final void clearChannels(){ clearChannels_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native void clearChannels_native(long __this__nativeId); /** *

See Qt3DAnimation::QAnimationClipData::end()const

*/ @QtUninvokable protected final io.qt.core.@NonNull QSequentialConstIterator end(){ return end_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native io.qt.core.QSequentialConstIterator end_native_constfct(long __this__nativeId); /** *

See Qt3DAnimation::QAnimationClipData::insertChannel(int,Qt3DAnimation::QChannel)

*/ @QtUninvokable public final void insertChannel(int index, io.qt.qt3d.animation.@NonNull QChannel c){ insertChannel_native_int_cref_Qt3DAnimation_QChannel(QtJambi_LibraryUtilities.internal.nativeId(this), index, QtJambi_LibraryUtilities.internal.checkedNativeId(c)); } @QtUninvokable private native void insertChannel_native_int_cref_Qt3DAnimation_QChannel(long __this__nativeId, int index, long c); /** *

See Qt3DAnimation::QAnimationClipData::isValid()const

*/ @QtUninvokable public final boolean isValid(){ return isValid_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native boolean isValid_native_constfct(long __this__nativeId); /** *

See Qt3DAnimation::QAnimationClipData::name()const

*/ @QtUninvokable public final java.lang.@NonNull String name(){ return name_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native java.lang.String name_native_constfct(long __this__nativeId); /** *

See Qt3DAnimation::QAnimationClipData::operator=(Qt3DAnimation::QAnimationClipData)

*/ @QtUninvokable public final void assign(io.qt.qt3d.animation.@NonNull QAnimationClipData arg__1){ assign_native_cref_Qt3DAnimation_QAnimationClipData(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(arg__1)); } @QtUninvokable private native void assign_native_cref_Qt3DAnimation_QAnimationClipData(long __this__nativeId, long arg__1); /** *

See operator==(Qt3DAnimation::QAnimationClipData,Qt3DAnimation::QAnimationClipData)

*/ @QtUninvokable public final boolean equals(io.qt.qt3d.animation.@NonNull QAnimationClipData arg__2){ return equals_native_cref_Qt3DAnimation_QAnimationClipData(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(arg__2)); } @QtUninvokable private native boolean equals_native_cref_Qt3DAnimation_QAnimationClipData(long __this__nativeId, long arg__2); /** *

See Qt3DAnimation::QAnimationClipData::removeChannel(int)

*/ @QtUninvokable public final void removeChannel(int index){ removeChannel_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), index); } @QtUninvokable private native void removeChannel_native_int(long __this__nativeId, int index); /** *

See Qt3DAnimation::QAnimationClipData::setName(QString)

*/ @QtUninvokable public final void setName(java.lang.@NonNull String name){ setName_native_cref_QString(QtJambi_LibraryUtilities.internal.nativeId(this), name); } @QtUninvokable private native void setName_native_cref_QString(long __this__nativeId, java.lang.String name); /** * Returns an iterator for this iterable object. * @see #begin() * @see #end() */ @Override public java.util.@NonNull Iterator iterator() { return begin().iterator(); } /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QAnimationClipData(QPrivateConstructor p) { super(p); } /** *

See operator==(Qt3DAnimation::QAnimationClipData,Qt3DAnimation::QAnimationClipData)

*/ @Override @QtUninvokable public boolean equals(Object other) { if (other instanceof io.qt.qt3d.animation.QAnimationClipData) { return equals((io.qt.qt3d.animation.QAnimationClipData) other); } return false; } /** * Returns the objects's hash code computed by qHash(Qt3DAnimation::QAnimationClipData). */ @QtUninvokable @Override public int hashCode() { return hashCode_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } @QtUninvokable private native static int hashCode_native(long __this_nativeId); /** *

Creates and returns a copy of this object.

See Qt3DAnimation::QAnimationClipData::QAnimationClipData(Qt3DAnimation::QAnimationClipData)

*/ @QtUninvokable @Override public QAnimationClipData clone() { return clone_native(QtJambi_LibraryUtilities.internal.nativeId(this)); } private static native QAnimationClipData clone_native(long __this_nativeId); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy