io.qt.core.QAnimationDriver Maven / Gradle / Ivy
The newest version!
package io.qt.core;
/**
* Java wrapper for Qt class QAnimationDriver
*/
public class QAnimationDriver extends io.qt.core.QObject
{
/**
* This variable stores the meta-object for the class.
*/
public static final io.qt.core.QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QAnimationDriver.class);
public final Signal0 started = new Signal0();
public final Signal0 stopped = new Signal0();
/**
* Overloaded constructor for {@link #QAnimationDriver(io.qt.core.QObject)}
* with parent = null
.
*/
public QAnimationDriver() {
this((io.qt.core.QObject)null);
}
public QAnimationDriver(io.qt.core.QObject parent){
super((QPrivateConstructor)null);
initialize_native(this, parent);
}
private native static void initialize_native(QAnimationDriver instance, io.qt.core.QObject parent);
@io.qt.QtUninvokable
protected final void advanceAnimation(){
advanceAnimation_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native void advanceAnimation_native(long __this__nativeId);
@io.qt.QtUninvokable
public final void install(){
install_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native void install_native(long __this__nativeId);
@io.qt.QtUninvokable
public final boolean isRunning(){
return isRunning_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native boolean isRunning_native_constfct(long __this__nativeId);
@io.qt.QtUninvokable
public final void uninstall(){
uninstall_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native void uninstall_native(long __this__nativeId);
@io.qt.QtUninvokable
public void advance(){
advance_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native void advance_native(long __this__nativeId);
@io.qt.QtUninvokable
public long elapsed(){
return elapsed_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native long elapsed_native_constfct(long __this__nativeId);
@io.qt.QtUninvokable
protected void start(){
start_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native void start_native(long __this__nativeId);
@io.qt.QtUninvokable
protected void stop(){
stop_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private native void stop_native(long __this__nativeId);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@io.qt.NativeAccess
protected QAnimationDriver(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 QAnimationDriver(QDeclarativeConstructor constructor) {
super((QPrivateConstructor)null);
initialize_native(this, constructor);
}
@io.qt.QtUninvokable
private static native void initialize_native(QAnimationDriver instance, QDeclarativeConstructor constructor);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy