java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.test.QTestEvent
io.qt.test.QTestDelayEvent
- All Implemented Interfaces:
QtObjectInterface
public class QTestDelayEvent extends QTestEvent
Java wrapper for Qt class QTestDelayEvent
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QTestDelayEvent(int msecs)
protected
QTestDelayEvent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QTestEvent
clone()
void
simulate(QWidget arg__1)
-
Constructor Details
-
QTestDelayEvent
public QTestDelayEvent(int msecs) -
QTestDelayEvent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
clone
- Specified by:
clone
in classQTestEvent
-
simulate
- Specified by:
simulate
in classQTestEvent
-