java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QEvent
io.qt.gui.QStatusTipEvent
- All Implemented Interfaces:
QtObjectInterface
public class QStatusTipEvent extends QEvent
Event that is used to show messages in a status bar
Java wrapper for Qt class QStatusTipEvent
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QStatusTipEvent(QStatusTipEvent arg__1)
protected
QStatusTipEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only.QStatusTipEvent(String tip)
-
Method Summary
Modifier and Type Method Description QStatusTipEvent
clone()
protected void
set(QStatusTipEvent other)
String
tip()
String
toString()
Methods inherited from class io.qt.core.QEvent
accept, ignore, isAccepted, isInputEvent, isPointerEvent, isSinglePointEvent, registerEventType, registerEventType, set, setAccepted, spontaneous, type
-
Constructor Details
-
QStatusTipEvent
-
QStatusTipEvent
-
QStatusTipEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details