
io.qt.core.QFactoryInterface 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.core;
/**
* Java wrapper for Qt class QFactoryInterface
*/
public interface QFactoryInterface extends io.qt.QtObjectInterface
{
/**
* Implementor class for interface {@link io.qt.core.QFactoryInterface}
*/
public static abstract class Impl extends io.qt.QtObject
implements io.qt.core.QFactoryInterface
{
static {
QtJambi_LibraryUtilities.initialize();
}
@io.qt.NativeAccess
private static final class ConcreteWrapper extends QFactoryInterface.Impl {
@io.qt.NativeAccess
private ConcreteWrapper(QPrivateConstructor p) { super(p); }
@Override
@io.qt.QtUninvokable
public java.util.List keys(){
return keys_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static java.util.List keys_native_constfct(long __this__nativeId);
}
public Impl(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QFactoryInterface instance);
@io.qt.QtUninvokable
public abstract java.util.List keys();
private native static java.util.List keys_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.util.List keys();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy