io.qt.gui.nativeinterface.QWaylandScreen Maven / Gradle / Ivy
package io.qt.gui.nativeinterface;
import io.qt.*;
/**
* Native interface to a screen on Wayland
* Java wrapper for Qt class QNativeInterface::QWaylandScreen
* This class was introduced in Qt 6.7.
*/
public interface QWaylandScreen extends QtObjectInterface
{
/**
* @hidden
* Implementor class for interface {@link io.qt.gui.nativeinterface.QWaylandScreen}
*/
public static abstract class Impl extends QtObject
implements io.qt.gui.nativeinterface.QWaylandScreen
{
static {
QtJambi_LibraryUtilities.initialize();
}
@NativeAccess
private static final class ConcreteWrapper extends QWaylandScreen.Impl {
@NativeAccess
private ConcreteWrapper(QPrivateConstructor p) { super(p); }
@Override
@QtUninvokable
public @Nullable QNativePointer output(){
return output_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static QNativePointer output_native_constfct(long __this__nativeId);
}
/**
* See QNativeInterface::QWaylandScreen:: output()const
*/
@QtUninvokable
public abstract @Nullable QNativePointer output();
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected Impl(QPrivateConstructor p) { super(p); }
}
/**
*
*/
@QtUninvokable
public @Nullable QNativePointer output();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy