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

The GateSelectEntry class comprises a single entry of the module selection table. More...

#include </home/runner/work/hal/hal/plugins/gui/include/gui/module_dialog/gate_select_model.h>

Collaboration diagram for hal::GateSelectEntry:
Collaboration graph

Public Member Functions

 GateSelectEntry (Gate *g)
 
QVariant data (int icol) const
 data returns data from requested column More...
 
u32 id () const
 

Detailed Description

The GateSelectEntry class comprises a single entry of the module selection table.

Definition at line 46 of file gate_select_model.h.

Constructor & Destructor Documentation

◆ GateSelectEntry()

hal::GateSelectEntry::GateSelectEntry ( Gate g)

Member Function Documentation

◆ data()

QVariant hal::GateSelectEntry::data ( int  icol) const

data returns data from requested column

Parameters
icolcolumn number (0, 1, 2, 3)
Returns
0=Id 1=name 2=type

Definition at line 45 of file gate_select_model.cpp.

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

◆ id()

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

Definition at line 60 of file gate_select_model.h.


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