dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QTimer.singleShot
qt
core
timer
QTimer
Undocumented in source.
void
singleShot
(int msec, const(QObject) receiver, const(char)* member)
void
singleShot
(int msec, qt.core.namespace.TimerType timerType, const(QObject) receiver, const(char)* member)
class
QTimer
static
void
singleShot
(
int
msec
,
qt.core.namespace.TimerType
timerType
,
const
(
QObject
)
receiver
,
const
(
char
)*
member
)
Meta
Source
See Implementation
qt
core
timer
QTimer
constructors
this
destructors
~this
functions
interval
isActive
isSingleShot
remainingTime
setInterval
setSingleShot
setTimerType
start
stop
timeout
timerEvent
timerId
timerType
static functions
singleShot