|
QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
|
QwtSystemClock provides high resolution clock time functions. More...
#include <qwt_system_clock.h>
Public Member Functions | |
| bool | isNull () const |
| Check if the elapsed timer is valid. | |
| void | start () |
| Start the elapsed timer . | |
| double | restart () |
| Restart the elapsed timer. | |
| double | elapsed () const |
| Get elapsed time in multiples of milliseconds. | |
QwtSystemClock provides high resolution clock time functions.
| double QwtSystemClock::elapsed | ( | ) | const |
Get elapsed time in multiples of milliseconds.
| bool QwtSystemClock::isNull | ( | ) | const |
Check if the elapsed timer is valid.
| double QwtSystemClock::restart | ( | ) |
Restart the elapsed timer.
| void QwtSystemClock::start | ( | ) |
Start the elapsed timer .