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

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

There is a newer version: 6.8.0
Show newest version
package io.qt.core;

import io.qt.*;


/**
 * 

Java wrapper for Qt class QFactoryInterface

*/ public interface QFactoryInterface extends QtObjectInterface { /** * @hidden *

Implementor class for interface {@link io.qt.core.QFactoryInterface}

*/ public static abstract class Impl extends QtObject implements io.qt.core.QFactoryInterface { static { QtJambi_LibraryUtilities.initialize(); } @NativeAccess private static final class ConcreteWrapper extends QFactoryInterface.Impl { @NativeAccess private ConcreteWrapper(QPrivateConstructor p) { super(p); } @Override @QtUninvokable public java.util.@NonNull List keys(){ return keys_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native static java.util.List keys_native_constfct(long __this__nativeId); } /** *

See QFactoryInterface::QFactoryInterface()

*/ public Impl(){ super((QPrivateConstructor)null); initialize_native(this); } private native static void initialize_native(QFactoryInterface instance); /** *

See QFactoryInterface::keys()const

*/ @QtUninvokable public abstract java.util.@NonNull 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. * @hidden */ @NativeAccess protected Impl(QPrivateConstructor p) { super(p); } } /** *

See QFactoryInterface::keys()const

*/ @QtUninvokable public java.util.@NonNull List keys(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy