io.qt.gui.nativeinterface.QXcbScreen 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;
/**
* Java wrapper for Qt class QNativeInterface::Private::QXcbScreen
*/
public interface QXcbScreen extends io.qt.QtObjectInterface
{
/**
* Implementor class for interface {@link io.qt.gui.nativeinterface.QXcbScreen}
*/
public static abstract class Impl extends io.qt.QtObject
implements io.qt.gui.nativeinterface.QXcbScreen
{
static {
QtJambi_LibraryUtilities.initialize();
}
@io.qt.NativeAccess
private static final class ConcreteWrapper extends QXcbScreen.Impl {
@io.qt.NativeAccess
private ConcreteWrapper(QPrivateConstructor p) { super(p); }
@Override
@io.qt.QtUninvokable
public int virtualDesktopNumber(){
throw new io.qt.QNoImplementationException();
}
private native static int virtualDesktopNumber_native_constfct(long __this__nativeId);
}
@io.qt.QtUninvokable
public abstract int virtualDesktopNumber();
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@io.qt.NativeAccess
protected Impl(QPrivateConstructor p) { super(p); }
}
@io.qt.QtUninvokable
public int virtualDesktopNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy