|
QWT 7.0.1
|
QwtSystemClock provides high resolution clock time functions. More...
#include <qwt_system_clock.h>
Public Member Functions | |
| bool | isNull () const |
| void | start () |
| Start the elapsed timer. | |
| double | restart () |
| Restart the elapsed timer. | |
| double | elapsed () const |
QwtSystemClock provides high resolution clock time functions.
Precision and time intervals are multiples of milliseconds (ms).
( QwtSystemClock is deprecated as QElapsedTimer offers the same precision )
| double QwtSystemClock::elapsed | ( | ) | const |
| bool QwtSystemClock::isNull | ( | ) | const |
| double QwtSystemClock::restart | ( | ) |
Restart the elapsed timer.