
io.qt.gui.QAccessibleImageInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
QtJambi base module containing QtCore, QtGui and QtWidgets.
package io.qt.gui;
/**
* Java wrapper for Qt class QAccessibleImageInterface
*/
public interface QAccessibleImageInterface extends io.qt.QtObjectInterface
{
/**
* Implementor class for interface {@link io.qt.gui.QAccessibleImageInterface}
*/
public static abstract class Impl extends io.qt.QtObject
implements io.qt.gui.QAccessibleImageInterface
{
static {
QtJambi_LibraryUtilities.initialize();
}
@io.qt.NativeAccess
private static final class ConcreteWrapper extends QAccessibleImageInterface.Impl {
@io.qt.NativeAccess
private ConcreteWrapper(QPrivateConstructor p) { super(p); }
@Override
@io.qt.QtUninvokable
public java.lang.String imageDescription(){
return imageDescription_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static java.lang.String imageDescription_native_constfct(long __this__nativeId);
@Override
@io.qt.QtUninvokable
public io.qt.core.QPoint imagePosition(){
return imagePosition_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static io.qt.core.QPoint imagePosition_native_constfct(long __this__nativeId);
@Override
@io.qt.QtUninvokable
public io.qt.core.QSize imageSize(){
return imageSize_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static io.qt.core.QSize imageSize_native_constfct(long __this__nativeId);
}
public Impl(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QAccessibleImageInterface instance);
@io.qt.QtUninvokable
public abstract java.lang.String imageDescription();
private native static java.lang.String imageDescription_native_constfct(long __this__nativeId);
@io.qt.QtUninvokable
public abstract io.qt.core.QPoint imagePosition();
private native static io.qt.core.QPoint imagePosition_native_constfct(long __this__nativeId);
@io.qt.QtUninvokable
public abstract io.qt.core.QSize imageSize();
private native static io.qt.core.QSize imageSize_native_constfct(long __this__nativeId);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@io.qt.NativeAccess
protected Impl(QPrivateConstructor p) { super(p); }
}
@io.qt.QtUninvokable
public java.lang.String imageDescription();
@io.qt.QtUninvokable
public io.qt.core.QPoint imagePosition();
@io.qt.QtUninvokable
public io.qt.core.QSize imageSize();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy