java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.qt3d.animation.QAnimationCallback
- All Implemented Interfaces:
QtObjectInterface
public abstract class QAnimationCallback extends QtObject
Represents an animation callback object
Java wrapper for Qt class Qt3DAnimation::QAnimationCallback
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QAnimationCallback.Flag
Java wrapper for Qt enum Qt3DAnimation::QAnimationCallback::Flagstatic class
QAnimationCallback.Flags
QFlags type for enumQAnimationCallback.Flag
-
Constructor Summary
Constructors Modifier Constructor Description QAnimationCallback()
protected
QAnimationCallback(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract void
valueChanged(Object value)
-
Constructor Details
-
QAnimationCallback
public QAnimationCallback() -
QAnimationCallback
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details