java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QWhatsThisClickedEvent
- All Implemented Interfaces:
QtObjectInterface
public class QWhatsThisClickedEvent extends QEvent
Event that can be used to handle hyperlinks in a "What's This?" text
Java wrapper for Qt class QWhatsThisClickedEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QWhatsThisClickedEvent(QWhatsThisClickedEvent arg__1)
protected
QWhatsThisClickedEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only.QWhatsThisClickedEvent(String href)
-
Method Summary
Modifier and Type Method Description QWhatsThisClickedEvent
clone()
String
href()
protected void
set(QWhatsThisClickedEvent other)
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QWhatsThisClickedEvent
-
QWhatsThisClickedEvent
-
QWhatsThisClickedEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details