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

io.qt.gui.nativeinterface.QXcbScreen Maven / Gradle / Ivy

There is a newer version: 6.8.1
Show newest version
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