java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.test.QTestEvent
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QTestDelayEvent
,QTestKeyClicksEvent
,QTestKeyEvent
,QTestMouseEvent
public abstract class QTestEvent extends QtObject
Java wrapper for Qt class QTestEvent
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QTestEvent()
protected
QTestEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract QTestEvent
clone()
abstract void
simulate(QWidget w)
-
Constructor Details
-
QTestEvent
public QTestEvent() -
QTestEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details