|
HAL
|
The GateSelectEntry class comprises a single entry of the module selection table. More...
#include <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(), and test_plugin::g.
| 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.