QElapsedTimer

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.

Members

Enums

ClockType
enum ClockType
Undocumented in source.

Functions

elapsed
qint64 elapsed()
Undocumented in source.
hasExpired
bool hasExpired(qint64 timeout)
Undocumented in source.
invalidate
void invalidate()
Undocumented in source.
isValid
bool isValid()
Undocumented in source.
msecsSinceReference
qint64 msecsSinceReference()
Undocumented in source.
msecsTo
qint64 msecsTo(const(QElapsedTimer) other)
Undocumented in source.
nsecsElapsed
qint64 nsecsElapsed()
Undocumented in source.
restart
qint64 restart()
Undocumented in source.
secsTo
qint64 secsTo(const(QElapsedTimer) other)
Undocumented in source.
start
void start()
Undocumented in source.

Static functions

clockType
ClockType clockType()
Undocumented in source.
isMonotonic
bool isMonotonic()
Undocumented in source.

Meta