io.qt.gui.nativeinterface.QCocoaWindow Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
QtJambi base module containing QtCore, QtGui and QtWidgets.
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);
}