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


Public Member Functions | |
| WaveFormPrimitiveUndefined (float x0, float x1) | |
| void | paint (int y0, QPainter &painter) |
| int | value () const |
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 |
Additional Inherited Members | |
Protected Attributes inherited from hal::WaveFormPrimitive | |
| float | mX0 |
| float | mX1 |
A hatched area, i.e., a stretch during which the value is undefined.
Definition at line 87 of file wave_form_primitive.h.
|
inline |
Definition at line 90 of file wave_form_primitive.h.
|
virtual |
Implements hal::WaveFormPrimitive.
Definition at line 39 of file wave_form_primitive.cpp.
References Qt::DotLine, QPainter::drawLine(), hal::WaveFormPrimitive::mX0, hal::WaveFormPrimitive::mX1, QPainter::pen(), QPainter::setPen(), QPen::setStyle(), hal::NetlistSimulatorControllerPlugin::sSimulationSettings, hal::SimulationSettings::WaveformUndefined, and y.
|
inlinevirtual |
Reimplemented from hal::WaveFormPrimitive.
Definition at line 92 of file wave_form_primitive.h.