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


Public Member Functions | |
| WaveFormPrimitiveTransition (float x) | |
| void | paint (int y0, QPainter &painter) |
Public Member Functions inherited from hal::WaveFormPrimitive | |
| WaveFormPrimitive (float x0, float x1) | |
| virtual | ~WaveFormPrimitive () |
| float | x0 () const |
| float | x1 () const |
| bool | isInRange (int x) const |
| virtual int | value () const |
Additional Inherited Members | |
Protected Attributes inherited from hal::WaveFormPrimitive | |
| float | mX0 |
| float | mX1 |
A vertical line that marks a change of the value.
Definition at line 67 of file wave_form_primitive.h.
|
inline |
Definition at line 70 of file wave_form_primitive.h.
|
virtual |
Implements hal::WaveFormPrimitive.
Definition at line 17 of file wave_form_primitive.cpp.
References QPainter::drawLine(), and hal::WaveFormPrimitive::mX0.