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's class QWhatsThisClickedEvent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.core.QEvent
QEvent.Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Fields inherited from class io.qt.core.QEvent
staticMetaObject
-
Constructor Summary
ModifierConstructorDescriptionQWhatsThisClickedEvent
(String href) protected
protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionprotected final void
assign
(QWhatsThisClickedEvent other) clone()
final String
href()
protected final void
set
(QWhatsThisClickedEvent other) Deprecated.toString()
Methods inherited from class io.qt.core.QEvent
accept, assign, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QWhatsThisClickedEvent
-
QWhatsThisClickedEvent
-
QWhatsThisClickedEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
href
-
set
Deprecated.Useassign(io.qt.gui.QWhatsThisClickedEvent)
instead. -
assign
-
clone
-
toString
-
assign(io.qt.gui.QWhatsThisClickedEvent)
instead.