java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QHelpEvent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
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
ConstructorDescriptionQHelpEvent
(QEvent.Type type, QPoint pos, QPoint globalPos) QHelpEvent
(QHelpEvent other) -
Method Summary
Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, 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
-
pos
-
x
-
y
-
clone
Creates and returns a copy of this object.
-