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

io.qt.core.QSequentialAnimationGroup Maven / Gradle / Ivy

package io.qt.core;


/**
 * 

Sequential group of animations

*

Java wrapper for Qt class QSequentialAnimationGroup

*/ public class QSequentialAnimationGroup extends io.qt.core.QAnimationGroup { /** * This variable stores the meta-object for the class. */ public static final io.qt.core.QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QSequentialAnimationGroup.class); /** *

See QSequentialAnimationGroup::currentAnimationChanged(QAbstractAnimation*)

*/ @io.qt.QtPropertyNotify(name="currentAnimation") public final Signal1 currentAnimationChanged = new Signal1<>(); /** *

Overloaded constructor for {@link #QSequentialAnimationGroup(io.qt.core.QObject)} * with parent = null.

*/ public QSequentialAnimationGroup() { this((io.qt.core.QObject)null); } /** *

See QSequentialAnimationGroup::QSequentialAnimationGroup(QObject*)

*/ public QSequentialAnimationGroup(io.qt.core.QObject parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QSequentialAnimationGroup instance, io.qt.core.QObject parent); /** *

See QSequentialAnimationGroup::addPause(int)

*/ @io.qt.QtUninvokable public final io.qt.core.QPauseAnimation addPause(int msecs){ return addPause_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), msecs); } @io.qt.QtUninvokable private native io.qt.core.QPauseAnimation addPause_native_int(long __this__nativeId, int msecs); /** *

The animation in the current time

*

See QSequentialAnimationGroup::bindableCurrentAnimation()const

*/ @io.qt.QtPropertyBindable(name="currentAnimation") @io.qt.QtUninvokable public final io.qt.core.QBindable bindableCurrentAnimation(){ return bindableCurrentAnimation_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QBindable bindableCurrentAnimation_native_constfct(long __this__nativeId); /** *

See QSequentialAnimationGroup::currentAnimation()const

*/ @io.qt.QtPropertyReader(name="currentAnimation") @io.qt.QtUninvokable public final io.qt.core.QAbstractAnimation currentAnimation(){ return currentAnimation_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QAbstractAnimation currentAnimation_native_constfct(long __this__nativeId); /** *

See QSequentialAnimationGroup::insertPause(int,int)

*/ @io.qt.QtUninvokable public final io.qt.core.QPauseAnimation insertPause(int index, int msecs){ return insertPause_native_int_int(QtJambi_LibraryUtilities.internal.nativeId(this), index, msecs); } @io.qt.QtUninvokable private native io.qt.core.QPauseAnimation insertPause_native_int_int(long __this__nativeId, int index, int msecs); /** *

See QAbstractAnimation::duration()const

*/ @io.qt.QtUninvokable public int duration(){ return duration_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native int duration_native_constfct(long __this__nativeId); /** *

See QObject::event(QEvent*)

*/ @io.qt.QtUninvokable public boolean event(io.qt.core.QEvent event){ return event_native_QEvent_ptr(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(event)); } @io.qt.QtUninvokable private native boolean event_native_QEvent_ptr(long __this__nativeId, long event); /** *

See QAbstractAnimation::updateCurrentTime(int)

*/ @io.qt.QtUninvokable protected void updateCurrentTime(int arg__1){ updateCurrentTime_native_int(QtJambi_LibraryUtilities.internal.nativeId(this), arg__1); } @io.qt.QtUninvokable private native void updateCurrentTime_native_int(long __this__nativeId, int arg__1); /** *

See QAbstractAnimation::updateDirection(QAbstractAnimation::Direction)

*/ @io.qt.QtUninvokable protected void updateDirection(io.qt.core.QAbstractAnimation.Direction direction){ updateDirection_native_QAbstractAnimation_Direction(QtJambi_LibraryUtilities.internal.nativeId(this), direction.value()); } @io.qt.QtUninvokable private native void updateDirection_native_QAbstractAnimation_Direction(long __this__nativeId, int direction); /** *

See QAbstractAnimation::updateState(QAbstractAnimation::State,QAbstractAnimation::State)

*/ @io.qt.QtUninvokable protected void updateState(io.qt.core.QAbstractAnimation.State newState, io.qt.core.QAbstractAnimation.State oldState){ updateState_native_QAbstractAnimation_State_QAbstractAnimation_State(QtJambi_LibraryUtilities.internal.nativeId(this), newState.value(), oldState.value()); } @io.qt.QtUninvokable private native void updateState_native_QAbstractAnimation_State_QAbstractAnimation_State(long __this__nativeId, int newState, int oldState); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QSequentialAnimationGroup(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. */ @io.qt.NativeAccess protected QSequentialAnimationGroup(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @io.qt.QtUninvokable private static native void initialize_native(QSequentialAnimationGroup instance, QDeclarativeConstructor constructor); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy