java.lang.Object
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QWhatsThisClickedEvent
- All Implemented Interfaces:
QtObjectInterface
Event that can be used to handle hyperlinks in a "What's This?" text
Java wrapper for Qt class QWhatsThisClickedEvent
-
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected final void
assign
(QWhatsThisClickedEvent other) SeeQWhatsThisClickedEvent::
operator=(QWhatsThisClickedEvent) clone()
final String
href()
protected final void
set
(QWhatsThisClickedEvent other) Deprecated.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
-
QWhatsThisClickedEvent
-
QWhatsThisClickedEvent
-
-
Method Details
-
href
-
assign
See
QWhatsThisClickedEvent::
operator=(QWhatsThisClickedEvent) -
clone
This function was introduced in Qt 6.0.
-
set
Deprecated.Useassign(io.qt.gui.QWhatsThisClickedEvent)
instead.
-
assign(io.qt.gui.QWhatsThisClickedEvent)
instead.