|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
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>

Public Member Functions | |
| GateSelectEntry (Gate *g) | |
| QVariant | data (int icol) const |
| data returns data from requested column More... | |
| u32 | id () const |
The GateSelectEntry class comprises a single entry of the module selection table.
Definition at line 46 of file gate_select_model.h.
| hal::GateSelectEntry::GateSelectEntry | ( | Gate * | g | ) |
Definition at line 38 of file gate_select_model.cpp.
References QString::fromStdString(), hal::Gate::get_id(), hal::Gate::get_name(), hal::GateType::get_name(), and hal::Gate::get_type().
| QVariant hal::GateSelectEntry::data | ( | int | icol | ) | const |
data returns data from requested column
| icol | column number (0, 1, 2, 3) |
Definition at line 45 of file gate_select_model.cpp.
Referenced by hal::GateSelectModel::data().
|
inline |
Definition at line 60 of file gate_select_model.h.