|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|

Public Member Functions | |
| TimeInterval (quint64 t0=0, quint64 t1=0) | |
| bool | operator< (const TimeInterval &other) const |
Public Attributes | |
| double | mCenterTime |
| double | mDuration |
A time interval given by its center and its duration.
Definition at line 49 of file wave_form_painted.h.
|
inline |
Definition at line 54 of file wave_form_painted.h.
| bool hal::TimeInterval::operator< | ( | const TimeInterval & | other | ) | const |
Definition at line 14 of file wave_form_painted.cpp.
References mCenterTime, and mDuration.
| double hal::TimeInterval::mCenterTime |
Definition at line 52 of file wave_form_painted.h.
Referenced by operator<(), and hal::WaveGraphicsCanvas::toggleZoom().
| double hal::TimeInterval::mDuration |
Definition at line 53 of file wave_form_painted.h.
Referenced by operator<(), and hal::WaveGraphicsCanvas::toggleZoom().