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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidassign(QWhatsThisClickedEvent other) SeeQWhatsThisClickedEvent::operator=(QWhatsThisClickedEvent) clone()final Stringhref()protected final voidset(QWhatsThisClickedEvent other) Deprecated.Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, toString, typeMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QWhatsThisClickedEvent
-
QWhatsThisClickedEvent
-
-
Method Details
-
href
-
assign
See
QWhatsThisClickedEvent::operator=(QWhatsThisClickedEvent) -
clone
-
set
Deprecated.Useassign(io.qt.gui.QWhatsThisClickedEvent)instead.
-
assign(io.qt.gui.QWhatsThisClickedEvent)instead.