HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::WaveFormPrimitiveUndefined Class Reference

#include </home/runner/work/hal/hal/plugins/simulator/waveform_viewer/include/waveform_viewer/wave_form_primitive.h>

Inheritance diagram for hal::WaveFormPrimitiveUndefined:
Inheritance graph
Collaboration diagram for hal::WaveFormPrimitiveUndefined:
Collaboration graph

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
 

Detailed Description

A hatched area, i.e., a stretch during which the value is undefined.

Definition at line 87 of file wave_form_primitive.h.

Constructor & Destructor Documentation

◆ WaveFormPrimitiveUndefined()

hal::WaveFormPrimitiveUndefined::WaveFormPrimitiveUndefined ( float  x0,
float  x1 
)
inline

Definition at line 90 of file wave_form_primitive.h.

Member Function Documentation

◆ paint()

◆ value()

int hal::WaveFormPrimitiveUndefined::value ( ) const
inlinevirtual

Reimplemented from hal::WaveFormPrimitive.

Definition at line 92 of file wave_form_primitive.h.


The documentation for this class was generated from the following files: