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

io.qt.gui.QXcbScreenFunctions Maven / Gradle / Ivy

package io.qt.gui;


/**
 * 

Java wrapper for Qt class QXcbScreenFunctions

*/ public final class QXcbScreenFunctions { static { QtJambi_LibraryUtilities.initialize(); } private QXcbScreenFunctions() throws java.lang.InstantiationError { throw new java.lang.InstantiationError("Cannot instantiate namespace QXcbScreenFunctions."); } public static int virtualDesktopNumber(io.qt.gui.QScreen screen){ return virtualDesktopNumber_native_const_QScreen_ptr(QtJambi_LibraryUtilities.internal.checkedNativeId(screen)); } private native static int virtualDesktopNumber_native_const_QScreen_ptr(long screen); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy