NAME
Qt::Core::QElapsedTimer
PUBLIC METHODS
- static QElapsedTimer::ClockType clockType()
- qint64 elapsed()
- bool hasExpired(qint64 timeout)
- void invalidate()
- static bool isMonotonic()
- bool isValid()
- qint64 msecsSinceReference()
- qint64 msecsTo(const QElapsedTimer & other)
- bool operator!=(const QElapsedTimer & other)
- bool operator==(const QElapsedTimer & other)
- qint64 restart()
- qint64 secsTo(const QElapsedTimer & other)
- void start()
ENUM VALUES
- SystemTime
- MonotonicClock
- TickCounter
- MachAbsoluteTime
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.