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

import io.qt.*;


/**
 * 

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

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

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

*/ public static abstract class Impl extends QtObject implements io.qt.gui.nativeinterface.QCocoaWindow { static { QtJambi_LibraryUtilities.initialize(); } @NativeAccess private static final class ConcreteWrapper extends QCocoaWindow.Impl { @NativeAccess private ConcreteWrapper(QPrivateConstructor p) { super(p); } @Override @QtUninvokable public io.qt.core.@NonNull QPoint bottomLeftClippedByNSWindowOffset(){ return bottomLeftClippedByNSWindowOffset_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } private native static io.qt.core.QPoint bottomLeftClippedByNSWindowOffset_native_constfct(long __this__nativeId); @Override @QtUninvokable public void setContentBorderEnabled(boolean enable){ setContentBorderEnabled_native_bool(QtJambi_LibraryUtilities.internal.nativeId(this), enable); } private native static void setContentBorderEnabled_native_bool(long __this__nativeId, boolean enable); } /** *

See QNativeInterface::Private::QCocoaWindow::bottomLeftClippedByNSWindowOffset()const

*/ @QtUninvokable public abstract io.qt.core.@NonNull QPoint bottomLeftClippedByNSWindowOffset(); /** *

See QNativeInterface::Private::QCocoaWindow::setContentBorderEnabled(bool)

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

See QNativeInterface::Private::QCocoaWindow::bottomLeftClippedByNSWindowOffset()const

*/ @QtUninvokable public io.qt.core.@NonNull QPoint bottomLeftClippedByNSWindowOffset(); /** *

See QNativeInterface::Private::QCocoaWindow::setContentBorderEnabled(bool)

*/ @QtUninvokable public void setContentBorderEnabled(boolean enable); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy