io.qt.gui.QDragLeaveEvent 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;
/**
* Event that is sent to a widget when a drag and drop action leaves it
* Java wrapper for Qt class QDragLeaveEvent
*/
public class QDragLeaveEvent extends io.qt.core.QEvent
{
static {
QtJambi_LibraryUtilities.initialize();
}
/**
* See QDragLeaveEvent::QDragLeaveEvent()
*/
public QDragLeaveEvent(){
super((QPrivateConstructor)null);
initialize_native(this);
}
private native static void initialize_native(QDragLeaveEvent instance);
protected QDragLeaveEvent(io.qt.gui.QDragLeaveEvent arg__1){
super((QPrivateConstructor)null);
java.util.Objects.requireNonNull(arg__1, "Argument 'arg__1': null not expected.");
initialize_native(this, arg__1);
}
private native static void initialize_native(QDragLeaveEvent instance, io.qt.gui.QDragLeaveEvent arg__1);
@io.qt.QtUninvokable
protected final void set(io.qt.gui.QDragLeaveEvent other){
java.util.Objects.requireNonNull(other, "Argument 'other': null not expected.");
set_native_cref_QDragLeaveEvent(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(other));
}
@io.qt.QtUninvokable
private native void set_native_cref_QDragLeaveEvent(long __this__nativeId, long other);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@io.qt.NativeAccess
protected QDragLeaveEvent(QPrivateConstructor p) { super(p); }
@Override
@io.qt.QtUninvokable
public String toString() {
return toString_native(QtJambi_LibraryUtilities.internal.nativeId(this));
}
@io.qt.QtUninvokable
private static native String toString_native(long __this_nativeId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy