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

io.qt.gui.nativeinterface.QCocoaWindow 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::QCocoaWindow

*/ public interface QCocoaWindow extends io.qt.QtObjectInterface { /** *

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

*/ public static abstract class Impl extends io.qt.QtObject implements io.qt.gui.nativeinterface.QCocoaWindow { static { QtJambi_LibraryUtilities.initialize(); } @io.qt.NativeAccess private static final class ConcreteWrapper extends QCocoaWindow.Impl { @io.qt.NativeAccess private ConcreteWrapper(QPrivateConstructor p) { super(p); } @Override @io.qt.QtUninvokable public io.qt.core.QPoint bottomLeftClippedByNSWindowOffset(){ throw new io.qt.QNoImplementationException(); } private native static io.qt.core.QPoint bottomLeftClippedByNSWindowOffset_native_constfct(long __this__nativeId); @Override @io.qt.QtUninvokable public void setContentBorderEnabled(boolean enable){ throw new io.qt.QNoImplementationException(); } private native static void setContentBorderEnabled_native_bool(long __this__nativeId, boolean enable); } @io.qt.QtUninvokable public abstract io.qt.core.QPoint bottomLeftClippedByNSWindowOffset(); @io.qt.QtUninvokable public abstract void setContentBorderEnabled(boolean enable); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected Impl(QPrivateConstructor p) { super(p); } } @io.qt.QtUninvokable public io.qt.core.QPoint bottomLeftClippedByNSWindowOffset(); @io.qt.QtUninvokable public void setContentBorderEnabled(boolean enable); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy