java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QHelpEvent
- All Implemented Interfaces:
QtObjectInterface
Event that is used to request helpful information about a particular point in a widget
Java wrapper for Qt class QHelpEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionQHelpEvent
(QEvent.Type type, QPoint pos, QPoint globalPos) protected
QHelpEvent
(QHelpEvent arg__1) -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QHelpEvent
-
QHelpEvent
-
-
Method Details
-
globalPos
-
globalX
-
globalY
-
assign
See
QHelpEvent::
operator=(QHelpEvent) -
pos
-
x
-
y
-
clone
This function was introduced in Qt 6.0.
-
set
Deprecated.Useassign(io.qt.gui.QHelpEvent)
instead.
-
assign(io.qt.gui.QHelpEvent)
instead.