|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/gui/include/gui/graph_widget/items/nodes/modules/graphics_module.h>

Public Member Functions | |
| bool | operator== (const ModulePin &rhs) const |
| bool | operator< (const ModulePin &rhs) const |
Public Attributes | |
| QString | name |
| u32 | mNetId |
Represents one pin (both input or output) of a module. It stores the pin type name and the id of the net connected to the pin. Besides, it provides comparison functions.
Definition at line 67 of file graphics_module.h.
|
inline |
The comparison is done based only on the name of both modules. (See gui_utility::numeratedOrderCompare)
Definition at line 81 of file graphics_module.h.
References name, and hal::gui_utility::numeratedOrderCompare().
|
inline |
Two ModulePins are considered equal if both their names and their connected nets are the same
Definition at line 75 of file graphics_module.h.
| u32 hal::GraphicsModule::ModulePin::mNetId |
The id of the net connected to this pin
Definition at line 72 of file graphics_module.h.
Referenced by operator==().
| QString hal::GraphicsModule::ModulePin::name |
The name of the pin type
Definition at line 70 of file graphics_module.h.
Referenced by operator<(), and operator==().