io.qt.gui.nativeinterface.QWindowsScreen 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.nativeinterface;
import io.qt.*;
/**
* Native interface to a screen
* Java wrapper for Qt class QNativeInterface::QWindowsScreen
* This class was introduced in Qt 6.7.
*/
public interface QWindowsScreen extends QtObjectInterface
{
/**
* @hidden
* Implementor class for interface {@link io.qt.gui.nativeinterface.QWindowsScreen}
*/
public static abstract class Impl extends QtObject
implements io.qt.gui.nativeinterface.QWindowsScreen
{
static {
QtJambi_LibraryUtilities.initialize();
}
@NativeAccess
private static final class ConcreteWrapper extends QWindowsScreen.Impl {
@NativeAccess
private ConcreteWrapper(QPrivateConstructor p) { super(p); }
@Override
@QtUninvokable
public @NonNull QNativePointer handle(){
return handle_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this));
}
private native static QNativePointer handle_native_constfct(long __this__nativeId);
}
/**
* See QNativeInterface::QWindowsScreen:: handle()const
*/
@QtUninvokable
public abstract @NonNull QNativePointer handle();
/**
* Constructor for internal use only.
* @param p expected to be null
.
* @hidden
*/
@NativeAccess
protected Impl(QPrivateConstructor p) { super(p); }
}
/**
*
*/
@QtUninvokable
public @NonNull QNativePointer handle();
}