|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
QwtSystemClock provides high resolution clock time functions. 更多...
#include <qwt_system_clock.h>
Public 成员函数 | |
| 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.
Precision and time intervals are multiples of milliseconds (ms).
( QwtSystemClock is deprecated as QElapsedTimer offers the same precision )
| 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