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

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

Collaboration diagram for hal::WaveSelectionEntry:
Collaboration graph

Public Member Functions

 WaveSelectionEntry (u32 id_=0, const QString &nam=QString(), u64 n=0)
 
u32 id () const
 
QString name () const
 
u64 size () const
 
bool operator== (const WaveSelectionEntry &other) const
 
bool operator< (const WaveSelectionEntry &other) const
 

Detailed Description

One selectable net of the waveform selection dialog, i.e., its ID, name, and number of transitions.

Definition at line 42 of file wave_selection_dialog.h.

Constructor & Destructor Documentation

◆ WaveSelectionEntry()

hal::WaveSelectionEntry::WaveSelectionEntry ( u32  id_ = 0,
const QString nam = QString(),
u64  n = 0 
)
inline

Definition at line 48 of file wave_selection_dialog.h.

Member Function Documentation

◆ id()

u32 hal::WaveSelectionEntry::id ( ) const
inline

Definition at line 49 of file wave_selection_dialog.h.

Referenced by hal::WaveSelectionTable::data().

◆ name()

QString hal::WaveSelectionEntry::name ( ) const
inline

Definition at line 50 of file wave_selection_dialog.h.

Referenced by hal::WaveSelectionTable::data(), and hal::qHash().

◆ operator<()

bool hal::WaveSelectionEntry::operator< ( const WaveSelectionEntry other) const
inline

Definition at line 53 of file wave_selection_dialog.h.

◆ operator==()

bool hal::WaveSelectionEntry::operator== ( const WaveSelectionEntry other) const
inline

Definition at line 52 of file wave_selection_dialog.h.

◆ size()

u64 hal::WaveSelectionEntry::size ( ) const
inline

Definition at line 51 of file wave_selection_dialog.h.

Referenced by hal::WaveSelectionTable::data().


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