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

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

package io.qt.gui;


/**
 * 

Contains parameters that describe a mouse event

*

Java wrapper for Qt class QHoverEvent

*/ public class QHoverEvent extends io.qt.gui.QInputEvent { /** *

Overloaded constructor for {@link #QHoverEvent(io.qt.core.QEvent.Type, io.qt.core.QPointF, io.qt.core.QPointF, io.qt.core.Qt.KeyboardModifiers)}.

*/ public QHoverEvent(io.qt.core.QEvent.Type type, io.qt.core.QPointF pos, io.qt.core.QPointF oldPos, io.qt.core.Qt.KeyboardModifier ... modifiers){ this(type, pos, oldPos, new io.qt.core.Qt.KeyboardModifiers(modifiers)); } /** *

Overloaded constructor for {@link #QHoverEvent(io.qt.core.QEvent.Type, io.qt.core.QPointF, io.qt.core.QPointF, io.qt.core.Qt.KeyboardModifiers)} * with modifiers = new io.qt.core.Qt.KeyboardModifiers(0).

*/ public QHoverEvent(io.qt.core.QEvent.Type type, io.qt.core.QPointF pos, io.qt.core.QPointF oldPos) { this(type, pos, oldPos, new io.qt.core.Qt.KeyboardModifiers(0)); } /** *

See QHoverEvent::QHoverEvent(QEvent::Type,QPointF,QPointF,Qt::KeyboardModifiers)

*/ public QHoverEvent(io.qt.core.QEvent.Type type, io.qt.core.QPointF pos, io.qt.core.QPointF oldPos, io.qt.core.Qt.KeyboardModifiers modifiers){ super((QPrivateConstructor)null); initialize_native(this, type, pos, oldPos, modifiers); } private native static void initialize_native(QHoverEvent instance, io.qt.core.QEvent.Type type, io.qt.core.QPointF pos, io.qt.core.QPointF oldPos, io.qt.core.Qt.KeyboardModifiers modifiers); /** *

See QHoverEvent::oldPos()const

*/ @io.qt.QtUninvokable public final io.qt.core.QPoint oldPos(){ return oldPos_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QPoint oldPos_native_constfct(long __this__nativeId); /** *

See QHoverEvent::oldPosF()const

*/ @io.qt.QtUninvokable public final io.qt.core.QPointF oldPosF(){ return oldPosF_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QPointF oldPosF_native_constfct(long __this__nativeId); /** *

See QHoverEvent::pos()const

*/ @io.qt.QtUninvokable public final io.qt.core.QPoint pos(){ return pos_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QPoint pos_native_constfct(long __this__nativeId); /** *

See QHoverEvent::posF()const

*/ @io.qt.QtUninvokable public final io.qt.core.QPointF posF(){ return posF_native_constfct(QtJambi_LibraryUtilities.internal.nativeId(this)); } @io.qt.QtUninvokable private native io.qt.core.QPointF posF_native_constfct(long __this__nativeId); @io.qt.QtUninvokable protected final void setOldPosF(io.qt.core.QPointF oldPosF){ setOldPosF_native_cref_QPointF(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(oldPosF)); } @io.qt.QtUninvokable private native void setOldPosF_native_cref_QPointF(long __this__nativeId, long oldPosF); @io.qt.QtUninvokable protected final void setPosF(io.qt.core.QPointF posF){ setPosF_native_cref_QPointF(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(posF)); } @io.qt.QtUninvokable private native void setPosF_native_cref_QPointF(long __this__nativeId, long posF); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QHoverEvent(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