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.0
Show newest version
package io.qt.gui.nativeinterface;

import io.qt.*;


/**
 * 

Java wrapper for Qt class QNativeInterface::Private::QXcbScreen

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

Implementor class for interface {@link io.qt.gui.nativeinterface.QXcbScreen}

*/ public static abstract class Impl extends QtObject implements io.qt.gui.nativeinterface.QXcbScreen { static { QtJambi_LibraryUtilities.initialize(); } @NativeAccess private static final class ConcreteWrapper extends QXcbScreen.Impl { @NativeAccess private ConcreteWrapper(QPrivateConstructor p) { super(p); } @Override @QtUninvokable public int virtualDesktopNumber(){ return virtualDesktopNumber_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native static int virtualDesktopNumber_native_constfct(long __this__nativeId); } /** *

See QNativeInterface::Private::QXcbScreen::virtualDesktopNumber()const

*/ @QtUninvokable public abstract int virtualDesktopNumber(); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected Impl(QPrivateConstructor p) { super(p); } } /** *

See QNativeInterface::Private::QXcbScreen::virtualDesktopNumber()const

*/ @QtUninvokable public int virtualDesktopNumber(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy